HEX: #B52BAB
RGB: (181,43,171)
#B52BAB enthält hauptsächlich rote und blaue Farbe. Für #B52BAB ist eine «websichere» Webfarbe #CC3399 (oder kurz #C39).
Die Farbe #B52BAB wird in RGB als (181,43,171) definiert.
RGB: (181,43,171) (71%,17%,67%)
R 181 von 255 = 71%
G 43 von 255 = 17%
B 171 von 255 = 67%
R + G + B ~ 52%. #B52BAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
181 + 43 + 171 = 395 (100%)
R 181 von 395 ~ 45.82%
G 43 von 395 ~ 10.89%
B 171 von 395 ~ 43.29%
Die Farbe #B52BAB wird in CMYK als (0,76,6,29) definiert.
CMYK: (0,76,6,29) C0M76Y6K29 (0%,76%,6%,29%) (0.00/0.76/0.06/0.29)
B5 | 2B | AB | |
---|---|---|---|
RGB | 181 | 43 | 171 |
HSL | 304° | 61.61% | 43.92% |
HSB/HSV | 304° | 76.24% | 70.98% |
CMYK | 0.00% | 76.24% | 5.52% |
29.02% |
Hexadezimal | B5 | 2B | AB |
Dezimal | 181 | 43 | 171 |
Binär | 10110101 | 101011 | 10101011 |
Oktal | 265 | 53 | 253 |
Beispiele css- und html für Elemente in der Farbe #B52BAB. Bitte benutzen Sie auch rgb(181,43,171) statt hex-Code.
.myTextColor { color: #B52BAB; }
<p style="color:#B52BAB">This sample text font color is #B52BAB.</p>
Die Farbe dieses Textes ist #B52BAB.
.myBgColor { background-color: #B52BAB; }
<div style="background-color:#B52BAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B52BAB.
.myBorderColor { border: 1px solid #B52BAB; }
<div style="border:3px solid #B52BAB">Div</div>
Die Grenzen von diesem div sind in Farbe #B52BAB.
.myOpacity80 { color: #B52BAB; opacity: 0.8; }
<p style="color:#B52BAB;opacity:0.8;">80%</p>
Text in Farbe #B52BAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B52BAB;}
<p style="text-shadow: 3px 3px 1px #B52BAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B52BAB.
.textShadow {text-shadow: 3px 3px 1px #B52BAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B52BAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B52BAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B52BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B52BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B52BAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B52BAB; -webkit-box-shadow: 1px 1px 3px 2px #B52BAB; box-shadow: 1px 1px 3px 2px #B52BAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B52BAB; -webkit-box-shadow: 1px 1px 3px 2px #B52BAB; box-shadow:1px 1px 3px 2px #B52BAB;">
Div content here</div>
Dieser Text ist in der Farbe #B52BAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B52BAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B52BAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B52BAB.