HEX: #D37ED0
RGB: (211,126,208)
Il colore #D37ED0 contiene principalmente il rosso e il blu. Per il #D37ED0 il colore web safe è #CC66CC (#C6C).
Il colore D37ED0 in RGB è definito come 211,126,208
RGB: (211,126,208)
(83%, 49%, 82%)
R 211 da 255 = 83%
G 126 da 255 = 49%
B 208 da 255 = 82%
R + G + B ~ 71%. #D37ED0 colore abbastanza chiaro.
R + G + B = 211 + 126 + 208 = 545 (100%)
R 211 da 545 ~ 38.72%
G 126 da 545 ~ 23.12%
B 208 da 545 ~ 38.17'%
Il colore #D37ED0 in CMYK è definito come 0,40,1,17.
CMYK: (0,40,1,17)
C0M40Y1K17 (0%, 40%, 1%, 17%)
(0.00 / 0.40 / 0.01 / 0.17)
Il #D37ED0 nei modelli di colore popolari.
D3 | 7E | D0 | |
---|---|---|---|
RGB | 211 | 126 | 208 |
HSL | 302° | 49.13% | 66.08% |
HSB/HSV | 302° | 40.28% | 82.75% |
CMYK | 0.00% | 40.28% | 1.42% |
17.25% |
Il #D37ED0 nei modelli numerici popolari.
Esadicemale | D3 | 7E | D0 |
Decimale | 211 | 126 | 208 |
Binario | 11010011 | 1111110 | 11010000 |
Ottale | 323 | 176 | 320 |
Tonalità scure del colore #D37ED0
Tonalità chiare del colore #D37ED0
Esempi dei codici css e html per gli elementi di colore #D37ED0. Utilizzate rgb(211,126,208) anche al posto del codice hex.
.myTextColor { color: #D37ED0; }
<p style="color:#D37ED0">This sample text font color is #D37ED0.</p>
Il colore di questo testo è #D37ED0.
.myBgColor { background-color: #D37ED0; }
<div style="background-color:#D37ED0">Inner text</div>
Questo div ha lo sfondo di colore #D37ED0.
.myBorderColor { border: 1px solid #D37ED0; }
<div style="border:3px solid #D37ED0">Div</div>
Questo div ha i bordi di colore D37ED0.
.myOpacity80 { color: #D37ED0; opacity: 0.8; }
<p style="color:#D37ED0;opacity:0.8;">80%</p>
Il testo di color #D37ED0 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D37ED0;}
<p style="text-shadow: 3px 3px 1px #D37ED0">Text here.</p>
Questo testo ha l'ombra di colore #D37ED0.
.textShadow {text-shadow: 3px 3px 1px #D37ED0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D37ED0, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D37ED0 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D37ED0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D37ED0, Direction=45, Strength=4)">Text</p>
This text has shadow with #D37ED0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D37ED0;
-webkit-box-shadow: 1px 1px 3px 2px #D37ED0;
box-shadow: 1px 1px 3px 2px #D37ED0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D37ED0; -webkit-box-shadow: 1px 1px 3px 2px #D37ED0; box-shadow:1px 1px 3px 2px #D37ED0;">
Div content here
</div>
Questo e il testo di colore #D37ED0 sullo sfondo nero.
Questo e il testo di colore #D37ED0 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D37ED0.
Questo è un testo bianco sullo sfondo del colore #D37ED0.
Il colore complimentare del #hex è #2C812F..