HEX: #D58EDC
RGB: (213,142,220)
Il colore #D58EDC contiene principalmente il rosso e il blu. Per il #D58EDC il colore web safe è #CC99CC (#C9C).
Il colore D58EDC in RGB è definito come 213,142,220
RGB: (213,142,220) (84%,56%,86%)
R 213 da 255 = 84%
G 142 da 255 = 56%
B 220 da 255 = 86%
R + G + B ~ 75%. #D58EDC colore abbastanza chiaro.
R + G + B =
213 + 142 + 220 = 575 (100%)
R 213 da 575 ~ 37.04%
G 142 da 575 ~ 24.7%
B 220 da 575 ~ 38.26%
Il colore #D58EDC in CMYK è definito come 3,35,0,14.
CMYK: (3,35,0,14) C3M35Y0K14 (3%,35%,0%,14%) (0.03/0.35/0.00/0.14)
D5 | 8E | DC | |
---|---|---|---|
RGB | 213 | 142 | 220 |
HSL | 295° | 52.70% | 70.98% |
HSB/HSV | 295° | 35.45% | 86.27% |
CMYK | 3.18% | 35.45% | 0.00% |
13.73% |
Esadicemale | D5 | 8E | DC |
Decimale | 213 | 142 | 220 |
Binario | 11010101 | 10001110 | 11011100 |
Ottale | 325 | 216 | 334 |
Esempi dei codici css e html per gli elementi di colore #D58EDC. Utilizzate rgb(213,142,220) anche al posto del codice hex.
.myTextColor { color: #D58EDC; }
<p style="color:#D58EDC">This sample text font color is #D58EDC.</p>
Il colore di questo testo è #D58EDC.
.myBgColor { background-color: #D58EDC; }
<div style="background-color:#D58EDC">Inner text</div>
Questo div ha lo sfondo di colore #D58EDC.
.myBorderColor { border: 1px solid #D58EDC; }
<div style="border:3px solid #D58EDC">Div</div>
Questo div ha i bordi di colore D58EDC.
.myOpacity80 { color: #D58EDC; opacity: 0.8; }
<p style="color:#D58EDC;opacity:0.8;">80%</p>
Il testo di color #D58EDC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D58EDC;}
<p style="text-shadow: 3px 3px 1px #D58EDC">Text here.</p>
Questo testo ha l'ombra di colore #D58EDC.
.textShadow {text-shadow: 3px 3px 1px #D58EDC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D58EDC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D58EDC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D58EDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D58EDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D58EDC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D58EDC; -webkit-box-shadow: 1px 1px 3px 2px #D58EDC; box-shadow: 1px 1px 3px 2px #D58EDC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D58EDC; -webkit-box-shadow: 1px 1px 3px 2px #D58EDC; box-shadow:1px 1px 3px 2px #D58EDC;">
Div content here</div>
Questo e il testo di colore #D58EDC sullo sfondo nero.
Questo e il testo di colore #D58EDC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D58EDC.
Questo è un testo bianco sullo sfondo del colore #D58EDC.