HEX: #BB71AB
RGB: (187,113,171)
#BB71AB enthält hauptsächlich rote und blaue Farbe. Für #BB71AB ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BB71AB wird in RGB als (187,113,171) definiert.
RGB: (187,113,171)
(73%, 44%, 67%)
R 187 von 255 = 73%
G 113 von 255 = 44%
B 171 von 255 = 67%
R + G + B ~ 61%. #BB71AB ziemlich helle Farbe.
R + G + B = 187 + 113 + 171 = 471 (100%)
R 187 von 471 ~ 39.7%
G 113 von 471 ~ 23.99%
B 171 von 471 ~ 36.31'%
Die Farbe #BB71AB wird in CMYK als (0,40,9,27) definiert.
CMYK: (0,40,9,27)
C0M40Y9K27 (0%, 40%, 9%, 27%)
(0.00 / 0.40 / 0.09 / 0.27)
Farbe #BB71AB in den populären Farbmodellen.
BB | 71 | AB | |
---|---|---|---|
RGB | 187 | 113 | 171 |
HSL | 313° | 35.24% | 58.82% |
HSB/HSV | 313° | 39.57% | 73.33% |
CMYK | 0.00% | 39.57% | 8.56% |
26.67% |
Die Farbe #BB71AB in den populären Zahlensystemen.
Hexadezimal | BB | 71 | AB |
Dezimal | 187 | 113 | 171 |
Binär | 10111011 | 1110001 | 10101011 |
Oktal | 273 | 161 | 253 |
Dunkle Töne der Farbe #BB71AB
Helle Töne der Farbe #BB71AB
Beispiele css- und html für Elemente in der Farbe #BB71AB. Bitte benutzen Sie auch rgb(187,113,171) statt hex-Code.
.myTextColor { color: #BB71AB; }
<p style="color:#BB71AB">This sample text font color is #BB71AB.</p>
Die Farbe dieses Textes ist #BB71AB.
.myBgColor { background-color: #BB71AB; }
<div style="background-color:#BB71AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB71AB.
.myBorderColor { border: 1px solid #BB71AB; }
<div style="border:3px solid #BB71AB">Div</div>
Die Grenzen von diesem div sind in Farbe #BB71AB.
.myOpacity80 { color: #BB71AB; opacity: 0.8; }
<p style="color:#BB71AB;opacity:0.8;">80%</p>
Text in Farbe #BB71AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB71AB;}
<p style="text-shadow: 3px 3px 1px #BB71AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB71AB.
.textShadow {text-shadow: 3px 3px 1px #BB71AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB71AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB71AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB71AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB71AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB71AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB71AB;
-webkit-box-shadow: 1px 1px 3px 2px #BB71AB;
box-shadow: 1px 1px 3px 2px #BB71AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB71AB; -webkit-box-shadow: 1px 1px 3px 2px #BB71AB; box-shadow:1px 1px 3px 2px #BB71AB;">
Div content here
</div>
Dieser Text ist in der Farbe #BB71AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB71AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB71AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB71AB.
Kontrastfarbe für #hex ist #448E54.