HEX: #B4537C
RGB: (180,83,124)
#B4537C enthält hauptsächlich rote und blaue Farbe. Für #B4537C ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B4537C wird in RGB als (180,83,124) definiert.
RGB: (180,83,124) (71%,33%,49%)
R 180 von 255 = 71%
G 83 von 255 = 33%
B 124 von 255 = 49%
R + G + B ~ 51%. #B4537C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 83 + 124 = 387 (100%)
R 180 von 387 ~ 46.51%
G 83 von 387 ~ 21.45%
B 124 von 387 ~ 32.04%
Die Farbe #B4537C wird in CMYK als (0,54,31,29) definiert.
CMYK: (0,54,31,29) C0M54Y31K29 (0%,54%,31%,29%) (0.00/0.54/0.31/0.29)
B4 | 53 | 7C | |
---|---|---|---|
RGB | 180 | 83 | 124 |
HSL | 335° | 39.27% | 51.57% |
HSB/HSV | 335° | 53.89% | 70.59% |
CMYK | 0.00% | 53.89% | 31.11% |
29.41% |
Hexadezimal | B4 | 53 | 7C |
Dezimal | 180 | 83 | 124 |
Binär | 10110100 | 1010011 | 1111100 |
Oktal | 264 | 123 | 174 |
Beispiele css- und html für Elemente in der Farbe #B4537C. Bitte benutzen Sie auch rgb(180,83,124) statt hex-Code.
.myTextColor { color: #B4537C; }
<p style="color:#B4537C">This sample text font color is #B4537C.</p>
Die Farbe dieses Textes ist #B4537C.
.myBgColor { background-color: #B4537C; }
<div style="background-color:#B4537C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4537C.
.myBorderColor { border: 1px solid #B4537C; }
<div style="border:3px solid #B4537C">Div</div>
Die Grenzen von diesem div sind in Farbe #B4537C.
.myOpacity80 { color: #B4537C; opacity: 0.8; }
<p style="color:#B4537C;opacity:0.8;">80%</p>
Text in Farbe #B4537C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4537C;}
<p style="text-shadow: 3px 3px 1px #B4537C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4537C.
.textShadow {text-shadow: 3px 3px 1px #B4537C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4537C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4537C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4537C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4537C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4537C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4537C; -webkit-box-shadow: 1px 1px 3px 2px #B4537C; box-shadow: 1px 1px 3px 2px #B4537C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4537C; -webkit-box-shadow: 1px 1px 3px 2px #B4537C; box-shadow:1px 1px 3px 2px #B4537C;">
Div content here</div>
Dieser Text ist in der Farbe #B4537C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4537C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4537C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4537C.