HEX: #8D76B4
RGB: (141,118,180)
Il colore #8D76B4 contiene principalmente il rosso e il blu. Per il #8D76B4 il colore web safe è #9966CC (#96C).
Il colore 8D76B4 in RGB è definito come 141,118,180
RGB: (141,118,180) (55%,46%,71%)
R 141 da 255 = 55%
G 118 da 255 = 46%
B 180 da 255 = 71%
R + G + B ~ 57%. #8D76B4 colore medio (né scuro né chiaro).
R + G + B =
141 + 118 + 180 = 439 (100%)
R 141 da 439 ~ 32.12%
G 118 da 439 ~ 26.88%
B 180 da 439 ~ 41%
Il colore #8D76B4 in CMYK è definito come 22,34,0,29.
CMYK: (22,34,0,29) C22M34Y0K29 (22%,34%,0%,29%) (0.22/0.34/0.00/0.29)
8D | 76 | B4 | |
---|---|---|---|
RGB | 141 | 118 | 180 |
HSL | 262° | 29.25% | 58.43% |
HSB/HSV | 262° | 34.44% | 70.59% |
CMYK | 21.67% | 34.44% | 0.00% |
29.41% |
Esadicemale | 8D | 76 | B4 |
Decimale | 141 | 118 | 180 |
Binario | 10001101 | 1110110 | 10110100 |
Ottale | 215 | 166 | 264 |
Esempi dei codici css e html per gli elementi di colore #8D76B4. Utilizzate rgb(141,118,180) anche al posto del codice hex.
.myTextColor { color: #8D76B4; }
<p style="color:#8D76B4">This sample text font color is #8D76B4.</p>
Il colore di questo testo è #8D76B4.
.myBgColor { background-color: #8D76B4; }
<div style="background-color:#8D76B4">Inner text</div>
Questo div ha lo sfondo di colore #8D76B4.
.myBorderColor { border: 1px solid #8D76B4; }
<div style="border:3px solid #8D76B4">Div</div>
Questo div ha i bordi di colore 8D76B4.
.myOpacity80 { color: #8D76B4; opacity: 0.8; }
<p style="color:#8D76B4;opacity:0.8;">80%</p>
Il testo di color #8D76B4 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8D76B4;}
<p style="text-shadow: 3px 3px 1px #8D76B4">Text here.</p>
Questo testo ha l'ombra di colore #8D76B4.
.textShadow {text-shadow: 3px 3px 1px #8D76B4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8D76B4, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #8D76B4 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8D76B4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8D76B4, Direction=45, Strength=4)">Text</p>
This text has shadow with #8D76B4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8D76B4; -webkit-box-shadow: 1px 1px 3px 2px #8D76B4; box-shadow: 1px 1px 3px 2px #8D76B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8D76B4; -webkit-box-shadow: 1px 1px 3px 2px #8D76B4; box-shadow:1px 1px 3px 2px #8D76B4;">
Div content here</div>
Questo e il testo di colore #8D76B4 sullo sfondo nero.
Questo e il testo di colore #8D76B4 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #8D76B4.
Questo è un testo bianco sullo sfondo del colore #8D76B4.