HEX: #BB5480
RGB: (187,84,128)
#BB5480 enthält hauptsächlich rote und blaue Farbe. Für #BB5480 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BB5480 wird in RGB als (187,84,128) definiert.
RGB: (187,84,128)
(73%, 33%, 50%)
R 187 von 255 = 73%
G 84 von 255 = 33%
B 128 von 255 = 50%
R + G + B ~ 52%. #BB5480 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 187 + 84 + 128 = 399 (100%)
R 187 von 399 ~ 46.87%
G 84 von 399 ~ 21.05%
B 128 von 399 ~ 32.08'%
Die Farbe #BB5480 wird in CMYK als (0,55,32,27) definiert.
CMYK: (0,55,32,27)
C0M55Y32K27 (0%, 55%, 32%, 27%)
(0.00 / 0.55 / 0.32 / 0.27)
Farbe #BB5480 in den populären Farbmodellen.
BB | 54 | 80 | |
---|---|---|---|
RGB | 187 | 84 | 128 |
HSL | 334° | 43.10% | 53.14% |
HSB/HSV | 334° | 55.08% | 73.33% |
CMYK | 0.00% | 55.08% | 31.55% |
26.67% |
Die Farbe #BB5480 in den populären Zahlensystemen.
Hexadezimal | BB | 54 | 80 |
Dezimal | 187 | 84 | 128 |
Binär | 10111011 | 1010100 | 10000000 |
Oktal | 273 | 124 | 200 |
Dunkle Töne der Farbe #BB5480
Helle Töne der Farbe #BB5480
Beispiele css- und html für Elemente in der Farbe #BB5480. Bitte benutzen Sie auch rgb(187,84,128) statt hex-Code.
.myTextColor { color: #BB5480; }
<p style="color:#BB5480">This sample text font color is #BB5480.</p>
Die Farbe dieses Textes ist #BB5480.
.myBgColor { background-color: #BB5480; }
<div style="background-color:#BB5480">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB5480.
.myBorderColor { border: 1px solid #BB5480; }
<div style="border:3px solid #BB5480">Div</div>
Die Grenzen von diesem div sind in Farbe #BB5480.
.myOpacity80 { color: #BB5480; opacity: 0.8; }
<p style="color:#BB5480;opacity:0.8;">80%</p>
Text in Farbe #BB5480 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB5480;}
<p style="text-shadow: 3px 3px 1px #BB5480">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB5480.
.textShadow {text-shadow: 3px 3px 1px #BB5480', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB5480, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB5480 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB5480, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB5480, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB5480 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB5480;
-webkit-box-shadow: 1px 1px 3px 2px #BB5480;
box-shadow: 1px 1px 3px 2px #BB5480;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB5480; -webkit-box-shadow: 1px 1px 3px 2px #BB5480; box-shadow:1px 1px 3px 2px #BB5480;">
Div content here
</div>
Dieser Text ist in der Farbe #BB5480 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB5480 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB5480.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB5480.
Kontrastfarbe für #hex ist #44AB7F.