HEX: #847FAE
RGB: (132,127,174)
#847FAE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #847FAE ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #847FAE wird in RGB als (132,127,174) definiert.
RGB: (132,127,174)
(52%, 50%, 68%)
R 132 von 255 = 52%
G 127 von 255 = 50%
B 174 von 255 = 68%
R + G + B ~ 57%. #847FAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 127 + 174 = 433 (100%)
R 132 von 433 ~ 30.48%
G 127 von 433 ~ 29.33%
B 174 von 433 ~ 40.18'%
Die Farbe #847FAE wird in CMYK als (24,27,0,32) definiert.
CMYK: (24,27,0,32)
C24M27Y0K32 (24%, 27%, 0%, 32%)
(0.24 / 0.27 / 0.00 / 0.32)
Farbe #847FAE in den populären Farbmodellen.
84 | 7F | AE | |
---|---|---|---|
RGB | 132 | 127 | 174 |
HSL | 246° | 22.49% | 59.02% |
HSB/HSV | 246° | 27.01% | 68.24% |
CMYK | 24.14% | 27.01% | 0.00% |
31.76% |
Die Farbe #847FAE in den populären Zahlensystemen.
Hexadezimal | 84 | 7F | AE |
Dezimal | 132 | 127 | 174 |
Binär | 10000100 | 1111111 | 10101110 |
Oktal | 204 | 177 | 256 |
Dunkle Töne der Farbe #847FAE
Helle Töne der Farbe #847FAE
Beispiele css- und html für Elemente in der Farbe #847FAE. Bitte benutzen Sie auch rgb(132,127,174) statt hex-Code.
.myTextColor { color: #847FAE; }
<p style="color:#847FAE">This sample text font color is #847FAE.</p>
Die Farbe dieses Textes ist #847FAE.
.myBgColor { background-color: #847FAE; }
<div style="background-color:#847FAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #847FAE.
.myBorderColor { border: 1px solid #847FAE; }
<div style="border:3px solid #847FAE">Div</div>
Die Grenzen von diesem div sind in Farbe #847FAE.
.myOpacity80 { color: #847FAE; opacity: 0.8; }
<p style="color:#847FAE;opacity:0.8;">80%</p>
Text in Farbe #847FAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #847FAE;}
<p style="text-shadow: 3px 3px 1px #847FAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #847FAE.
.textShadow {text-shadow: 3px 3px 1px #847FAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #847FAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #847FAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#847FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#847FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #847FAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #847FAE;
-webkit-box-shadow: 1px 1px 3px 2px #847FAE;
box-shadow: 1px 1px 3px 2px #847FAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #847FAE; -webkit-box-shadow: 1px 1px 3px 2px #847FAE; box-shadow:1px 1px 3px 2px #847FAE;">
Div content here
</div>
Dieser Text ist in der Farbe #847FAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #847FAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #847FAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #847FAE.
Kontrastfarbe für #hex ist #7B8051.