HEX: #7E49AB
RGB: (126,73,171)
Il colore #7E49AB contiene principalmente il rosso e il blu. Per il #7E49AB il colore web safe è #663399 (#639).
Il colore 7E49AB in RGB è definito come 126,73,171
RGB: (126,73,171)
(49%, 29%, 67%)
R 126 da 255 = 49%
G 73 da 255 = 29%
B 171 da 255 = 67%
R + G + B ~ 48%. #7E49AB colore medio (né scuro né chiaro).
R + G + B = 126 + 73 + 171 = 370 (100%)
R 126 da 370 ~ 34.05%
G 73 da 370 ~ 19.73%
B 171 da 370 ~ 46.22'%
Il colore #7E49AB in CMYK è definito come 26,57,0,33.
CMYK: (26,57,0,33)
C26M57Y0K33 (26%, 57%, 0%, 33%)
(0.26 / 0.57 / 0.00 / 0.33)
Il #7E49AB nei modelli di colore popolari.
7E | 49 | AB | |
---|---|---|---|
RGB | 126 | 73 | 171 |
HSL | 272° | 40.16% | 47.84% |
HSB/HSV | 272° | 57.31% | 67.06% |
CMYK | 26.32% | 57.31% | 0.00% |
32.94% |
Il #7E49AB nei modelli numerici popolari.
Esadicemale | 7E | 49 | AB |
Decimale | 126 | 73 | 171 |
Binario | 1111110 | 1001001 | 10101011 |
Ottale | 176 | 111 | 253 |
Tonalità scure del colore #7E49AB
Tonalità chiare del colore #7E49AB
Esempi dei codici css e html per gli elementi di colore #7E49AB. Utilizzate rgb(126,73,171) anche al posto del codice hex.
.myTextColor { color: #7E49AB; }
<p style="color:#7E49AB">This sample text font color is #7E49AB.</p>
Il colore di questo testo è #7E49AB.
.myBgColor { background-color: #7E49AB; }
<div style="background-color:#7E49AB">Inner text</div>
Questo div ha lo sfondo di colore #7E49AB.
.myBorderColor { border: 1px solid #7E49AB; }
<div style="border:3px solid #7E49AB">Div</div>
Questo div ha i bordi di colore 7E49AB.
.myOpacity80 { color: #7E49AB; opacity: 0.8; }
<p style="color:#7E49AB;opacity:0.8;">80%</p>
Il testo di color #7E49AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E49AB;}
<p style="text-shadow: 3px 3px 1px #7E49AB">Text here.</p>
Questo testo ha l'ombra di colore #7E49AB.
.textShadow {text-shadow: 3px 3px 1px #7E49AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E49AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E49AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E49AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E49AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E49AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E49AB;
-webkit-box-shadow: 1px 1px 3px 2px #7E49AB;
box-shadow: 1px 1px 3px 2px #7E49AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E49AB; -webkit-box-shadow: 1px 1px 3px 2px #7E49AB; box-shadow:1px 1px 3px 2px #7E49AB;">
Div content here
</div>
Questo e il testo di colore #7E49AB sullo sfondo nero.
Questo e il testo di colore #7E49AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E49AB.
Questo è un testo bianco sullo sfondo del colore #7E49AB.
Il colore complimentare del #hex è #81B654..