HEX: #B1A5E4
RGB: (177,165,228)
Il colore #B1A5E4 contiene principalmente il rosso e il blu. Per il #B1A5E4 il colore web safe è #9999CC (#99C).
Il colore B1A5E4 in RGB è definito come 177,165,228
RGB: (177,165,228) (69%,65%,89%)
R 177 da 255 = 69%
G 165 da 255 = 65%
B 228 da 255 = 89%
R + G + B ~ 74%. #B1A5E4 colore abbastanza chiaro.
R + G + B =
177 + 165 + 228 = 570 (100%)
R 177 da 570 ~ 31.05%
G 165 da 570 ~ 28.95%
B 228 da 570 ~ 40%
Il colore #B1A5E4 in CMYK è definito come 22,28,0,11.
CMYK: (22,28,0,11) C22M28Y0K11 (22%,28%,0%,11%) (0.22/0.28/0.00/0.11)
B1 | A5 | E4 | |
---|---|---|---|
RGB | 177 | 165 | 228 |
HSL | 251° | 53.85% | 77.06% |
HSB/HSV | 251° | 27.63% | 89.41% |
CMYK | 22.37% | 27.63% | 0.00% |
10.59% |
Esadicemale | B1 | A5 | E4 |
Decimale | 177 | 165 | 228 |
Binario | 10110001 | 10100101 | 11100100 |
Ottale | 261 | 245 | 344 |
Esempi dei codici css e html per gli elementi di colore #B1A5E4. Utilizzate rgb(177,165,228) anche al posto del codice hex.
.myTextColor { color: #B1A5E4; }
<p style="color:#B1A5E4">This sample text font color is #B1A5E4.</p>
Il colore di questo testo è #B1A5E4.
.myBgColor { background-color: #B1A5E4; }
<div style="background-color:#B1A5E4">Inner text</div>
Questo div ha lo sfondo di colore #B1A5E4.
.myBorderColor { border: 1px solid #B1A5E4; }
<div style="border:3px solid #B1A5E4">Div</div>
Questo div ha i bordi di colore B1A5E4.
.myOpacity80 { color: #B1A5E4; opacity: 0.8; }
<p style="color:#B1A5E4;opacity:0.8;">80%</p>
Il testo di color #B1A5E4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B1A5E4;}
<p style="text-shadow: 3px 3px 1px #B1A5E4">Text here.</p>
Questo testo ha l'ombra di colore #B1A5E4.
.textShadow {text-shadow: 3px 3px 1px #B1A5E4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B1A5E4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B1A5E4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1A5E4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B1A5E4, Direction=45, Strength=4)">Text</p>
This text has shadow with #B1A5E4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B1A5E4; -webkit-box-shadow: 1px 1px 3px 2px #B1A5E4; box-shadow: 1px 1px 3px 2px #B1A5E4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B1A5E4; -webkit-box-shadow: 1px 1px 3px 2px #B1A5E4; box-shadow:1px 1px 3px 2px #B1A5E4;">
Div content here</div>
Questo e il testo di colore #B1A5E4 sullo sfondo nero.
Questo e il testo di colore #B1A5E4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B1A5E4.
Questo è un testo bianco sullo sfondo del colore #B1A5E4.