HEX: #D47FDC
RGB: (212,127,220)
Il colore #D47FDC contiene principalmente il rosso e il blu. Per il #D47FDC il colore web safe è #CC66CC (#C6C).
Il colore D47FDC in RGB è definito come 212,127,220
RGB: (212,127,220) (83%,50%,86%)
R 212 da 255 = 83%
G 127 da 255 = 50%
B 220 da 255 = 86%
R + G + B ~ 73%. #D47FDC colore abbastanza chiaro.
R + G + B =
212 + 127 + 220 = 559 (100%)
R 212 da 559 ~ 37.92%
G 127 da 559 ~ 22.72%
B 220 da 559 ~ 39.36%
Il colore #D47FDC in CMYK è definito come 4,42,0,14.
CMYK: (4,42,0,14) C4M42Y0K14 (4%,42%,0%,14%) (0.04/0.42/0.00/0.14)
D4 | 7F | DC | |
---|---|---|---|
RGB | 212 | 127 | 220 |
HSL | 295° | 57.06% | 68.04% |
HSB/HSV | 295° | 42.27% | 86.27% |
CMYK | 3.64% | 42.27% | 0.00% |
13.73% |
Esadicemale | D4 | 7F | DC |
Decimale | 212 | 127 | 220 |
Binario | 11010100 | 1111111 | 11011100 |
Ottale | 324 | 177 | 334 |
Esempi dei codici css e html per gli elementi di colore #D47FDC. Utilizzate rgb(212,127,220) anche al posto del codice hex.
.myTextColor { color: #D47FDC; }
<p style="color:#D47FDC">This sample text font color is #D47FDC.</p>
Il colore di questo testo è #D47FDC.
.myBgColor { background-color: #D47FDC; }
<div style="background-color:#D47FDC">Inner text</div>
Questo div ha lo sfondo di colore #D47FDC.
.myBorderColor { border: 1px solid #D47FDC; }
<div style="border:3px solid #D47FDC">Div</div>
Questo div ha i bordi di colore D47FDC.
.myOpacity80 { color: #D47FDC; opacity: 0.8; }
<p style="color:#D47FDC;opacity:0.8;">80%</p>
Il testo di color #D47FDC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D47FDC;}
<p style="text-shadow: 3px 3px 1px #D47FDC">Text here.</p>
Questo testo ha l'ombra di colore #D47FDC.
.textShadow {text-shadow: 3px 3px 1px #D47FDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D47FDC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D47FDC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D47FDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D47FDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D47FDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D47FDC; -webkit-box-shadow: 1px 1px 3px 2px #D47FDC; box-shadow: 1px 1px 3px 2px #D47FDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D47FDC; -webkit-box-shadow: 1px 1px 3px 2px #D47FDC; box-shadow:1px 1px 3px 2px #D47FDC;">
Div content here</div>
Questo e il testo di colore #D47FDC sullo sfondo nero.
Questo e il testo di colore #D47FDC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D47FDC.
Questo è un testo bianco sullo sfondo del colore #D47FDC.