HEX: #D086EF
RGB: (208,134,239)
Il colore #D086EF contiene principalmente il rosso e il blu. Per il #D086EF il colore web safe è #CC99FF (#C9F).
Il colore D086EF in RGB è definito come 208,134,239
RGB: (208,134,239) (82%,53%,94%)
R 208 da 255 = 82%
G 134 da 255 = 53%
B 239 da 255 = 94%
R + G + B ~ 76%. #D086EF colore abbastanza chiaro.
R + G + B =
208 + 134 + 239 = 581 (100%)
R 208 da 581 ~ 35.8%
G 134 da 581 ~ 23.06%
B 239 da 581 ~ 41.14%
Il colore #D086EF in CMYK è definito come 13,44,0,6.
CMYK: (13,44,0,6) C13M44Y0K6 (13%,44%,0%,6%) (0.13/0.44/0.00/0.06)
D0 | 86 | EF | |
---|---|---|---|
RGB | 208 | 134 | 239 |
HSL | 282° | 76.64% | 73.14% |
HSB/HSV | 282° | 43.93% | 93.73% |
CMYK | 12.97% | 43.93% | 0.00% |
6.27% |
Esadicemale | D0 | 86 | EF |
Decimale | 208 | 134 | 239 |
Binario | 11010000 | 10000110 | 11101111 |
Ottale | 320 | 206 | 357 |
Esempi dei codici css e html per gli elementi di colore #D086EF. Utilizzate rgb(208,134,239) anche al posto del codice hex.
.myTextColor { color: #D086EF; }
<p style="color:#D086EF">This sample text font color is #D086EF.</p>
Il colore di questo testo è #D086EF.
.myBgColor { background-color: #D086EF; }
<div style="background-color:#D086EF">Inner text</div>
Questo div ha lo sfondo di colore #D086EF.
.myBorderColor { border: 1px solid #D086EF; }
<div style="border:3px solid #D086EF">Div</div>
Questo div ha i bordi di colore D086EF.
.myOpacity80 { color: #D086EF; opacity: 0.8; }
<p style="color:#D086EF;opacity:0.8;">80%</p>
Il testo di color #D086EF e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D086EF;}
<p style="text-shadow: 3px 3px 1px #D086EF">Text here.</p>
Questo testo ha l'ombra di colore #D086EF.
.textShadow {text-shadow: 3px 3px 1px #D086EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D086EF, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D086EF e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D086EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D086EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #D086EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D086EF; -webkit-box-shadow: 1px 1px 3px 2px #D086EF; box-shadow: 1px 1px 3px 2px #D086EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D086EF; -webkit-box-shadow: 1px 1px 3px 2px #D086EF; box-shadow:1px 1px 3px 2px #D086EF;">
Div content here</div>
Questo e il testo di colore #D086EF sullo sfondo nero.
Questo e il testo di colore #D086EF sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D086EF.
Questo è un testo bianco sullo sfondo del colore #D086EF.