HEX: #BB5E78
RGB: (187,94,120)
#BB5E78 enthält hauptsächlich rote Farbe. Für #BB5E78 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BB5E78 wird in RGB als (187,94,120) definiert.
RGB: (187,94,120)
(73%, 37%, 47%)
R 187 von 255 = 73%
G 94 von 255 = 37%
B 120 von 255 = 47%
R + G + B ~ 52%. #BB5E78 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 187 + 94 + 120 = 401 (100%)
R 187 von 401 ~ 46.63%
G 94 von 401 ~ 23.44%
B 120 von 401 ~ 29.93'%
Die Farbe #BB5E78 wird in CMYK als (0,50,36,27) definiert.
CMYK: (0,50,36,27)
C0M50Y36K27 (0%, 50%, 36%, 27%)
(0.00 / 0.50 / 0.36 / 0.27)
Farbe #BB5E78 in den populären Farbmodellen.
BB | 5E | 78 | |
---|---|---|---|
RGB | 187 | 94 | 120 |
HSL | 343° | 40.61% | 55.10% |
HSB/HSV | 343° | 49.73% | 73.33% |
CMYK | 0.00% | 49.73% | 35.83% |
26.67% |
Die Farbe #BB5E78 in den populären Zahlensystemen.
Hexadezimal | BB | 5E | 78 |
Dezimal | 187 | 94 | 120 |
Binär | 10111011 | 1011110 | 1111000 |
Oktal | 273 | 136 | 170 |
Dunkle Töne der Farbe #BB5E78
Helle Töne der Farbe #BB5E78
Beispiele css- und html für Elemente in der Farbe #BB5E78. Bitte benutzen Sie auch rgb(187,94,120) statt hex-Code.
.myTextColor { color: #BB5E78; }
<p style="color:#BB5E78">This sample text font color is #BB5E78.</p>
Die Farbe dieses Textes ist #BB5E78.
.myBgColor { background-color: #BB5E78; }
<div style="background-color:#BB5E78">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB5E78.
.myBorderColor { border: 1px solid #BB5E78; }
<div style="border:3px solid #BB5E78">Div</div>
Die Grenzen von diesem div sind in Farbe #BB5E78.
.myOpacity80 { color: #BB5E78; opacity: 0.8; }
<p style="color:#BB5E78;opacity:0.8;">80%</p>
Text in Farbe #BB5E78 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB5E78;}
<p style="text-shadow: 3px 3px 1px #BB5E78">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB5E78.
.textShadow {text-shadow: 3px 3px 1px #BB5E78', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB5E78, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB5E78 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB5E78, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB5E78, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB5E78 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB5E78;
-webkit-box-shadow: 1px 1px 3px 2px #BB5E78;
box-shadow: 1px 1px 3px 2px #BB5E78;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB5E78; -webkit-box-shadow: 1px 1px 3px 2px #BB5E78; box-shadow:1px 1px 3px 2px #BB5E78;">
Div content here
</div>
Dieser Text ist in der Farbe #BB5E78 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB5E78 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB5E78.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB5E78.
Kontrastfarbe für #hex ist #44A187.