HEX: #B35EAA
RGB: (179,94,170)
#B35EAA enthält hauptsächlich rote und blaue Farbe. Für #B35EAA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B35EAA wird in RGB als (179,94,170) definiert.
RGB: (179,94,170) (70%,37%,67%)
R 179 von 255 = 70%
G 94 von 255 = 37%
B 170 von 255 = 67%
R + G + B ~ 58%. #B35EAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
179 + 94 + 170 = 443 (100%)
R 179 von 443 ~ 40.41%
G 94 von 443 ~ 21.22%
B 170 von 443 ~ 38.37%
Die Farbe #B35EAA wird in CMYK als (0,47,5,30) definiert.
CMYK: (0,47,5,30) C0M47Y5K30 (0%,47%,5%,30%) (0.00/0.47/0.05/0.30)
B3 | 5E | AA | |
---|---|---|---|
RGB | 179 | 94 | 170 |
HSL | 306° | 35.86% | 53.53% |
HSB/HSV | 306° | 47.49% | 70.20% |
CMYK | 0.00% | 47.49% | 5.03% |
29.80% |
Hexadezimal | B3 | 5E | AA |
Dezimal | 179 | 94 | 170 |
Binär | 10110011 | 1011110 | 10101010 |
Oktal | 263 | 136 | 252 |
Beispiele css- und html für Elemente in der Farbe #B35EAA. Bitte benutzen Sie auch rgb(179,94,170) statt hex-Code.
.myTextColor { color: #B35EAA; }
<p style="color:#B35EAA">This sample text font color is #B35EAA.</p>
Die Farbe dieses Textes ist #B35EAA.
.myBgColor { background-color: #B35EAA; }
<div style="background-color:#B35EAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B35EAA.
.myBorderColor { border: 1px solid #B35EAA; }
<div style="border:3px solid #B35EAA">Div</div>
Die Grenzen von diesem div sind in Farbe #B35EAA.
.myOpacity80 { color: #B35EAA; opacity: 0.8; }
<p style="color:#B35EAA;opacity:0.8;">80%</p>
Text in Farbe #B35EAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B35EAA;}
<p style="text-shadow: 3px 3px 1px #B35EAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #B35EAA.
.textShadow {text-shadow: 3px 3px 1px #B35EAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B35EAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B35EAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B35EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B35EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B35EAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B35EAA; -webkit-box-shadow: 1px 1px 3px 2px #B35EAA; box-shadow: 1px 1px 3px 2px #B35EAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B35EAA; -webkit-box-shadow: 1px 1px 3px 2px #B35EAA; box-shadow:1px 1px 3px 2px #B35EAA;">
Div content here</div>
Dieser Text ist in der Farbe #B35EAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B35EAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B35EAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B35EAA.