HEX: #AB2189
RGB: (171,33,137)
#AB2189 enthält hauptsächlich rote und blaue Farbe. Für #AB2189 ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #AB2189 wird in RGB als (171,33,137) definiert.
RGB: (171,33,137) (67%,13%,54%)
R 171 von 255 = 67%
G 33 von 255 = 13%
B 137 von 255 = 54%
R + G + B ~ 45%. #AB2189 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 33 + 137 = 341 (100%)
R 171 von 341 ~ 50.15%
G 33 von 341 ~ 9.68%
B 137 von 341 ~ 40.18%
Die Farbe #AB2189 wird in CMYK als (0,81,20,33) definiert.
CMYK: (0,81,20,33) C0M81Y20K33 (0%,81%,20%,33%) (0.00/0.81/0.20/0.33)
AB | 21 | 89 | |
---|---|---|---|
RGB | 171 | 33 | 137 |
HSL | 315° | 67.65% | 40.00% |
HSB/HSV | 315° | 80.70% | 67.06% |
CMYK | 0.00% | 80.70% | 19.88% |
32.94% |
Hexadezimal | AB | 21 | 89 |
Dezimal | 171 | 33 | 137 |
Binär | 10101011 | 100001 | 10001001 |
Oktal | 253 | 41 | 211 |
Beispiele css- und html für Elemente in der Farbe #AB2189. Bitte benutzen Sie auch rgb(171,33,137) statt hex-Code.
.myTextColor { color: #AB2189; }
<p style="color:#AB2189">This sample text font color is #AB2189.</p>
Die Farbe dieses Textes ist #AB2189.
.myBgColor { background-color: #AB2189; }
<div style="background-color:#AB2189">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB2189.
.myBorderColor { border: 1px solid #AB2189; }
<div style="border:3px solid #AB2189">Div</div>
Die Grenzen von diesem div sind in Farbe #AB2189.
.myOpacity80 { color: #AB2189; opacity: 0.8; }
<p style="color:#AB2189;opacity:0.8;">80%</p>
Text in Farbe #AB2189 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB2189;}
<p style="text-shadow: 3px 3px 1px #AB2189">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB2189.
.textShadow {text-shadow: 3px 3px 1px #AB2189, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB2189, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB2189 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB2189, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB2189, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB2189 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB2189; -webkit-box-shadow: 1px 1px 3px 2px #AB2189; box-shadow: 1px 1px 3px 2px #AB2189; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB2189; -webkit-box-shadow: 1px 1px 3px 2px #AB2189; box-shadow:1px 1px 3px 2px #AB2189;">
Div content here</div>
Dieser Text ist in der Farbe #AB2189 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB2189 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB2189.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB2189.