HEX: #B48BAE
RGB: (180,139,174)
#B48BAE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B48BAE ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B48BAE wird in RGB als (180,139,174) definiert.
RGB: (180,139,174)
(71%, 55%, 68%)
R 180 von 255 = 71%
G 139 von 255 = 55%
B 174 von 255 = 68%
R + G + B ~ 65%. #B48BAE ziemlich helle Farbe.
R + G + B = 180 + 139 + 174 = 493 (100%)
R 180 von 493 ~ 36.51%
G 139 von 493 ~ 28.19%
B 174 von 493 ~ 35.29'%
Die Farbe #B48BAE wird in CMYK als (0,23,3,29) definiert.
CMYK: (0,23,3,29) C0M23Y3K29 (0%,23%,3%,29%) (0.00/0.23/0.03/0.29)
Farbe #B48BAE in den populären Farbmodellen.
B4 | 8B | AE | |
---|---|---|---|
RGB | 180 | 139 | 174 |
HSL | 309° | 21.47% | 62.55% |
HSB/HSV | 309° | 22.78% | 70.59% |
CMYK | 0.00% | 22.78% | 3.33% |
29.41% |
Die Farbe #B48BAE in den populären Zahlensystemen.
Hexadezimal | B4 | 8B | AE |
Dezimal | 180 | 139 | 174 |
Binär | 10110100 | 10001011 | 10101110 |
Oktal | 264 | 213 | 256 |
Dunkle Töne der Farbe #B48BAE
Helle Töne der Farbe #B48BAE
Beispiele css- und html für Elemente in der Farbe #B48BAE. Bitte benutzen Sie auch rgb(180,139,174) statt hex-Code.
.myTextColor { color: #B48BAE; }
<p style="color:#B48BAE">This sample text font color is #B48BAE.</p>
Die Farbe dieses Textes ist #B48BAE.
.myBgColor { background-color: #B48BAE; }
<div style="background-color:#B48BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B48BAE.
.myBorderColor { border: 1px solid #B48BAE; }
<div style="border:3px solid #B48BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #B48BAE.
.myOpacity80 { color: #B48BAE; opacity: 0.8; }
<p style="color:#B48BAE;opacity:0.8;">80%</p>
Text in Farbe #B48BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B48BAE;}
<p style="text-shadow: 3px 3px 1px #B48BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #B48BAE.
.textShadow {text-shadow: 3px 3px 1px #B48BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B48BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B48BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B48BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B48BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B48BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B48BAE;
-webkit-box-shadow: 1px 1px 3px 2px #B48BAE;
box-shadow: 1px 1px 3px 2px #B48BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B48BAE; -webkit-box-shadow: 1px 1px 3px 2px #B48BAE; box-shadow:1px 1px 3px 2px #B48BAE;">
Div content here
</div>
Dieser Text ist in der Farbe #B48BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B48BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B48BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B48BAE.
Kontrastfarbe für #hex ist #4B7451.