HEX: #84218C
RGB: (132,33,140)
#84218C enthält hauptsächlich rote und blaue Farbe. Für #84218C ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #84218C wird in RGB als (132,33,140) definiert.
RGB: (132,33,140)
(52%, 13%, 55%)
R 132 von 255 = 52%
G 33 von 255 = 13%
B 140 von 255 = 55%
R + G + B ~ 40%. #84218C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 132 + 33 + 140 = 305 (100%)
R 132 von 305 ~ 43.28%
G 33 von 305 ~ 10.82%
B 140 von 305 ~ 45.9'%
Die Farbe #84218C wird in CMYK als (6,76,0,45) definiert.
CMYK: (6,76,0,45)
C6M76Y0K45 (6%, 76%, 0%, 45%)
(0.06 / 0.76 / 0.00 / 0.45)
Farbe #84218C in den populären Farbmodellen.
84 | 21 | 8C | |
---|---|---|---|
RGB | 132 | 33 | 140 |
HSL | 296° | 61.85% | 33.92% |
HSB/HSV | 296° | 76.43% | 54.90% |
CMYK | 5.71% | 76.43% | 0.00% |
45.10% |
Die Farbe #84218C in den populären Zahlensystemen.
Hexadezimal | 84 | 21 | 8C |
Dezimal | 132 | 33 | 140 |
Binär | 10000100 | 100001 | 10001100 |
Oktal | 204 | 41 | 214 |
Dunkle Töne der Farbe #84218C
Helle Töne der Farbe #84218C
Beispiele css- und html für Elemente in der Farbe #84218C. Bitte benutzen Sie auch rgb(132,33,140) statt hex-Code.
.myTextColor { color: #84218C; }
<p style="color:#84218C">This sample text font color is #84218C.</p>
Die Farbe dieses Textes ist #84218C.
.myBgColor { background-color: #84218C; }
<div style="background-color:#84218C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #84218C.
.myBorderColor { border: 1px solid #84218C; }
<div style="border:3px solid #84218C">Div</div>
Die Grenzen von diesem div sind in Farbe #84218C.
.myOpacity80 { color: #84218C; opacity: 0.8; }
<p style="color:#84218C;opacity:0.8;">80%</p>
Text in Farbe #84218C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84218C;}
<p style="text-shadow: 3px 3px 1px #84218C">Text here.</p>
Dieser Text hat den Schatten in Farbe #84218C.
.textShadow {text-shadow: 3px 3px 1px #84218C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84218C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #84218C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84218C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84218C, Direction=45, Strength=4)">Text</p>
This text has shadow with #84218C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84218C;
-webkit-box-shadow: 1px 1px 3px 2px #84218C;
box-shadow: 1px 1px 3px 2px #84218C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84218C; -webkit-box-shadow: 1px 1px 3px 2px #84218C; box-shadow:1px 1px 3px 2px #84218C;">
Div content here
</div>
Dieser Text ist in der Farbe #84218C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #84218C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #84218C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #84218C.
Kontrastfarbe für #hex ist #7BDE73.