HEX: #8E72D7
RGB: (142,114,215)
Il colore #8E72D7 contiene principalmente il blu. Per il #8E72D7 il colore web safe è #9966CC (#96C).
Il colore 8E72D7 in RGB è definito come 142,114,215
RGB: (142,114,215) (56%,45%,84%)
R 142 da 255 = 56%
G 114 da 255 = 45%
B 215 da 255 = 84%
R + G + B ~ 62%. #8E72D7 colore abbastanza chiaro.
R + G + B =
142 + 114 + 215 = 471 (100%)
R 142 da 471 ~ 30.15%
G 114 da 471 ~ 24.2%
B 215 da 471 ~ 45.65%
Il colore #8E72D7 in CMYK è definito come 34,47,0,16.
CMYK: (34,47,0,16) C34M47Y0K16 (34%,47%,0%,16%) (0.34/0.47/0.00/0.16)
8E | 72 | D7 | |
---|---|---|---|
RGB | 142 | 114 | 215 |
HSL | 257° | 55.80% | 64.51% |
HSB/HSV | 257° | 46.98% | 84.31% |
CMYK | 33.95% | 46.98% | 0.00% |
15.69% |
Esadicemale | 8E | 72 | D7 |
Decimale | 142 | 114 | 215 |
Binario | 10001110 | 1110010 | 11010111 |
Ottale | 216 | 162 | 327 |
Esempi dei codici css e html per gli elementi di colore #8E72D7. Utilizzate rgb(142,114,215) anche al posto del codice hex.
.myTextColor { color: #8E72D7; }
<p style="color:#8E72D7">This sample text font color is #8E72D7.</p>
Il colore di questo testo è #8E72D7.
.myBgColor { background-color: #8E72D7; }
<div style="background-color:#8E72D7">Inner text</div>
Questo div ha lo sfondo di colore #8E72D7.
.myBorderColor { border: 1px solid #8E72D7; }
<div style="border:3px solid #8E72D7">Div</div>
Questo div ha i bordi di colore 8E72D7.
.myOpacity80 { color: #8E72D7; opacity: 0.8; }
<p style="color:#8E72D7;opacity:0.8;">80%</p>
Il testo di color #8E72D7 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E72D7;}
<p style="text-shadow: 3px 3px 1px #8E72D7">Text here.</p>
Questo testo ha l'ombra di colore #8E72D7.
.textShadow {text-shadow: 3px 3px 1px #8E72D7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E72D7, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #8E72D7 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E72D7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E72D7, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E72D7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8E72D7; -webkit-box-shadow: 1px 1px 3px 2px #8E72D7; box-shadow: 1px 1px 3px 2px #8E72D7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8E72D7; -webkit-box-shadow: 1px 1px 3px 2px #8E72D7; box-shadow:1px 1px 3px 2px #8E72D7;">
Div content here</div>
Questo e il testo di colore #8E72D7 sullo sfondo nero.
Questo e il testo di colore #8E72D7 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #8E72D7.
Questo è un testo bianco sullo sfondo del colore #8E72D7.