HEX: #B4779B
RGB: (180,119,155)
#B4779B enthält hauptsächlich rote und blaue Farbe. Für #B4779B ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B4779B wird in RGB als (180,119,155) definiert.
RGB: (180,119,155) (71%,47%,61%)
R 180 von 255 = 71%
G 119 von 255 = 47%
B 155 von 255 = 61%
R + G + B ~ 60%. #B4779B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 119 + 155 = 454 (100%)
R 180 von 454 ~ 39.65%
G 119 von 454 ~ 26.21%
B 155 von 454 ~ 34.14%
Die Farbe #B4779B wird in CMYK als (0,34,14,29) definiert.
CMYK: (0,34,14,29) C0M34Y14K29 (0%,34%,14%,29%) (0.00/0.34/0.14/0.29)
B4 | 77 | 9B | |
---|---|---|---|
RGB | 180 | 119 | 155 |
HSL | 325° | 28.91% | 58.63% |
HSB/HSV | 325° | 33.89% | 70.59% |
CMYK | 0.00% | 33.89% | 13.89% |
29.41% |
Hexadezimal | B4 | 77 | 9B |
Dezimal | 180 | 119 | 155 |
Binär | 10110100 | 1110111 | 10011011 |
Oktal | 264 | 167 | 233 |
Beispiele css- und html für Elemente in der Farbe #B4779B. Bitte benutzen Sie auch rgb(180,119,155) statt hex-Code.
.myTextColor { color: #B4779B; }
<p style="color:#B4779B">This sample text font color is #B4779B.</p>
Die Farbe dieses Textes ist #B4779B.
.myBgColor { background-color: #B4779B; }
<div style="background-color:#B4779B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4779B.
.myBorderColor { border: 1px solid #B4779B; }
<div style="border:3px solid #B4779B">Div</div>
Die Grenzen von diesem div sind in Farbe #B4779B.
.myOpacity80 { color: #B4779B; opacity: 0.8; }
<p style="color:#B4779B;opacity:0.8;">80%</p>
Text in Farbe #B4779B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4779B;}
<p style="text-shadow: 3px 3px 1px #B4779B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4779B.
.textShadow {text-shadow: 3px 3px 1px #B4779B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4779B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4779B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4779B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4779B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4779B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4779B; -webkit-box-shadow: 1px 1px 3px 2px #B4779B; box-shadow: 1px 1px 3px 2px #B4779B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4779B; -webkit-box-shadow: 1px 1px 3px 2px #B4779B; box-shadow:1px 1px 3px 2px #B4779B;">
Div content here</div>
Dieser Text ist in der Farbe #B4779B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4779B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4779B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4779B.