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