HEX: #B589AB
RGB: (181,137,171)
#B589AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B589AB ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B589AB wird in RGB als (181,137,171) definiert.
RGB: (181,137,171)
(71%, 54%, 67%)
R 181 von 255 = 71%
G 137 von 255 = 54%
B 171 von 255 = 67%
R + G + B ~ 64%. #B589AB ziemlich helle Farbe.
R + G + B = 181 + 137 + 171 = 489 (100%)
R 181 von 489 ~ 37.01%
G 137 von 489 ~ 28.02%
B 171 von 489 ~ 34.97'%
Die Farbe #B589AB wird in CMYK als (0,24,6,29) definiert.
CMYK: (0,24,6,29)
C0M24Y6K29 (0%, 24%, 6%, 29%)
(0.00 / 0.24 / 0.06 / 0.29)
Farbe #B589AB in den populären Farbmodellen.
B5 | 89 | AB | |
---|---|---|---|
RGB | 181 | 137 | 171 |
HSL | 314° | 22.92% | 62.35% |
HSB/HSV | 314° | 24.31% | 70.98% |
CMYK | 0.00% | 24.31% | 5.52% |
29.02% |
Die Farbe #B589AB in den populären Zahlensystemen.
Hexadezimal | B5 | 89 | AB |
Dezimal | 181 | 137 | 171 |
Binär | 10110101 | 10001001 | 10101011 |
Oktal | 265 | 211 | 253 |
Dunkle Töne der Farbe #B589AB
Helle Töne der Farbe #B589AB
Beispiele css- und html für Elemente in der Farbe #B589AB. Bitte benutzen Sie auch rgb(181,137,171) statt hex-Code.
.myTextColor { color: #B589AB; }
<p style="color:#B589AB">This sample text font color is #B589AB.</p>
Die Farbe dieses Textes ist #B589AB.
.myBgColor { background-color: #B589AB; }
<div style="background-color:#B589AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B589AB.
.myBorderColor { border: 1px solid #B589AB; }
<div style="border:3px solid #B589AB">Div</div>
Die Grenzen von diesem div sind in Farbe #B589AB.
.myOpacity80 { color: #B589AB; opacity: 0.8; }
<p style="color:#B589AB;opacity:0.8;">80%</p>
Text in Farbe #B589AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B589AB;}
<p style="text-shadow: 3px 3px 1px #B589AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B589AB.
.textShadow {text-shadow: 3px 3px 1px #B589AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B589AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B589AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B589AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B589AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B589AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B589AB;
-webkit-box-shadow: 1px 1px 3px 2px #B589AB;
box-shadow: 1px 1px 3px 2px #B589AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B589AB; -webkit-box-shadow: 1px 1px 3px 2px #B589AB; box-shadow:1px 1px 3px 2px #B589AB;">
Div content here
</div>
Dieser Text ist in der Farbe #B589AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B589AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B589AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B589AB.
Kontrastfarbe für #B589AB ist #4A7654.