HEX: #B479AF
RGB: (180,121,175)
#B479AF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B479AF ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B479AF wird in RGB als (180,121,175) definiert.
RGB: (180,121,175)
(71%, 47%, 69%)
R 180 von 255 = 71%
G 121 von 255 = 47%
B 175 von 255 = 69%
R + G + B ~ 62%. #B479AF ziemlich helle Farbe.
R + G + B = 180 + 121 + 175 = 476 (100%)
R 180 von 476 ~ 37.82%
G 121 von 476 ~ 25.42%
B 175 von 476 ~ 36.76'%
Die Farbe #B479AF wird in CMYK als (0,33,3,29) definiert.
CMYK: (0,33,3,29)
C0M33Y3K29 (0%, 33%, 3%, 29%)
(0.00 / 0.33 / 0.03 / 0.29)
Farbe #B479AF in den populären Farbmodellen.
B4 | 79 | AF | |
---|---|---|---|
RGB | 180 | 121 | 175 |
HSL | 305° | 28.23% | 59.02% |
HSB/HSV | 305° | 32.78% | 70.59% |
CMYK | 0.00% | 32.78% | 2.78% |
29.41% |
Die Farbe #B479AF in den populären Zahlensystemen.
Hexadezimal | B4 | 79 | AF |
Dezimal | 180 | 121 | 175 |
Binär | 10110100 | 1111001 | 10101111 |
Oktal | 264 | 171 | 257 |
Dunkle Töne der Farbe #B479AF
Helle Töne der Farbe #B479AF
Beispiele css- und html für Elemente in der Farbe #B479AF. Bitte benutzen Sie auch rgb(180,121,175) statt hex-Code.
.myTextColor { color: #B479AF; }
<p style="color:#B479AF">This sample text font color is #B479AF.</p>
Die Farbe dieses Textes ist #B479AF.
.myBgColor { background-color: #B479AF; }
<div style="background-color:#B479AF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B479AF.
.myBorderColor { border: 1px solid #B479AF; }
<div style="border:3px solid #B479AF">Div</div>
Die Grenzen von diesem div sind in Farbe #B479AF.
.myOpacity80 { color: #B479AF; opacity: 0.8; }
<p style="color:#B479AF;opacity:0.8;">80%</p>
Text in Farbe #B479AF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B479AF;}
<p style="text-shadow: 3px 3px 1px #B479AF">Text here.</p>
Dieser Text hat den Schatten in Farbe #B479AF.
.textShadow {text-shadow: 3px 3px 1px #B479AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B479AF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B479AF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B479AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B479AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B479AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B479AF;
-webkit-box-shadow: 1px 1px 3px 2px #B479AF;
box-shadow: 1px 1px 3px 2px #B479AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B479AF; -webkit-box-shadow: 1px 1px 3px 2px #B479AF; box-shadow:1px 1px 3px 2px #B479AF;">
Div content here
</div>
Dieser Text ist in der Farbe #B479AF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B479AF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B479AF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B479AF.
Kontrastfarbe für #hex ist #4B8650.