HEX: #B588CA
RGB: (181,136,202)
#B588CA enthält hauptsächlich rote und blaue Farbe. Für #B588CA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #B588CA wird in RGB als (181,136,202) definiert.
RGB: (181,136,202) (71%,53%,79%)
R 181 von 255 = 71%
G 136 von 255 = 53%
B 202 von 255 = 79%
R + G + B ~ 68%. #B588CA ziemlich helle Farbe.
R + G + B =
181 + 136 + 202 = 519 (100%)
R 181 von 519 ~ 34.87%
G 136 von 519 ~ 26.2%
B 202 von 519 ~ 38.92%
Die Farbe #B588CA wird in CMYK als (10,33,0,21) definiert.
CMYK: (10,33,0,21) C10M33Y0K21 (10%,33%,0%,21%) (0.10/0.33/0.00/0.21)
B5 | 88 | CA | |
---|---|---|---|
RGB | 181 | 136 | 202 |
HSL | 281° | 38.37% | 66.27% |
HSB/HSV | 281° | 32.67% | 79.22% |
CMYK | 10.40% | 32.67% | 0.00% |
20.78% |
Hexadezimal | B5 | 88 | CA |
Dezimal | 181 | 136 | 202 |
Binär | 10110101 | 10001000 | 11001010 |
Oktal | 265 | 210 | 312 |
Beispiele css- und html für Elemente in der Farbe #B588CA. Bitte benutzen Sie auch rgb(181,136,202) statt hex-Code.
.myTextColor { color: #B588CA; }
<p style="color:#B588CA">This sample text font color is #B588CA.</p>
Die Farbe dieses Textes ist #B588CA.
.myBgColor { background-color: #B588CA; }
<div style="background-color:#B588CA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B588CA.
.myBorderColor { border: 1px solid #B588CA; }
<div style="border:3px solid #B588CA">Div</div>
Die Grenzen von diesem div sind in Farbe #B588CA.
.myOpacity80 { color: #B588CA; opacity: 0.8; }
<p style="color:#B588CA;opacity:0.8;">80%</p>
Text in Farbe #B588CA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B588CA;}
<p style="text-shadow: 3px 3px 1px #B588CA">Text here.</p>
Dieser Text hat den Schatten in Farbe #B588CA.
.textShadow {text-shadow: 3px 3px 1px #B588CA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B588CA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B588CA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B588CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B588CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B588CA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B588CA; -webkit-box-shadow: 1px 1px 3px 2px #B588CA; box-shadow: 1px 1px 3px 2px #B588CA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B588CA; -webkit-box-shadow: 1px 1px 3px 2px #B588CA; box-shadow:1px 1px 3px 2px #B588CA;">
Div content here</div>
Dieser Text ist in der Farbe #B588CA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B588CA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B588CA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B588CA.