HEX: #B49ED1
RGB: (180,158,209)
Il colore #B49ED1 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #B49ED1 il colore web safe è #CC99CC (#C9C).
Il colore B49ED1 in RGB è definito come 180,158,209
RGB: (180,158,209) (71%,62%,82%)
R 180 da 255 = 71%
G 158 da 255 = 62%
B 209 da 255 = 82%
R + G + B ~ 72%. #B49ED1 colore abbastanza chiaro.
R + G + B =
180 + 158 + 209 = 547 (100%)
R 180 da 547 ~ 32.91%
G 158 da 547 ~ 28.88%
B 209 da 547 ~ 38.21%
Il colore #B49ED1 in CMYK è definito come 14,24,0,18.
CMYK: (14,24,0,18) C14M24Y0K18 (14%,24%,0%,18%) (0.14/0.24/0.00/0.18)
B4 | 9E | D1 | |
---|---|---|---|
RGB | 180 | 158 | 209 |
HSL | 266° | 35.66% | 71.96% |
HSB/HSV | 266° | 24.40% | 81.96% |
CMYK | 13.88% | 24.40% | 0.00% |
18.04% |
Esadicemale | B4 | 9E | D1 |
Decimale | 180 | 158 | 209 |
Binario | 10110100 | 10011110 | 11010001 |
Ottale | 264 | 236 | 321 |
Esempi dei codici css e html per gli elementi di colore #B49ED1. Utilizzate rgb(180,158,209) anche al posto del codice hex.
.myTextColor { color: #B49ED1; }
<p style="color:#B49ED1">This sample text font color is #B49ED1.</p>
Il colore di questo testo è #B49ED1.
.myBgColor { background-color: #B49ED1; }
<div style="background-color:#B49ED1">Inner text</div>
Questo div ha lo sfondo di colore #B49ED1.
.myBorderColor { border: 1px solid #B49ED1; }
<div style="border:3px solid #B49ED1">Div</div>
Questo div ha i bordi di colore B49ED1.
.myOpacity80 { color: #B49ED1; opacity: 0.8; }
<p style="color:#B49ED1;opacity:0.8;">80%</p>
Il testo di color #B49ED1 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49ED1;}
<p style="text-shadow: 3px 3px 1px #B49ED1">Text here.</p>
Questo testo ha l'ombra di colore #B49ED1.
.textShadow {text-shadow: 3px 3px 1px #B49ED1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49ED1, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #B49ED1 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49ED1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49ED1, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49ED1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B49ED1; -webkit-box-shadow: 1px 1px 3px 2px #B49ED1; box-shadow: 1px 1px 3px 2px #B49ED1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49ED1; -webkit-box-shadow: 1px 1px 3px 2px #B49ED1; box-shadow:1px 1px 3px 2px #B49ED1;">
Div content here</div>
Questo e il testo di colore #B49ED1 sullo sfondo nero.
Questo e il testo di colore #B49ED1 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #B49ED1.
Questo è un testo bianco sullo sfondo del colore #B49ED1.