HEX: #7363AB
RGB: (115,99,171)
Il colore #7363AB contiene principalmente il rosso e il blu. Per il #7363AB il colore web safe è #666699 (#669).
Il colore 7363AB in RGB è definito come 115,99,171
RGB: (115,99,171)
(45%, 39%, 67%)
R 115 da 255 = 45%
G 99 da 255 = 39%
B 171 da 255 = 67%
R + G + B ~ 50%. #7363AB colore medio (né scuro né chiaro).
R + G + B = 115 + 99 + 171 = 385 (100%)
R 115 da 385 ~ 29.87%
G 99 da 385 ~ 25.71%
B 171 da 385 ~ 44.42'%
Il colore #7363AB in CMYK è definito come 33,42,0,33.
CMYK: (33,42,0,33)
C33M42Y0K33 (33%, 42%, 0%, 33%)
(0.33 / 0.42 / 0.00 / 0.33)
Il #7363AB nei modelli di colore popolari.
73 | 63 | AB | |
---|---|---|---|
RGB | 115 | 99 | 171 |
HSL | 253° | 30.00% | 52.94% |
HSB/HSV | 253° | 42.11% | 67.06% |
CMYK | 32.75% | 42.11% | 0.00% |
32.94% |
Il #7363AB nei modelli numerici popolari.
Esadicemale | 73 | 63 | AB |
Decimale | 115 | 99 | 171 |
Binario | 1110011 | 1100011 | 10101011 |
Ottale | 163 | 143 | 253 |
Tonalità scure del colore #7363AB
Tonalità chiare del colore #7363AB
Esempi dei codici css e html per gli elementi di colore #7363AB. Utilizzate rgb(115,99,171) anche al posto del codice hex.
.myTextColor { color: #7363AB; }
<p style="color:#7363AB">This sample text font color is #7363AB.</p>
Il colore di questo testo è #7363AB.
.myBgColor { background-color: #7363AB; }
<div style="background-color:#7363AB">Inner text</div>
Questo div ha lo sfondo di colore #7363AB.
.myBorderColor { border: 1px solid #7363AB; }
<div style="border:3px solid #7363AB">Div</div>
Questo div ha i bordi di colore 7363AB.
.myOpacity80 { color: #7363AB; opacity: 0.8; }
<p style="color:#7363AB;opacity:0.8;">80%</p>
Il testo di color #7363AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7363AB;}
<p style="text-shadow: 3px 3px 1px #7363AB">Text here.</p>
Questo testo ha l'ombra di colore #7363AB.
.textShadow {text-shadow: 3px 3px 1px #7363AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7363AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7363AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7363AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7363AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7363AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7363AB;
-webkit-box-shadow: 1px 1px 3px 2px #7363AB;
box-shadow: 1px 1px 3px 2px #7363AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7363AB; -webkit-box-shadow: 1px 1px 3px 2px #7363AB; box-shadow:1px 1px 3px 2px #7363AB;">
Div content here
</div>
Questo e il testo di colore #7363AB sullo sfondo nero.
Questo e il testo di colore #7363AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7363AB.
Questo è un testo bianco sullo sfondo del colore #7363AB.
Il colore complimentare del #7363AB è #8C9C54..