HEX: #9588DC
RGB: (149,136,220)
Il colore #9588DC contiene principalmente il blu. Per il #9588DC il colore web safe è #9999CC (#99C).
Il colore 9588DC in RGB è definito come 149,136,220
RGB: (149,136,220)
(58%, 53%, 86%)
R 149 da 255 = 58%
G 136 da 255 = 53%
B 220 da 255 = 86%
R + G + B ~ 66%. #9588DC colore abbastanza chiaro.
R + G + B = 149 + 136 + 220 = 505 (100%)
R 149 da 505 ~ 29.5%
G 136 da 505 ~ 26.93%
B 220 da 505 ~ 43.56'%
Il colore #9588DC in CMYK è definito come 32,38,0,14.
CMYK: (32,38,0,14)
C32M38Y0K14 (32%, 38%, 0%, 14%)
(0.32 / 0.38 / 0.00 / 0.14)
Il #9588DC nei modelli di colore popolari.
95 | 88 | DC | |
---|---|---|---|
RGB | 149 | 136 | 220 |
HSL | 249° | 54.55% | 69.80% |
HSB/HSV | 249° | 38.18% | 86.27% |
CMYK | 32.27% | 38.18% | 0.00% |
13.73% |
Il #9588DC nei modelli numerici popolari.
Esadicemale | 95 | 88 | DC |
Decimale | 149 | 136 | 220 |
Binario | 10010101 | 10001000 | 11011100 |
Ottale | 225 | 210 | 334 |
Tonalità scure del colore #9588DC
Tonalità chiare del colore #9588DC
Esempi dei codici css e html per gli elementi di colore #9588DC. Utilizzate rgb(149,136,220) anche al posto del codice hex.
.myTextColor { color: #9588DC; }
<p style="color:#9588DC">This sample text font color is #9588DC.</p>
Il colore di questo testo è #9588DC.
.myBgColor { background-color: #9588DC; }
<div style="background-color:#9588DC">Inner text</div>
Questo div ha lo sfondo di colore #9588DC.
.myBorderColor { border: 1px solid #9588DC; }
<div style="border:3px solid #9588DC">Div</div>
Questo div ha i bordi di colore 9588DC.
.myOpacity80 { color: #9588DC; opacity: 0.8; }
<p style="color:#9588DC;opacity:0.8;">80%</p>
Il testo di color #9588DC e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9588DC;}
<p style="text-shadow: 3px 3px 1px #9588DC">Text here.</p>
Questo testo ha l'ombra di colore #9588DC.
.textShadow {text-shadow: 3px 3px 1px #9588DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9588DC, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9588DC e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9588DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9588DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9588DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9588DC;
-webkit-box-shadow: 1px 1px 3px 2px #9588DC;
box-shadow: 1px 1px 3px 2px #9588DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9588DC; -webkit-box-shadow: 1px 1px 3px 2px #9588DC; box-shadow:1px 1px 3px 2px #9588DC;">
Div content here
</div>
Questo e il testo di colore #9588DC sullo sfondo nero.
Questo e il testo di colore #9588DC sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9588DC.
Questo è un testo bianco sullo sfondo del colore #9588DC.
Il colore complimentare del #hex è #6A7723..