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