HEX: #B5749C
RGB: (181,116,156)
#B5749C enthält hauptsächlich rote und blaue Farbe. Für #B5749C ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B5749C wird in RGB als (181,116,156) definiert.
RGB: (181,116,156)
(71%, 45%, 61%)
R 181 von 255 = 71%
G 116 von 255 = 45%
B 156 von 255 = 61%
R + G + B ~ 59%. #B5749C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 116 + 156 = 453 (100%)
R 181 von 453 ~ 39.96%
G 116 von 453 ~ 25.61%
B 156 von 453 ~ 34.44'%
Die Farbe #B5749C wird in CMYK als (0,36,14,29) definiert.
CMYK: (0,36,14,29)
C0M36Y14K29 (0%, 36%, 14%, 29%)
(0.00 / 0.36 / 0.14 / 0.29)
Farbe #B5749C in den populären Farbmodellen.
B5 | 74 | 9C | |
---|---|---|---|
RGB | 181 | 116 | 156 |
HSL | 323° | 30.52% | 58.24% |
HSB/HSV | 323° | 35.91% | 70.98% |
CMYK | 0.00% | 35.91% | 13.81% |
29.02% |
Die Farbe #B5749C in den populären Zahlensystemen.
Hexadezimal | B5 | 74 | 9C |
Dezimal | 181 | 116 | 156 |
Binär | 10110101 | 1110100 | 10011100 |
Oktal | 265 | 164 | 234 |
Dunkle Töne der Farbe #B5749C
Helle Töne der Farbe #B5749C
Beispiele css- und html für Elemente in der Farbe #B5749C. Bitte benutzen Sie auch rgb(181,116,156) statt hex-Code.
.myTextColor { color: #B5749C; }
<p style="color:#B5749C">This sample text font color is #B5749C.</p>
Die Farbe dieses Textes ist #B5749C.
.myBgColor { background-color: #B5749C; }
<div style="background-color:#B5749C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5749C.
.myBorderColor { border: 1px solid #B5749C; }
<div style="border:3px solid #B5749C">Div</div>
Die Grenzen von diesem div sind in Farbe #B5749C.
.myOpacity80 { color: #B5749C; opacity: 0.8; }
<p style="color:#B5749C;opacity:0.8;">80%</p>
Text in Farbe #B5749C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5749C;}
<p style="text-shadow: 3px 3px 1px #B5749C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5749C.
.textShadow {text-shadow: 3px 3px 1px #B5749C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5749C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5749C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5749C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5749C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5749C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5749C;
-webkit-box-shadow: 1px 1px 3px 2px #B5749C;
box-shadow: 1px 1px 3px 2px #B5749C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5749C; -webkit-box-shadow: 1px 1px 3px 2px #B5749C; box-shadow:1px 1px 3px 2px #B5749C;">
Div content here
</div>
Dieser Text ist in der Farbe #B5749C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5749C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5749C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5749C.
Kontrastfarbe für #hex ist #4A8B63.