HEX: #B15ED8
RGB: (177,94,216)
Il colore #B15ED8 contiene principalmente il rosso e il blu. Per il #B15ED8 il colore web safe è #9966CC (#96C).
Il colore B15ED8 in RGB è definito come 177,94,216
RGB: (177,94,216)
(69%, 37%, 85%)
R 177 da 255 = 69%
G 94 da 255 = 37%
B 216 da 255 = 85%
R + G + B ~ 64%. #B15ED8 colore abbastanza chiaro.
R + G + B = 177 + 94 + 216 = 487 (100%)
R 177 da 487 ~ 36.34%
G 94 da 487 ~ 19.3%
B 216 da 487 ~ 44.35'%
Il colore #B15ED8 in CMYK è definito come 18,56,0,15.
CMYK: (18,56,0,15)
C18M56Y0K15 (18%, 56%, 0%, 15%)
(0.18 / 0.56 / 0.00 / 0.15)
Il #B15ED8 nei modelli di colore popolari.
B1 | 5E | D8 | |
---|---|---|---|
RGB | 177 | 94 | 216 |
HSL | 281° | 61.00% | 60.78% |
HSB/HSV | 281° | 56.48% | 84.71% |
CMYK | 18.06% | 56.48% | 0.00% |
15.29% |
Il #B15ED8 nei modelli numerici popolari.
Esadicemale | B1 | 5E | D8 |
Decimale | 177 | 94 | 216 |
Binario | 10110001 | 1011110 | 11011000 |
Ottale | 261 | 136 | 330 |
Tonalità scure del colore #B15ED8
Tonalità chiare del colore #B15ED8
Esempi dei codici css e html per gli elementi di colore #B15ED8. Utilizzate rgb(177,94,216) anche al posto del codice hex.
.myTextColor { color: #B15ED8; }
<p style="color:#B15ED8">This sample text font color is #B15ED8.</p>
Il colore di questo testo è #B15ED8.
.myBgColor { background-color: #B15ED8; }
<div style="background-color:#B15ED8">Inner text</div>
Questo div ha lo sfondo di colore #B15ED8.
.myBorderColor { border: 1px solid #B15ED8; }
<div style="border:3px solid #B15ED8">Div</div>
Questo div ha i bordi di colore B15ED8.
.myOpacity80 { color: #B15ED8; opacity: 0.8; }
<p style="color:#B15ED8;opacity:0.8;">80%</p>
Il testo di color #B15ED8 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B15ED8;}
<p style="text-shadow: 3px 3px 1px #B15ED8">Text here.</p>
Questo testo ha l'ombra di colore #B15ED8.
.textShadow {text-shadow: 3px 3px 1px #B15ED8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B15ED8, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B15ED8 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B15ED8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B15ED8, Direction=45, Strength=4)">Text</p>
This text has shadow with #B15ED8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B15ED8;
-webkit-box-shadow: 1px 1px 3px 2px #B15ED8;
box-shadow: 1px 1px 3px 2px #B15ED8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B15ED8; -webkit-box-shadow: 1px 1px 3px 2px #B15ED8; box-shadow:1px 1px 3px 2px #B15ED8;">
Div content here
</div>
Questo e il testo di colore #B15ED8 sullo sfondo nero.
Questo e il testo di colore #B15ED8 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B15ED8.
Questo è un testo bianco sullo sfondo del colore #B15ED8.
Il colore complimentare del #B15ED8 è #4EA127..