HEX: #8988DB
RGB: (137,136,219)
Il colore #8988DB contiene principalmente il blu. Per il #8988DB il colore web safe è #9999CC (#99C).
Il colore 8988DB in RGB è definito come 137,136,219
RGB: (137,136,219) (54%,53%,86%)
R 137 da 255 = 54%
G 136 da 255 = 53%
B 219 da 255 = 86%
R + G + B ~ 64%. #8988DB colore abbastanza chiaro.
R + G + B =
137 + 136 + 219 = 492 (100%)
R 137 da 492 ~ 27.85%
G 136 da 492 ~ 27.64%
B 219 da 492 ~ 44.51%
Il colore #8988DB in CMYK è definito come 37,38,0,14.
CMYK: (37,38,0,14) C37M38Y0K14 (37%,38%,0%,14%) (0.37/0.38/0.00/0.14)
89 | 88 | DB | |
---|---|---|---|
RGB | 137 | 136 | 219 |
HSL | 241° | 53.55% | 69.61% |
HSB/HSV | 241° | 37.90% | 85.88% |
CMYK | 37.44% | 37.90% | 0.00% |
14.12% |
Esadicemale | 89 | 88 | DB |
Decimale | 137 | 136 | 219 |
Binario | 10001001 | 10001000 | 11011011 |
Ottale | 211 | 210 | 333 |
Esempi dei codici css e html per gli elementi di colore #8988DB. Utilizzate rgb(137,136,219) anche al posto del codice hex.
.myTextColor { color: #8988DB; }
<p style="color:#8988DB">This sample text font color is #8988DB.</p>
Il colore di questo testo è #8988DB.
.myBgColor { background-color: #8988DB; }
<div style="background-color:#8988DB">Inner text</div>
Questo div ha lo sfondo di colore #8988DB.
.myBorderColor { border: 1px solid #8988DB; }
<div style="border:3px solid #8988DB">Div</div>
Questo div ha i bordi di colore 8988DB.
.myOpacity80 { color: #8988DB; opacity: 0.8; }
<p style="color:#8988DB;opacity:0.8;">80%</p>
Il testo di color #8988DB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8988DB;}
<p style="text-shadow: 3px 3px 1px #8988DB">Text here.</p>
Questo testo ha l'ombra di colore #8988DB.
.textShadow {text-shadow: 3px 3px 1px #8988DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8988DB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #8988DB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8988DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8988DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8988DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8988DB; -webkit-box-shadow: 1px 1px 3px 2px #8988DB; box-shadow: 1px 1px 3px 2px #8988DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8988DB; -webkit-box-shadow: 1px 1px 3px 2px #8988DB; box-shadow:1px 1px 3px 2px #8988DB;">
Div content here</div>
Questo e il testo di colore #8988DB sullo sfondo nero.
Questo e il testo di colore #8988DB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #8988DB.
Questo è un testo bianco sullo sfondo del colore #8988DB.