HEX: #ED8379
RGB: (237,131,121)
Il colore #ED8379 contiene principalmente il rosso. Per il #ED8379 il colore web safe è #FF9966 (#F96).
Il colore ED8379 in RGB è definito come 237,131,121
RGB: (237,131,121) (93%,51%,47%)
R 237 da 255 = 93%
G 131 da 255 = 51%
B 121 da 255 = 47%
R + G + B ~ 64%. #ED8379 colore abbastanza chiaro.
R + G + B =
237 + 131 + 121 = 489 (100%)
R 237 da 489 ~ 48.47%
G 131 da 489 ~ 26.79%
B 121 da 489 ~ 24.74%
Il colore #ED8379 in CMYK è definito come 0,45,49,7.
CMYK: (0,45,49,7) C0M45Y49K7 (0%,45%,49%,7%) (0.00/0.45/0.49/0.07)
ED | 83 | 79 | |
---|---|---|---|
RGB | 237 | 131 | 121 |
HSL | 5° | 76.32% | 70.20% |
HSB/HSV | 5° | 48.95% | 92.94% |
CMYK | 0.00% | 44.73% | 48.95% |
7.06% |
Esadicemale | ED | 83 | 79 |
Decimale | 237 | 131 | 121 |
Binario | 11101101 | 10000011 | 1111001 |
Ottale | 355 | 203 | 171 |
Esempi dei codici css e html per gli elementi di colore #ED8379. Utilizzate rgb(237,131,121) anche al posto del codice hex.
.myTextColor { color: #ED8379; }
<p style="color:#ED8379">This sample text font color is #ED8379.</p>
Il colore di questo testo è #ED8379.
.myBgColor { background-color: #ED8379; }
<div style="background-color:#ED8379">Inner text</div>
Questo div ha lo sfondo di colore #ED8379.
.myBorderColor { border: 1px solid #ED8379; }
<div style="border:3px solid #ED8379">Div</div>
Questo div ha i bordi di colore ED8379.
.myOpacity80 { color: #ED8379; opacity: 0.8; }
<p style="color:#ED8379;opacity:0.8;">80%</p>
Il testo di color #ED8379 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED8379;}
<p style="text-shadow: 3px 3px 1px #ED8379">Text here.</p>
Questo testo ha l'ombra di colore #ED8379.
.textShadow {text-shadow: 3px 3px 1px #ED8379, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED8379, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #ED8379 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED8379, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED8379, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED8379 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ED8379; -webkit-box-shadow: 1px 1px 3px 2px #ED8379; box-shadow: 1px 1px 3px 2px #ED8379; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ED8379; -webkit-box-shadow: 1px 1px 3px 2px #ED8379; box-shadow:1px 1px 3px 2px #ED8379;">
Div content here</div>
Questo e il testo di colore #ED8379 sullo sfondo nero.
Questo e il testo di colore #ED8379 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #ED8379.
Questo è un testo bianco sullo sfondo del colore #ED8379.