HEX: #B46AAE
RGB: (180,106,174)
#B46AAE enthält hauptsächlich rote und blaue Farbe. Für #B46AAE ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B46AAE wird in RGB als (180,106,174) definiert.
RGB: (180,106,174) (71%,42%,68%)
R 180 von 255 = 71%
G 106 von 255 = 42%
B 174 von 255 = 68%
R + G + B ~ 60%. #B46AAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 106 + 174 = 460 (100%)
R 180 von 460 ~ 39.13%
G 106 von 460 ~ 23.04%
B 174 von 460 ~ 37.83%
Die Farbe #B46AAE wird in CMYK als (0,41,3,29) definiert.
CMYK: (0,41,3,29) C0M41Y3K29 (0%,41%,3%,29%) (0.00/0.41/0.03/0.29)
B4 | 6A | AE | |
---|---|---|---|
RGB | 180 | 106 | 174 |
HSL | 305° | 33.04% | 56.08% |
HSB/HSV | 305° | 41.11% | 70.59% |
CMYK | 0.00% | 41.11% | 3.33% |
29.41% |
Hexadezimal | B4 | 6A | AE |
Dezimal | 180 | 106 | 174 |
Binär | 10110100 | 1101010 | 10101110 |
Oktal | 264 | 152 | 256 |
Beispiele css- und html für Elemente in der Farbe #B46AAE. Bitte benutzen Sie auch rgb(180,106,174) statt hex-Code.
.myTextColor { color: #B46AAE; }
<p style="color:#B46AAE">This sample text font color is #B46AAE.</p>
Die Farbe dieses Textes ist #B46AAE.
.myBgColor { background-color: #B46AAE; }
<div style="background-color:#B46AAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B46AAE.
.myBorderColor { border: 1px solid #B46AAE; }
<div style="border:3px solid #B46AAE">Div</div>
Die Grenzen von diesem div sind in Farbe #B46AAE.
.myOpacity80 { color: #B46AAE; opacity: 0.8; }
<p style="color:#B46AAE;opacity:0.8;">80%</p>
Text in Farbe #B46AAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B46AAE;}
<p style="text-shadow: 3px 3px 1px #B46AAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #B46AAE.
.textShadow {text-shadow: 3px 3px 1px #B46AAE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B46AAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B46AAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B46AAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B46AAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B46AAE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B46AAE; -webkit-box-shadow: 1px 1px 3px 2px #B46AAE; box-shadow: 1px 1px 3px 2px #B46AAE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B46AAE; -webkit-box-shadow: 1px 1px 3px 2px #B46AAE; box-shadow:1px 1px 3px 2px #B46AAE;">
Div content here</div>
Dieser Text ist in der Farbe #B46AAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B46AAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B46AAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B46AAE.