HEX: #B48FAC
RGB: (180,143,172)
#B48FAC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B48FAC ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B48FAC wird in RGB als (180,143,172) definiert.
RGB: (180,143,172) (71%,56%,67%)
R 180 von 255 = 71%
G 143 von 255 = 56%
B 172 von 255 = 67%
R + G + B ~ 65%. #B48FAC ziemlich helle Farbe.
R + G + B =
180 + 143 + 172 = 495 (100%)
R 180 von 495 ~ 36.36%
G 143 von 495 ~ 28.89%
B 172 von 495 ~ 34.75%
Die Farbe #B48FAC wird in CMYK als (0,21,4,29) definiert.
CMYK: (0,21,4,29) C0M21Y4K29 (0%,21%,4%,29%) (0.00/0.21/0.04/0.29)
B4 | 8F | AC | |
---|---|---|---|
RGB | 180 | 143 | 172 |
HSL | 313° | 19.79% | 63.33% |
HSB/HSV | 313° | 20.56% | 70.59% |
CMYK | 0.00% | 20.56% | 4.44% |
29.41% |
Hexadezimal | B4 | 8F | AC |
Dezimal | 180 | 143 | 172 |
Binär | 10110100 | 10001111 | 10101100 |
Oktal | 264 | 217 | 254 |
Beispiele css- und html für Elemente in der Farbe #B48FAC. Bitte benutzen Sie auch rgb(180,143,172) statt hex-Code.
.myTextColor { color: #B48FAC; }
<p style="color:#B48FAC">This sample text font color is #B48FAC.</p>
Die Farbe dieses Textes ist #B48FAC.
.myBgColor { background-color: #B48FAC; }
<div style="background-color:#B48FAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B48FAC.
.myBorderColor { border: 1px solid #B48FAC; }
<div style="border:3px solid #B48FAC">Div</div>
Die Grenzen von diesem div sind in Farbe #B48FAC.
.myOpacity80 { color: #B48FAC; opacity: 0.8; }
<p style="color:#B48FAC;opacity:0.8;">80%</p>
Text in Farbe #B48FAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B48FAC;}
<p style="text-shadow: 3px 3px 1px #B48FAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #B48FAC.
.textShadow {text-shadow: 3px 3px 1px #B48FAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B48FAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B48FAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B48FAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B48FAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B48FAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B48FAC; -webkit-box-shadow: 1px 1px 3px 2px #B48FAC; box-shadow: 1px 1px 3px 2px #B48FAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B48FAC; -webkit-box-shadow: 1px 1px 3px 2px #B48FAC; box-shadow:1px 1px 3px 2px #B48FAC;">
Div content here</div>
Dieser Text ist in der Farbe #B48FAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B48FAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B48FAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B48FAC.