HEX: #D36EDC
RGB: (211,110,220)
Il colore #D36EDC contiene principalmente il rosso e il blu. Per il #D36EDC il colore web safe è #CC66CC (#C6C).
Il colore D36EDC in RGB è definito come 211,110,220
RGB: (211,110,220) (83%,43%,86%)
R 211 da 255 = 83%
G 110 da 255 = 43%
B 220 da 255 = 86%
R + G + B ~ 71%. #D36EDC colore abbastanza chiaro.
R + G + B =
211 + 110 + 220 = 541 (100%)
R 211 da 541 ~ 39%
G 110 da 541 ~ 20.33%
B 220 da 541 ~ 40.67%
Il colore #D36EDC in CMYK è definito come 4,50,0,14.
CMYK: (4,50,0,14) C4M50Y0K14 (4%,50%,0%,14%) (0.04/0.50/0.00/0.14)
D3 | 6E | DC | |
---|---|---|---|
RGB | 211 | 110 | 220 |
HSL | 295° | 61.11% | 64.71% |
HSB/HSV | 295° | 50.00% | 86.27% |
CMYK | 4.09% | 50.00% | 0.00% |
13.73% |
Esadicemale | D3 | 6E | DC |
Decimale | 211 | 110 | 220 |
Binario | 11010011 | 1101110 | 11011100 |
Ottale | 323 | 156 | 334 |
Esempi dei codici css e html per gli elementi di colore #D36EDC. Utilizzate rgb(211,110,220) anche al posto del codice hex.
.myTextColor { color: #D36EDC; }
<p style="color:#D36EDC">This sample text font color is #D36EDC.</p>
Il colore di questo testo è #D36EDC.
.myBgColor { background-color: #D36EDC; }
<div style="background-color:#D36EDC">Inner text</div>
Questo div ha lo sfondo di colore #D36EDC.
.myBorderColor { border: 1px solid #D36EDC; }
<div style="border:3px solid #D36EDC">Div</div>
Questo div ha i bordi di colore D36EDC.
.myOpacity80 { color: #D36EDC; opacity: 0.8; }
<p style="color:#D36EDC;opacity:0.8;">80%</p>
Il testo di color #D36EDC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D36EDC;}
<p style="text-shadow: 3px 3px 1px #D36EDC">Text here.</p>
Questo testo ha l'ombra di colore #D36EDC.
.textShadow {text-shadow: 3px 3px 1px #D36EDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D36EDC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D36EDC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D36EDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D36EDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D36EDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D36EDC; -webkit-box-shadow: 1px 1px 3px 2px #D36EDC; box-shadow: 1px 1px 3px 2px #D36EDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D36EDC; -webkit-box-shadow: 1px 1px 3px 2px #D36EDC; box-shadow:1px 1px 3px 2px #D36EDC;">
Div content here</div>
Questo e il testo di colore #D36EDC sullo sfondo nero.
Questo e il testo di colore #D36EDC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D36EDC.
Questo è un testo bianco sullo sfondo del colore #D36EDC.