HEX: #B178AB
RGB: (177,120,171)
#B178AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B178AB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B178AB wird in RGB als (177,120,171) definiert.
RGB: (177,120,171) (69%,47%,67%)
R 177 von 255 = 69%
G 120 von 255 = 47%
B 171 von 255 = 67%
R + G + B ~ 61%. #B178AB ziemlich helle Farbe.
R + G + B =
177 + 120 + 171 = 468 (100%)
R 177 von 468 ~ 37.82%
G 120 von 468 ~ 25.64%
B 171 von 468 ~ 36.54%
Die Farbe #B178AB wird in CMYK als (0,32,3,31) definiert.
CMYK: (0,32,3,31) C0M32Y3K31 (0%,32%,3%,31%) (0.00/0.32/0.03/0.31)
B1 | 78 | AB | |
---|---|---|---|
RGB | 177 | 120 | 171 |
HSL | 306° | 26.76% | 58.24% |
HSB/HSV | 306° | 32.20% | 69.41% |
CMYK | 0.00% | 32.20% | 3.39% |
30.59% |
Hexadezimal | B1 | 78 | AB |
Dezimal | 177 | 120 | 171 |
Binär | 10110001 | 1111000 | 10101011 |
Oktal | 261 | 170 | 253 |
Beispiele css- und html für Elemente in der Farbe #B178AB. Bitte benutzen Sie auch rgb(177,120,171) statt hex-Code.
.myTextColor { color: #B178AB; }
<p style="color:#B178AB">This sample text font color is #B178AB.</p>
Die Farbe dieses Textes ist #B178AB.
.myBgColor { background-color: #B178AB; }
<div style="background-color:#B178AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B178AB.
.myBorderColor { border: 1px solid #B178AB; }
<div style="border:3px solid #B178AB">Div</div>
Die Grenzen von diesem div sind in Farbe #B178AB.
.myOpacity80 { color: #B178AB; opacity: 0.8; }
<p style="color:#B178AB;opacity:0.8;">80%</p>
Text in Farbe #B178AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B178AB;}
<p style="text-shadow: 3px 3px 1px #B178AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B178AB.
.textShadow {text-shadow: 3px 3px 1px #B178AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B178AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B178AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B178AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B178AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B178AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B178AB; -webkit-box-shadow: 1px 1px 3px 2px #B178AB; box-shadow: 1px 1px 3px 2px #B178AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B178AB; -webkit-box-shadow: 1px 1px 3px 2px #B178AB; box-shadow:1px 1px 3px 2px #B178AB;">
Div content here</div>
Dieser Text ist in der Farbe #B178AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B178AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B178AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B178AB.