HEX: #B4588E
RGB: (180,88,142)
#B4588E enthält hauptsächlich rote und blaue Farbe. Für #B4588E ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B4588E wird in RGB als (180,88,142) definiert.
RGB: (180,88,142) (71%,35%,56%)
R 180 von 255 = 71%
G 88 von 255 = 35%
B 142 von 255 = 56%
R + G + B ~ 54%. #B4588E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 88 + 142 = 410 (100%)
R 180 von 410 ~ 43.9%
G 88 von 410 ~ 21.46%
B 142 von 410 ~ 34.63%
Die Farbe #B4588E wird in CMYK als (0,51,21,29) definiert.
CMYK: (0,51,21,29) C0M51Y21K29 (0%,51%,21%,29%) (0.00/0.51/0.21/0.29)
B4 | 58 | 8E | |
---|---|---|---|
RGB | 180 | 88 | 142 |
HSL | 325° | 38.02% | 52.55% |
HSB/HSV | 325° | 51.11% | 70.59% |
CMYK | 0.00% | 51.11% | 21.11% |
29.41% |
Hexadezimal | B4 | 58 | 8E |
Dezimal | 180 | 88 | 142 |
Binär | 10110100 | 1011000 | 10001110 |
Oktal | 264 | 130 | 216 |
Beispiele css- und html für Elemente in der Farbe #B4588E. Bitte benutzen Sie auch rgb(180,88,142) statt hex-Code.
.myTextColor { color: #B4588E; }
<p style="color:#B4588E">This sample text font color is #B4588E.</p>
Die Farbe dieses Textes ist #B4588E.
.myBgColor { background-color: #B4588E; }
<div style="background-color:#B4588E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4588E.
.myBorderColor { border: 1px solid #B4588E; }
<div style="border:3px solid #B4588E">Div</div>
Die Grenzen von diesem div sind in Farbe #B4588E.
.myOpacity80 { color: #B4588E; opacity: 0.8; }
<p style="color:#B4588E;opacity:0.8;">80%</p>
Text in Farbe #B4588E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4588E;}
<p style="text-shadow: 3px 3px 1px #B4588E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4588E.
.textShadow {text-shadow: 3px 3px 1px #B4588E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4588E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4588E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4588E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4588E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4588E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4588E; -webkit-box-shadow: 1px 1px 3px 2px #B4588E; box-shadow: 1px 1px 3px 2px #B4588E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4588E; -webkit-box-shadow: 1px 1px 3px 2px #B4588E; box-shadow:1px 1px 3px 2px #B4588E;">
Div content here</div>
Dieser Text ist in der Farbe #B4588E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4588E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4588E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4588E.