HEX: #B4829E
RGB: (180,130,158)
#B4829E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4829E ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4829E wird in RGB als (180,130,158) definiert.
RGB: (180,130,158)
(71%, 51%, 62%)
R 180 von 255 = 71%
G 130 von 255 = 51%
B 158 von 255 = 62%
R + G + B ~ 61%. #B4829E ziemlich helle Farbe.
R + G + B = 180 + 130 + 158 = 468 (100%)
R 180 von 468 ~ 38.46%
G 130 von 468 ~ 27.78%
B 158 von 468 ~ 33.76'%
Die Farbe #B4829E wird in CMYK als (0,28,12,29) definiert.
CMYK: (0,28,12,29) C0M28Y12K29 (0%,28%,12%,29%) (0.00/0.28/0.12/0.29)
Farbe #B4829E in den populären Farbmodellen.
B4 | 82 | 9E | |
---|---|---|---|
RGB | 180 | 130 | 158 |
HSL | 326° | 25.00% | 60.78% |
HSB/HSV | 326° | 27.78% | 70.59% |
CMYK | 0.00% | 27.78% | 12.22% |
29.41% |
Die Farbe #B4829E in den populären Zahlensystemen.
Hexadezimal | B4 | 82 | 9E |
Dezimal | 180 | 130 | 158 |
Binär | 10110100 | 10000010 | 10011110 |
Oktal | 264 | 202 | 236 |
Dunkle Töne der Farbe #B4829E
Helle Töne der Farbe #B4829E
Beispiele css- und html für Elemente in der Farbe #B4829E. Bitte benutzen Sie auch rgb(180,130,158) statt hex-Code.
.myTextColor { color: #B4829E; }
<p style="color:#B4829E">This sample text font color is #B4829E.</p>
Die Farbe dieses Textes ist #B4829E.
.myBgColor { background-color: #B4829E; }
<div style="background-color:#B4829E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4829E.
.myBorderColor { border: 1px solid #B4829E; }
<div style="border:3px solid #B4829E">Div</div>
Die Grenzen von diesem div sind in Farbe #B4829E.
.myOpacity80 { color: #B4829E; opacity: 0.8; }
<p style="color:#B4829E;opacity:0.8;">80%</p>
Text in Farbe #B4829E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4829E;}
<p style="text-shadow: 3px 3px 1px #B4829E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4829E.
.textShadow {text-shadow: 3px 3px 1px #B4829E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4829E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4829E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4829E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4829E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4829E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4829E;
-webkit-box-shadow: 1px 1px 3px 2px #B4829E;
box-shadow: 1px 1px 3px 2px #B4829E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4829E; -webkit-box-shadow: 1px 1px 3px 2px #B4829E; box-shadow:1px 1px 3px 2px #B4829E;">
Div content here
</div>
Dieser Text ist in der Farbe #B4829E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4829E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4829E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4829E.
Kontrastfarbe für #hex ist #4B7D61.