HEX: #7E1D50
RGB: (126,29,80)
Il colore #7E1D50 contiene principalmente il rosso e il blu. Per il #7E1D50 il colore web safe è #663366 (#636).
Il colore 7E1D50 in RGB è definito come 126,29,80
RGB: (126,29,80) (49%,11%,31%)
R 126 da 255 = 49%
G 29 da 255 = 11%
B 80 da 255 = 31%
R + G + B ~ 30%. #7E1D50 colore abbastanza scuro.
R + G + B =
126 + 29 + 80 = 235 (100%)
R 126 da 235 ~ 53.62%
G 29 da 235 ~ 12.34%
B 80 da 235 ~ 34.04%
Il colore #7E1D50 in CMYK è definito come 0,77,37,51.
CMYK: (0,77,37,51) C0M77Y37K51 (0%,77%,37%,51%) (0.00/0.77/0.37/0.51)
7E | 1D | 50 | |
---|---|---|---|
RGB | 126 | 29 | 80 |
HSL | 328° | 62.58% | 30.39% |
HSB/HSV | 328° | 76.98% | 49.41% |
CMYK | 0.00% | 76.98% | 36.51% |
50.59% |
Esadicemale | 7E | 1D | 50 |
Decimale | 126 | 29 | 80 |
Binario | 1111110 | 11101 | 1010000 |
Ottale | 176 | 35 | 120 |
Esempi dei codici css e html per gli elementi di colore #7E1D50. Utilizzate rgb(126,29,80) anche al posto del codice hex.
.myTextColor { color: #7E1D50; }
<p style="color:#7E1D50">This sample text font color is #7E1D50.</p>
Il colore di questo testo è #7E1D50.
.myBgColor { background-color: #7E1D50; }
<div style="background-color:#7E1D50">Inner text</div>
Questo div ha lo sfondo di colore #7E1D50.
.myBorderColor { border: 1px solid #7E1D50; }
<div style="border:3px solid #7E1D50">Div</div>
Questo div ha i bordi di colore 7E1D50.
.myOpacity80 { color: #7E1D50; opacity: 0.8; }
<p style="color:#7E1D50;opacity:0.8;">80%</p>
Il testo di color #7E1D50 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E1D50;}
<p style="text-shadow: 3px 3px 1px #7E1D50">Text here.</p>
Questo testo ha l'ombra di colore #7E1D50.
.textShadow {text-shadow: 3px 3px 1px #7E1D50, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E1D50, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E1D50 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E1D50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E1D50, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E1D50 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E1D50; -webkit-box-shadow: 1px 1px 3px 2px #7E1D50; box-shadow: 1px 1px 3px 2px #7E1D50; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E1D50; -webkit-box-shadow: 1px 1px 3px 2px #7E1D50; box-shadow:1px 1px 3px 2px #7E1D50;">
Div content here</div>
Questo e il testo di colore #7E1D50 sullo sfondo nero.
Questo e il testo di colore #7E1D50 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E1D50.
Questo è un testo bianco sullo sfondo del colore #7E1D50.