HEX: #BE96D8
RGB: (190,150,216)
Il colore #BE96D8 contiene principalmente il rosso e il blu. Per il #BE96D8 il colore web safe è #CC99CC (#C9C).
Il colore BE96D8 in RGB è definito come 190,150,216
RGB: (190,150,216) (75%,59%,85%)
R 190 da 255 = 75%
G 150 da 255 = 59%
B 216 da 255 = 85%
R + G + B ~ 73%. #BE96D8 colore abbastanza chiaro.
R + G + B =
190 + 150 + 216 = 556 (100%)
R 190 da 556 ~ 34.17%
G 150 da 556 ~ 26.98%
B 216 da 556 ~ 38.85%
Il colore #BE96D8 in CMYK è definito come 12,31,0,15.
CMYK: (12,31,0,15) C12M31Y0K15 (12%,31%,0%,15%) (0.12/0.31/0.00/0.15)
BE | 96 | D8 | |
---|---|---|---|
RGB | 190 | 150 | 216 |
HSL | 276° | 45.83% | 71.76% |
HSB/HSV | 276° | 30.56% | 84.71% |
CMYK | 12.04% | 30.56% | 0.00% |
15.29% |
Esadicemale | BE | 96 | D8 |
Decimale | 190 | 150 | 216 |
Binario | 10111110 | 10010110 | 11011000 |
Ottale | 276 | 226 | 330 |
Esempi dei codici css e html per gli elementi di colore #BE96D8. Utilizzate rgb(190,150,216) anche al posto del codice hex.
.myTextColor { color: #BE96D8; }
<p style="color:#BE96D8">This sample text font color is #BE96D8.</p>
Il colore di questo testo è #BE96D8.
.myBgColor { background-color: #BE96D8; }
<div style="background-color:#BE96D8">Inner text</div>
Questo div ha lo sfondo di colore #BE96D8.
.myBorderColor { border: 1px solid #BE96D8; }
<div style="border:3px solid #BE96D8">Div</div>
Questo div ha i bordi di colore BE96D8.
.myOpacity80 { color: #BE96D8; opacity: 0.8; }
<p style="color:#BE96D8;opacity:0.8;">80%</p>
Il testo di color #BE96D8 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE96D8;}
<p style="text-shadow: 3px 3px 1px #BE96D8">Text here.</p>
Questo testo ha l'ombra di colore #BE96D8.
.textShadow {text-shadow: 3px 3px 1px #BE96D8, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE96D8, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #BE96D8 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE96D8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE96D8, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE96D8 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BE96D8; -webkit-box-shadow: 1px 1px 3px 2px #BE96D8; box-shadow: 1px 1px 3px 2px #BE96D8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BE96D8; -webkit-box-shadow: 1px 1px 3px 2px #BE96D8; box-shadow:1px 1px 3px 2px #BE96D8;">
Div content here</div>
Questo e il testo di colore #BE96D8 sullo sfondo nero.
Questo e il testo di colore #BE96D8 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #BE96D8.
Questo è un testo bianco sullo sfondo del colore #BE96D8.