HEX: #D368BB
RGB: (211,104,187)
Il colore #D368BB contiene principalmente il rosso e il blu. Per il #D368BB il colore web safe è #CC66CC (#C6C).
Il colore D368BB in RGB è definito come 211,104,187
RGB: (211,104,187) (83%,41%,73%)
R 211 da 255 = 83%
G 104 da 255 = 41%
B 187 da 255 = 73%
R + G + B ~ 66%. #D368BB colore abbastanza chiaro.
R + G + B =
211 + 104 + 187 = 502 (100%)
R 211 da 502 ~ 42.03%
G 104 da 502 ~ 20.72%
B 187 da 502 ~ 37.25%
Il colore #D368BB in CMYK è definito come 0,51,11,17.
CMYK: (0,51,11,17) C0M51Y11K17 (0%,51%,11%,17%) (0.00/0.51/0.11/0.17)
D3 | 68 | BB | |
---|---|---|---|
RGB | 211 | 104 | 187 |
HSL | 313° | 54.87% | 61.76% |
HSB/HSV | 313° | 50.71% | 82.75% |
CMYK | 0.00% | 50.71% | 11.37% |
17.25% |
Esadicemale | D3 | 68 | BB |
Decimale | 211 | 104 | 187 |
Binario | 11010011 | 1101000 | 10111011 |
Ottale | 323 | 150 | 273 |
Esempi dei codici css e html per gli elementi di colore #D368BB. Utilizzate rgb(211,104,187) anche al posto del codice hex.
.myTextColor { color: #D368BB; }
<p style="color:#D368BB">This sample text font color is #D368BB.</p>
Il colore di questo testo è #D368BB.
.myBgColor { background-color: #D368BB; }
<div style="background-color:#D368BB">Inner text</div>
Questo div ha lo sfondo di colore #D368BB.
.myBorderColor { border: 1px solid #D368BB; }
<div style="border:3px solid #D368BB">Div</div>
Questo div ha i bordi di colore D368BB.
.myOpacity80 { color: #D368BB; opacity: 0.8; }
<p style="color:#D368BB;opacity:0.8;">80%</p>
Il testo di color #D368BB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D368BB;}
<p style="text-shadow: 3px 3px 1px #D368BB">Text here.</p>
Questo testo ha l'ombra di colore #D368BB.
.textShadow {text-shadow: 3px 3px 1px #D368BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D368BB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #D368BB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D368BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D368BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D368BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D368BB; -webkit-box-shadow: 1px 1px 3px 2px #D368BB; box-shadow: 1px 1px 3px 2px #D368BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D368BB; -webkit-box-shadow: 1px 1px 3px 2px #D368BB; box-shadow:1px 1px 3px 2px #D368BB;">
Div content here</div>
Questo e il testo di colore #D368BB sullo sfondo nero.
Questo e il testo di colore #D368BB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #D368BB.
Questo è un testo bianco sullo sfondo del colore #D368BB.