HEX: #B5A2E1
RGB: (181,162,225)
Il colore #B5A2E1 contiene principalmente il rosso e il blu. Per il #B5A2E1 il colore web safe è #CC99CC (#C9C).
Il colore B5A2E1 in RGB è definito come 181,162,225
RGB: (181,162,225) (71%,64%,88%)
R 181 da 255 = 71%
G 162 da 255 = 64%
B 225 da 255 = 88%
R + G + B ~ 74%. #B5A2E1 colore abbastanza chiaro.
R + G + B =
181 + 162 + 225 = 568 (100%)
R 181 da 568 ~ 31.87%
G 162 da 568 ~ 28.52%
B 225 da 568 ~ 39.61%
Il colore #B5A2E1 in CMYK è definito come 20,28,0,12.
CMYK: (20,28,0,12) C20M28Y0K12 (20%,28%,0%,12%) (0.20/0.28/0.00/0.12)
B5 | A2 | E1 | |
---|---|---|---|
RGB | 181 | 162 | 225 |
HSL | 258° | 51.22% | 75.88% |
HSB/HSV | 258° | 28.00% | 88.24% |
CMYK | 19.56% | 28.00% | 0.00% |
11.76% |
Esadicemale | B5 | A2 | E1 |
Decimale | 181 | 162 | 225 |
Binario | 10110101 | 10100010 | 11100001 |
Ottale | 265 | 242 | 341 |
Esempi dei codici css e html per gli elementi di colore #B5A2E1. Utilizzate rgb(181,162,225) anche al posto del codice hex.
.myTextColor { color: #B5A2E1; }
<p style="color:#B5A2E1">This sample text font color is #B5A2E1.</p>
Il colore di questo testo è #B5A2E1.
.myBgColor { background-color: #B5A2E1; }
<div style="background-color:#B5A2E1">Inner text</div>
Questo div ha lo sfondo di colore #B5A2E1.
.myBorderColor { border: 1px solid #B5A2E1; }
<div style="border:3px solid #B5A2E1">Div</div>
Questo div ha i bordi di colore B5A2E1.
.myOpacity80 { color: #B5A2E1; opacity: 0.8; }
<p style="color:#B5A2E1;opacity:0.8;">80%</p>
Il testo di color #B5A2E1 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5A2E1;}
<p style="text-shadow: 3px 3px 1px #B5A2E1">Text here.</p>
Questo testo ha l'ombra di colore #B5A2E1.
.textShadow {text-shadow: 3px 3px 1px #B5A2E1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5A2E1, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B5A2E1 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5A2E1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5A2E1, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5A2E1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5A2E1; -webkit-box-shadow: 1px 1px 3px 2px #B5A2E1; box-shadow: 1px 1px 3px 2px #B5A2E1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5A2E1; -webkit-box-shadow: 1px 1px 3px 2px #B5A2E1; box-shadow:1px 1px 3px 2px #B5A2E1;">
Div content here</div>
Questo e il testo di colore #B5A2E1 sullo sfondo nero.
Questo e il testo di colore #B5A2E1 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B5A2E1.
Questo è un testo bianco sullo sfondo del colore #B5A2E1.