HEX: #BB5586
RGB: (187,85,134)
#BB5586 enthält hauptsächlich rote und blaue Farbe. Für #BB5586 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BB5586 wird in RGB als (187,85,134) definiert.
RGB: (187,85,134)
(73%, 33%, 53%)
R 187 von 255 = 73%
G 85 von 255 = 33%
B 134 von 255 = 53%
R + G + B ~ 53%. #BB5586 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 187 + 85 + 134 = 406 (100%)
R 187 von 406 ~ 46.06%
G 85 von 406 ~ 20.94%
B 134 von 406 ~ 33'%
Die Farbe #BB5586 wird in CMYK als (0,55,28,27) definiert.
CMYK: (0,55,28,27) C0M55Y28K27 (0%,55%,28%,27%) (0.00/0.55/0.28/0.27)
Farbe #BB5586 in den populären Farbmodellen.
BB | 55 | 86 | |
---|---|---|---|
RGB | 187 | 85 | 134 |
HSL | 331° | 42.86% | 53.33% |
HSB/HSV | 331° | 54.55% | 73.33% |
CMYK | 0.00% | 54.55% | 28.34% |
26.67% |
Die Farbe #BB5586 in den populären Zahlensystemen.
Hexadezimal | BB | 55 | 86 |
Dezimal | 187 | 85 | 134 |
Binär | 10111011 | 1010101 | 10000110 |
Oktal | 273 | 125 | 206 |
Dunkle Töne der Farbe #BB5586
Helle Töne der Farbe #BB5586
Beispiele css- und html für Elemente in der Farbe #BB5586. Bitte benutzen Sie auch rgb(187,85,134) statt hex-Code.
.myTextColor { color: #BB5586; }
<p style="color:#BB5586">This sample text font color is #BB5586.</p>
Die Farbe dieses Textes ist #BB5586.
.myBgColor { background-color: #BB5586; }
<div style="background-color:#BB5586">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB5586.
.myBorderColor { border: 1px solid #BB5586; }
<div style="border:3px solid #BB5586">Div</div>
Die Grenzen von diesem div sind in Farbe #BB5586.
.myOpacity80 { color: #BB5586; opacity: 0.8; }
<p style="color:#BB5586;opacity:0.8;">80%</p>
Text in Farbe #BB5586 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB5586;}
<p style="text-shadow: 3px 3px 1px #BB5586">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB5586.
.textShadow {text-shadow: 3px 3px 1px #BB5586', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB5586, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB5586 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB5586, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB5586, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB5586 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB5586;
-webkit-box-shadow: 1px 1px 3px 2px #BB5586;
box-shadow: 1px 1px 3px 2px #BB5586;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB5586; -webkit-box-shadow: 1px 1px 3px 2px #BB5586; box-shadow:1px 1px 3px 2px #BB5586;">
Div content here
</div>
Dieser Text ist in der Farbe #BB5586 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB5586 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB5586.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB5586.
Kontrastfarbe für #hex ist #44AA79.