HEX: #AB5188
RGB: (171,81,136)
#AB5188 enthält hauptsächlich rote und blaue Farbe. Für #AB5188 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB5188 wird in RGB als (171,81,136) definiert.
RGB: (171,81,136)
(67%, 32%, 53%)
R 171 von 255 = 67%
G 81 von 255 = 32%
B 136 von 255 = 53%
R + G + B ~ 51%. #AB5188 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 81 + 136 = 388 (100%)
R 171 von 388 ~ 44.07%
G 81 von 388 ~ 20.88%
B 136 von 388 ~ 35.05'%
Die Farbe #AB5188 wird in CMYK als (0,53,20,33) definiert.
CMYK: (0,53,20,33)
C0M53Y20K33 (0%, 53%, 20%, 33%)
(0.00 / 0.53 / 0.20 / 0.33)
Farbe #AB5188 in den populären Farbmodellen.
AB | 51 | 88 | |
---|---|---|---|
RGB | 171 | 81 | 136 |
HSL | 323° | 35.71% | 49.41% |
HSB/HSV | 323° | 52.63% | 67.06% |
CMYK | 0.00% | 52.63% | 20.47% |
32.94% |
Die Farbe #AB5188 in den populären Zahlensystemen.
Hexadezimal | AB | 51 | 88 |
Dezimal | 171 | 81 | 136 |
Binär | 10101011 | 1010001 | 10001000 |
Oktal | 253 | 121 | 210 |
Dunkle Töne der Farbe #AB5188
Helle Töne der Farbe #AB5188
Beispiele css- und html für Elemente in der Farbe #AB5188. Bitte benutzen Sie auch rgb(171,81,136) statt hex-Code.
.myTextColor { color: #AB5188; }
<p style="color:#AB5188">This sample text font color is #AB5188.</p>
Die Farbe dieses Textes ist #AB5188.
.myBgColor { background-color: #AB5188; }
<div style="background-color:#AB5188">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB5188.
.myBorderColor { border: 1px solid #AB5188; }
<div style="border:3px solid #AB5188">Div</div>
Die Grenzen von diesem div sind in Farbe #AB5188.
.myOpacity80 { color: #AB5188; opacity: 0.8; }
<p style="color:#AB5188;opacity:0.8;">80%</p>
Text in Farbe #AB5188 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5188;}
<p style="text-shadow: 3px 3px 1px #AB5188">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB5188.
.textShadow {text-shadow: 3px 3px 1px #AB5188', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5188, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB5188 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5188, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5188, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5188 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB5188;
-webkit-box-shadow: 1px 1px 3px 2px #AB5188;
box-shadow: 1px 1px 3px 2px #AB5188;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB5188; -webkit-box-shadow: 1px 1px 3px 2px #AB5188; box-shadow:1px 1px 3px 2px #AB5188;">
Div content here
</div>
Dieser Text ist in der Farbe #AB5188 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB5188 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB5188.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB5188.
Kontrastfarbe für #hex ist #54AE77.