HEX: #B52D5F
RGB: (181,45,95)
#B52D5F enthält hauptsächlich rote Farbe. Für #B52D5F ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #B52D5F wird in RGB als (181,45,95) definiert.
RGB: (181,45,95) (71%,18%,37%)
R 181 von 255 = 71%
G 45 von 255 = 18%
B 95 von 255 = 37%
R + G + B ~ 42%. #B52D5F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
181 + 45 + 95 = 321 (100%)
R 181 von 321 ~ 56.39%
G 45 von 321 ~ 14.02%
B 95 von 321 ~ 29.6%
Die Farbe #B52D5F wird in CMYK als (0,75,48,29) definiert.
CMYK: (0,75,48,29) C0M75Y48K29 (0%,75%,48%,29%) (0.00/0.75/0.48/0.29)
B5 | 2D | 5F | |
---|---|---|---|
RGB | 181 | 45 | 95 |
HSL | 338° | 60.18% | 44.31% |
HSB/HSV | 338° | 75.14% | 70.98% |
CMYK | 0.00% | 75.14% | 47.51% |
29.02% |
Hexadezimal | B5 | 2D | 5F |
Dezimal | 181 | 45 | 95 |
Binär | 10110101 | 101101 | 1011111 |
Oktal | 265 | 55 | 137 |
Beispiele css- und html für Elemente in der Farbe #B52D5F. Bitte benutzen Sie auch rgb(181,45,95) statt hex-Code.
.myTextColor { color: #B52D5F; }
<p style="color:#B52D5F">This sample text font color is #B52D5F.</p>
Die Farbe dieses Textes ist #B52D5F.
.myBgColor { background-color: #B52D5F; }
<div style="background-color:#B52D5F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B52D5F.
.myBorderColor { border: 1px solid #B52D5F; }
<div style="border:3px solid #B52D5F">Div</div>
Die Grenzen von diesem div sind in Farbe #B52D5F.
.myOpacity80 { color: #B52D5F; opacity: 0.8; }
<p style="color:#B52D5F;opacity:0.8;">80%</p>
Text in Farbe #B52D5F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B52D5F;}
<p style="text-shadow: 3px 3px 1px #B52D5F">Text here.</p>
Dieser Text hat den Schatten in Farbe #B52D5F.
.textShadow {text-shadow: 3px 3px 1px #B52D5F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B52D5F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B52D5F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B52D5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B52D5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B52D5F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B52D5F; -webkit-box-shadow: 1px 1px 3px 2px #B52D5F; box-shadow: 1px 1px 3px 2px #B52D5F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B52D5F; -webkit-box-shadow: 1px 1px 3px 2px #B52D5F; box-shadow:1px 1px 3px 2px #B52D5F;">
Div content here</div>
Dieser Text ist in der Farbe #B52D5F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B52D5F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B52D5F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B52D5F.