HEX: #7D5C9E
RGB: (125,92,158)
Il colore #7D5C9E contiene principalmente il rosso e il blu. Per il #7D5C9E il colore web safe è #666699 (#669).
Il colore 7D5C9E in RGB è definito come 125,92,158
RGB: (125,92,158)
(49%, 36%, 62%)
R 125 da 255 = 49%
G 92 da 255 = 36%
B 158 da 255 = 62%
R + G + B ~ 49%. #7D5C9E colore medio (né scuro né chiaro).
R + G + B = 125 + 92 + 158 = 375 (100%)
R 125 da 375 ~ 33.33%
G 92 da 375 ~ 24.53%
B 158 da 375 ~ 42.13'%
Il colore #7D5C9E in CMYK è definito come 21,42,0,38.
CMYK: (21,42,0,38)
C21M42Y0K38 (21%, 42%, 0%, 38%)
(0.21 / 0.42 / 0.00 / 0.38)
Il #7D5C9E nei modelli di colore popolari.
7D | 5C | 9E | |
---|---|---|---|
RGB | 125 | 92 | 158 |
HSL | 270° | 26.40% | 49.02% |
HSB/HSV | 270° | 41.77% | 61.96% |
CMYK | 20.89% | 41.77% | 0.00% |
38.04% |
Il #7D5C9E nei modelli numerici popolari.
Esadicemale | 7D | 5C | 9E |
Decimale | 125 | 92 | 158 |
Binario | 1111101 | 1011100 | 10011110 |
Ottale | 175 | 134 | 236 |
Tonalità scure del colore #7D5C9E
Tonalità chiare del colore #7D5C9E
Esempi dei codici css e html per gli elementi di colore #7D5C9E. Utilizzate rgb(125,92,158) anche al posto del codice hex.
.myTextColor { color: #7D5C9E; }
<p style="color:#7D5C9E">This sample text font color is #7D5C9E.</p>
Il colore di questo testo è #7D5C9E.
.myBgColor { background-color: #7D5C9E; }
<div style="background-color:#7D5C9E">Inner text</div>
Questo div ha lo sfondo di colore #7D5C9E.
.myBorderColor { border: 1px solid #7D5C9E; }
<div style="border:3px solid #7D5C9E">Div</div>
Questo div ha i bordi di colore 7D5C9E.
.myOpacity80 { color: #7D5C9E; opacity: 0.8; }
<p style="color:#7D5C9E;opacity:0.8;">80%</p>
Il testo di color #7D5C9E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D5C9E;}
<p style="text-shadow: 3px 3px 1px #7D5C9E">Text here.</p>
Questo testo ha l'ombra di colore #7D5C9E.
.textShadow {text-shadow: 3px 3px 1px #7D5C9E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D5C9E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D5C9E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D5C9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D5C9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D5C9E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D5C9E;
-webkit-box-shadow: 1px 1px 3px 2px #7D5C9E;
box-shadow: 1px 1px 3px 2px #7D5C9E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D5C9E; -webkit-box-shadow: 1px 1px 3px 2px #7D5C9E; box-shadow:1px 1px 3px 2px #7D5C9E;">
Div content here
</div>
Questo e il testo di colore #7D5C9E sullo sfondo nero.
Questo e il testo di colore #7D5C9E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D5C9E.
Questo è un testo bianco sullo sfondo del colore #7D5C9E.
Il colore complimentare del #7D5C9E è #82A361..