HEX: #E788D7
RGB: (231,136,215)
Il colore #E788D7 contiene principalmente il rosso e il blu. Per il #E788D7 il colore web safe è #FF99CC (#F9C).
Il colore E788D7 in RGB è definito come 231,136,215
RGB: (231,136,215) (91%,53%,84%)
R 231 da 255 = 91%
G 136 da 255 = 53%
B 215 da 255 = 84%
R + G + B ~ 76%. #E788D7 colore abbastanza chiaro.
R + G + B =
231 + 136 + 215 = 582 (100%)
R 231 da 582 ~ 39.69%
G 136 da 582 ~ 23.37%
B 215 da 582 ~ 36.94%
Il colore #E788D7 in CMYK è definito come 0,41,7,9.
CMYK: (0,41,7,9) C0M41Y7K9 (0%,41%,7%,9%) (0.00/0.41/0.07/0.09)
E7 | 88 | D7 | |
---|---|---|---|
RGB | 231 | 136 | 215 |
HSL | 310° | 66.43% | 71.96% |
HSB/HSV | 310° | 41.13% | 90.59% |
CMYK | 0.00% | 41.13% | 6.93% |
9.41% |
Esadicemale | E7 | 88 | D7 |
Decimale | 231 | 136 | 215 |
Binario | 11100111 | 10001000 | 11010111 |
Ottale | 347 | 210 | 327 |
Esempi dei codici css e html per gli elementi di colore #E788D7. Utilizzate rgb(231,136,215) anche al posto del codice hex.
.myTextColor { color: #E788D7; }
<p style="color:#E788D7">This sample text font color is #E788D7.</p>
Il colore di questo testo è #E788D7.
.myBgColor { background-color: #E788D7; }
<div style="background-color:#E788D7">Inner text</div>
Questo div ha lo sfondo di colore #E788D7.
.myBorderColor { border: 1px solid #E788D7; }
<div style="border:3px solid #E788D7">Div</div>
Questo div ha i bordi di colore E788D7.
.myOpacity80 { color: #E788D7; opacity: 0.8; }
<p style="color:#E788D7;opacity:0.8;">80%</p>
Il testo di color #E788D7 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E788D7;}
<p style="text-shadow: 3px 3px 1px #E788D7">Text here.</p>
Questo testo ha l'ombra di colore #E788D7.
.textShadow {text-shadow: 3px 3px 1px #E788D7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E788D7, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #E788D7 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E788D7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E788D7, Direction=45, Strength=4)">Text</p>
This text has shadow with #E788D7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E788D7; -webkit-box-shadow: 1px 1px 3px 2px #E788D7; box-shadow: 1px 1px 3px 2px #E788D7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E788D7; -webkit-box-shadow: 1px 1px 3px 2px #E788D7; box-shadow:1px 1px 3px 2px #E788D7;">
Div content here</div>
Questo e il testo di colore #E788D7 sullo sfondo nero.
Questo e il testo di colore #E788D7 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #E788D7.
Questo è un testo bianco sullo sfondo del colore #E788D7.