HEX: #8B08AB
RGB: (139,8,171)
#8B08AB enthält hauptsächlich rote und blaue Farbe. Für #8B08AB ist eine «websichere» Webfarbe #990099 (oder kurz #909).
Die Farbe #8B08AB wird in RGB als (139,8,171) definiert.
RGB: (139,8,171) (55%,3%,67%)
R 139 von 255 = 55%
G 8 von 255 = 3%
B 171 von 255 = 67%
R + G + B ~ 42%. #8B08AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
139 + 8 + 171 = 318 (100%)
R 139 von 318 ~ 43.71%
G 8 von 318 ~ 2.52%
B 171 von 318 ~ 53.77%
Die Farbe #8B08AB wird in CMYK als (19,95,0,33) definiert.
CMYK: (19,95,0,33) C19M95Y0K33 (19%,95%,0%,33%) (0.19/0.95/0.00/0.33)
8B | 08 | AB | |
---|---|---|---|
RGB | 139 | 8 | 171 |
HSL | 288° | 91.06% | 35.10% |
HSB/HSV | 288° | 95.32% | 67.06% |
CMYK | 18.71% | 95.32% | 0.00% |
32.94% |
Hexadezimal | 8B | 08 | AB |
Dezimal | 139 | 8 | 171 |
Binär | 10001011 | 1000 | 10101011 |
Oktal | 213 | 10 | 253 |
Beispiele css- und html für Elemente in der Farbe #8B08AB. Bitte benutzen Sie auch rgb(139,8,171) statt hex-Code.
.myTextColor { color: #8B08AB; }
<p style="color:#8B08AB">This sample text font color is #8B08AB.</p>
Die Farbe dieses Textes ist #8B08AB.
.myBgColor { background-color: #8B08AB; }
<div style="background-color:#8B08AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B08AB.
.myBorderColor { border: 1px solid #8B08AB; }
<div style="border:3px solid #8B08AB">Div</div>
Die Grenzen von diesem div sind in Farbe #8B08AB.
.myOpacity80 { color: #8B08AB; opacity: 0.8; }
<p style="color:#8B08AB;opacity:0.8;">80%</p>
Text in Farbe #8B08AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B08AB;}
<p style="text-shadow: 3px 3px 1px #8B08AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B08AB.
.textShadow {text-shadow: 3px 3px 1px #8B08AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B08AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B08AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B08AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B08AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B08AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8B08AB; -webkit-box-shadow: 1px 1px 3px 2px #8B08AB; box-shadow: 1px 1px 3px 2px #8B08AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8B08AB; -webkit-box-shadow: 1px 1px 3px 2px #8B08AB; box-shadow:1px 1px 3px 2px #8B08AB;">
Div content here</div>
Dieser Text ist in der Farbe #8B08AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B08AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B08AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B08AB.