HEX: #8476BD
RGB: (132,118,189)
#8476BD enthält hauptsächlich rote und blaue Farbe. Für #8476BD ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #8476BD wird in RGB als (132,118,189) definiert.
RGB: (132,118,189)
(52%, 46%, 74%)
R 132 von 255 = 52%
G 118 von 255 = 46%
B 189 von 255 = 74%
R + G + B ~ 57%. #8476BD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 118 + 189 = 439 (100%)
R 132 von 439 ~ 30.07%
G 118 von 439 ~ 26.88%
B 189 von 439 ~ 43.05'%
Die Farbe #8476BD wird in CMYK als (30,38,0,26) definiert.
CMYK: (30,38,0,26)
C30M38Y0K26 (30%, 38%, 0%, 26%)
(0.30 / 0.38 / 0.00 / 0.26)
Farbe #8476BD in den populären Farbmodellen.
84 | 76 | BD | |
---|---|---|---|
RGB | 132 | 118 | 189 |
HSL | 252° | 34.98% | 60.20% |
HSB/HSV | 252° | 37.57% | 74.12% |
CMYK | 30.16% | 37.57% | 0.00% |
25.88% |
Die Farbe #8476BD in den populären Zahlensystemen.
Hexadezimal | 84 | 76 | BD |
Dezimal | 132 | 118 | 189 |
Binär | 10000100 | 1110110 | 10111101 |
Oktal | 204 | 166 | 275 |
Dunkle Töne der Farbe #8476BD
Helle Töne der Farbe #8476BD
Beispiele css- und html für Elemente in der Farbe #8476BD. Bitte benutzen Sie auch rgb(132,118,189) statt hex-Code.
.myTextColor { color: #8476BD; }
<p style="color:#8476BD">This sample text font color is #8476BD.</p>
Die Farbe dieses Textes ist #8476BD.
.myBgColor { background-color: #8476BD; }
<div style="background-color:#8476BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8476BD.
.myBorderColor { border: 1px solid #8476BD; }
<div style="border:3px solid #8476BD">Div</div>
Die Grenzen von diesem div sind in Farbe #8476BD.
.myOpacity80 { color: #8476BD; opacity: 0.8; }
<p style="color:#8476BD;opacity:0.8;">80%</p>
Text in Farbe #8476BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8476BD;}
<p style="text-shadow: 3px 3px 1px #8476BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #8476BD.
.textShadow {text-shadow: 3px 3px 1px #8476BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8476BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8476BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8476BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8476BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #8476BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8476BD;
-webkit-box-shadow: 1px 1px 3px 2px #8476BD;
box-shadow: 1px 1px 3px 2px #8476BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8476BD; -webkit-box-shadow: 1px 1px 3px 2px #8476BD; box-shadow:1px 1px 3px 2px #8476BD;">
Div content here
</div>
Dieser Text ist in der Farbe #8476BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8476BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8476BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8476BD.
Kontrastfarbe für #hex ist #7B8942.