HEX: #7E317D
RGB: (126,49,125)
Il colore #7E317D contiene principalmente il rosso e il blu. Per il #7E317D il colore web safe è #663366 (#636).
Il colore 7E317D in RGB è definito come 126,49,125
RGB: (126,49,125) (49%,19%,49%)
R 126 da 255 = 49%
G 49 da 255 = 19%
B 125 da 255 = 49%
R + G + B ~ 39%. #7E317D colore abbastanza scuro.
R + G + B =
126 + 49 + 125 = 300 (100%)
R 126 da 300 ~ 42%
G 49 da 300 ~ 16.33%
B 125 da 300 ~ 41.67%
Il colore #7E317D in CMYK è definito come 0,61,1,51.
CMYK: (0,61,1,51) C0M61Y1K51 (0%,61%,1%,51%) (0.00/0.61/0.01/0.51)
7E | 31 | 7D | |
---|---|---|---|
RGB | 126 | 49 | 125 |
HSL | 301° | 44.00% | 34.31% |
HSB/HSV | 301° | 61.11% | 49.41% |
CMYK | 0.00% | 61.11% | 0.79% |
50.59% |
Esadicemale | 7E | 31 | 7D |
Decimale | 126 | 49 | 125 |
Binario | 1111110 | 110001 | 1111101 |
Ottale | 176 | 61 | 175 |
Esempi dei codici css e html per gli elementi di colore #7E317D. Utilizzate rgb(126,49,125) anche al posto del codice hex.
.myTextColor { color: #7E317D; }
<p style="color:#7E317D">This sample text font color is #7E317D.</p>
Il colore di questo testo è #7E317D.
.myBgColor { background-color: #7E317D; }
<div style="background-color:#7E317D">Inner text</div>
Questo div ha lo sfondo di colore #7E317D.
.myBorderColor { border: 1px solid #7E317D; }
<div style="border:3px solid #7E317D">Div</div>
Questo div ha i bordi di colore 7E317D.
.myOpacity80 { color: #7E317D; opacity: 0.8; }
<p style="color:#7E317D;opacity:0.8;">80%</p>
Il testo di color #7E317D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E317D;}
<p style="text-shadow: 3px 3px 1px #7E317D">Text here.</p>
Questo testo ha l'ombra di colore #7E317D.
.textShadow {text-shadow: 3px 3px 1px #7E317D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E317D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E317D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E317D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E317D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E317D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E317D; -webkit-box-shadow: 1px 1px 3px 2px #7E317D; box-shadow: 1px 1px 3px 2px #7E317D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E317D; -webkit-box-shadow: 1px 1px 3px 2px #7E317D; box-shadow:1px 1px 3px 2px #7E317D;">
Div content here</div>
Questo e il testo di colore #7E317D sullo sfondo nero.
Questo e il testo di colore #7E317D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E317D.
Questo è un testo bianco sullo sfondo del colore #7E317D.