HEX: #B180AA
RGB: (177,128,170)
#B180AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B180AA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B180AA wird in RGB als (177,128,170) definiert.
RGB: (177,128,170)
(69%, 50%, 67%)
R 177 von 255 = 69%
G 128 von 255 = 50%
B 170 von 255 = 67%
R + G + B ~ 62%. #B180AA ziemlich helle Farbe.
R + G + B = 177 + 128 + 170 = 475 (100%)
R 177 von 475 ~ 37.26%
G 128 von 475 ~ 26.95%
B 170 von 475 ~ 35.79'%
Die Farbe #B180AA wird in CMYK als (0,28,4,31) definiert.
CMYK: (0,28,4,31)
C0M28Y4K31 (0%, 28%, 4%, 31%)
(0.00 / 0.28 / 0.04 / 0.31)
Farbe #B180AA in den populären Farbmodellen.
B1 | 80 | AA | |
---|---|---|---|
RGB | 177 | 128 | 170 |
HSL | 309° | 23.90% | 59.80% |
HSB/HSV | 309° | 27.68% | 69.41% |
CMYK | 0.00% | 27.68% | 3.95% |
30.59% |
Die Farbe #B180AA in den populären Zahlensystemen.
Hexadezimal | B1 | 80 | AA |
Dezimal | 177 | 128 | 170 |
Binär | 10110001 | 10000000 | 10101010 |
Oktal | 261 | 200 | 252 |
Dunkle Töne der Farbe #B180AA
Helle Töne der Farbe #B180AA
Beispiele css- und html für Elemente in der Farbe #B180AA. Bitte benutzen Sie auch rgb(177,128,170) statt hex-Code.
.myTextColor { color: #B180AA; }
<p style="color:#B180AA">This sample text font color is #B180AA.</p>
Die Farbe dieses Textes ist #B180AA.
.myBgColor { background-color: #B180AA; }
<div style="background-color:#B180AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B180AA.
.myBorderColor { border: 1px solid #B180AA; }
<div style="border:3px solid #B180AA">Div</div>
Die Grenzen von diesem div sind in Farbe #B180AA.
.myOpacity80 { color: #B180AA; opacity: 0.8; }
<p style="color:#B180AA;opacity:0.8;">80%</p>
Text in Farbe #B180AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B180AA;}
<p style="text-shadow: 3px 3px 1px #B180AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #B180AA.
.textShadow {text-shadow: 3px 3px 1px #B180AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B180AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B180AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B180AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B180AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B180AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B180AA;
-webkit-box-shadow: 1px 1px 3px 2px #B180AA;
box-shadow: 1px 1px 3px 2px #B180AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B180AA; -webkit-box-shadow: 1px 1px 3px 2px #B180AA; box-shadow:1px 1px 3px 2px #B180AA;">
Div content here
</div>
Dieser Text ist in der Farbe #B180AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B180AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B180AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B180AA.
Kontrastfarbe für #hex ist #4E7F55.