HEX: #B588B4
RGB: (181,136,180)
#B588B4 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B588B4 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B588B4 wird in RGB als (181,136,180) definiert.
RGB: (181,136,180) (71%,53%,71%)
R 181 von 255 = 71%
G 136 von 255 = 53%
B 180 von 255 = 71%
R + G + B ~ 65%. #B588B4 ziemlich helle Farbe.
R + G + B =
181 + 136 + 180 = 497 (100%)
R 181 von 497 ~ 36.42%
G 136 von 497 ~ 27.36%
B 180 von 497 ~ 36.22%
Die Farbe #B588B4 wird in CMYK als (0,25,1,29) definiert.
CMYK: (0,25,1,29) C0M25Y1K29 (0%,25%,1%,29%) (0.00/0.25/0.01/0.29)
B5 | 88 | B4 | |
---|---|---|---|
RGB | 181 | 136 | 180 |
HSL | 301° | 23.32% | 62.16% |
HSB/HSV | 301° | 24.86% | 70.98% |
CMYK | 0.00% | 24.86% | 0.55% |
29.02% |
Hexadezimal | B5 | 88 | B4 |
Dezimal | 181 | 136 | 180 |
Binär | 10110101 | 10001000 | 10110100 |
Oktal | 265 | 210 | 264 |
Beispiele css- und html für Elemente in der Farbe #B588B4. Bitte benutzen Sie auch rgb(181,136,180) statt hex-Code.
.myTextColor { color: #B588B4; }
<p style="color:#B588B4">This sample text font color is #B588B4.</p>
Die Farbe dieses Textes ist #B588B4.
.myBgColor { background-color: #B588B4; }
<div style="background-color:#B588B4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B588B4.
.myBorderColor { border: 1px solid #B588B4; }
<div style="border:3px solid #B588B4">Div</div>
Die Grenzen von diesem div sind in Farbe #B588B4.
.myOpacity80 { color: #B588B4; opacity: 0.8; }
<p style="color:#B588B4;opacity:0.8;">80%</p>
Text in Farbe #B588B4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B588B4;}
<p style="text-shadow: 3px 3px 1px #B588B4">Text here.</p>
Dieser Text hat den Schatten in Farbe #B588B4.
.textShadow {text-shadow: 3px 3px 1px #B588B4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B588B4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B588B4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B588B4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B588B4, Direction=45, Strength=4)">Text</p>
This text has shadow with #B588B4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B588B4; -webkit-box-shadow: 1px 1px 3px 2px #B588B4; box-shadow: 1px 1px 3px 2px #B588B4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B588B4; -webkit-box-shadow: 1px 1px 3px 2px #B588B4; box-shadow:1px 1px 3px 2px #B588B4;">
Div content here</div>
Dieser Text ist in der Farbe #B588B4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B588B4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B588B4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B588B4.