HEX: #BB7EE4
RGB: (187,126,228)
Il colore #BB7EE4 contiene principalmente il rosso e il blu. Per il #BB7EE4 il colore web safe è #CC66CC (#C6C).
Il colore BB7EE4 in RGB è definito come 187,126,228
RGB: (187,126,228) (73%,49%,89%)
R 187 da 255 = 73%
G 126 da 255 = 49%
B 228 da 255 = 89%
R + G + B ~ 70%. #BB7EE4 colore abbastanza chiaro.
R + G + B =
187 + 126 + 228 = 541 (100%)
R 187 da 541 ~ 34.57%
G 126 da 541 ~ 23.29%
B 228 da 541 ~ 42.14%
Il colore #BB7EE4 in CMYK è definito come 18,45,0,11.
CMYK: (18,45,0,11) C18M45Y0K11 (18%,45%,0%,11%) (0.18/0.45/0.00/0.11)
BB | 7E | E4 | |
---|---|---|---|
RGB | 187 | 126 | 228 |
HSL | 276° | 65.38% | 69.41% |
HSB/HSV | 276° | 44.74% | 89.41% |
CMYK | 17.98% | 44.74% | 0.00% |
10.59% |
Esadicemale | BB | 7E | E4 |
Decimale | 187 | 126 | 228 |
Binario | 10111011 | 1111110 | 11100100 |
Ottale | 273 | 176 | 344 |
Esempi dei codici css e html per gli elementi di colore #BB7EE4. Utilizzate rgb(187,126,228) anche al posto del codice hex.
.myTextColor { color: #BB7EE4; }
<p style="color:#BB7EE4">This sample text font color is #BB7EE4.</p>
Il colore di questo testo è #BB7EE4.
.myBgColor { background-color: #BB7EE4; }
<div style="background-color:#BB7EE4">Inner text</div>
Questo div ha lo sfondo di colore #BB7EE4.
.myBorderColor { border: 1px solid #BB7EE4; }
<div style="border:3px solid #BB7EE4">Div</div>
Questo div ha i bordi di colore BB7EE4.
.myOpacity80 { color: #BB7EE4; opacity: 0.8; }
<p style="color:#BB7EE4;opacity:0.8;">80%</p>
Il testo di color #BB7EE4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB7EE4;}
<p style="text-shadow: 3px 3px 1px #BB7EE4">Text here.</p>
Questo testo ha l'ombra di colore #BB7EE4.
.textShadow {text-shadow: 3px 3px 1px #BB7EE4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB7EE4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BB7EE4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB7EE4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB7EE4, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB7EE4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB7EE4; -webkit-box-shadow: 1px 1px 3px 2px #BB7EE4; box-shadow: 1px 1px 3px 2px #BB7EE4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB7EE4; -webkit-box-shadow: 1px 1px 3px 2px #BB7EE4; box-shadow:1px 1px 3px 2px #BB7EE4;">
Div content here</div>
Questo e il testo di colore #BB7EE4 sullo sfondo nero.
Questo e il testo di colore #BB7EE4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BB7EE4.
Questo è un testo bianco sullo sfondo del colore #BB7EE4.