HEX: #8A2BE2
RGB: (138,43,226)
Die Farbenname ist BlueViolet. #8A2BE2 enthält hauptsächlich blaue Farbe. Für #8A2BE2 ist eine «websichere» Webfarbe #9933CC (oder kurz #93C).
Die Farbe #8A2BE2 wird in RGB als (138,43,226) definiert.
RGB: (138,43,226) (54%,17%,89%)
R 138 von 255 = 54%
G 43 von 255 = 17%
B 226 von 255 = 89%
R + G + B ~ 53%. #8A2BE2 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
138 + 43 + 226 = 407 (100%)
R 138 von 407 ~ 33.91%
G 43 von 407 ~ 10.57%
B 226 von 407 ~ 55.53%
Die Farbe #8A2BE2 wird in CMYK als (39,81,0,11) definiert.
CMYK: (39,81,0,11) C39M81Y0K11 (39%,81%,0%,11%) (0.39/0.81/0.00/0.11)
8A | 2B | E2 | |
---|---|---|---|
RGB | 138 | 43 | 226 |
HSL | 271° | 75.93% | 52.75% |
HSB/HSV | 271° | 80.97% | 88.63% |
CMYK | 38.94% | 80.97% | 0.00% |
11.37% |
Hexadezimal | 8A | 2B | E2 |
Dezimal | 138 | 43 | 226 |
Binär | 10001010 | 101011 | 11100010 |
Oktal | 212 | 53 | 342 |
Beispiele css- und html für Elemente in der Farbe #8A2BE2. Bitte benutzen Sie auch rgb(138,43,226) statt hex-Code.
.myTextColor { color: #8A2BE2; }
<p style="color:#8A2BE2">This sample text font color is #8A2BE2.</p>
Die Farbe dieses Textes ist #8A2BE2.
.myBgColor { background-color: #8A2BE2; }
<div style="background-color:#8A2BE2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8A2BE2.
.myBorderColor { border: 1px solid #8A2BE2; }
<div style="border:3px solid #8A2BE2">Div</div>
Die Grenzen von diesem div sind in Farbe #8A2BE2.
.myOpacity80 { color: #8A2BE2; opacity: 0.8; }
<p style="color:#8A2BE2;opacity:0.8;">80%</p>
Text in Farbe #8A2BE2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8A2BE2;}
<p style="text-shadow: 3px 3px 1px #8A2BE2">Text here.</p>
Dieser Text hat den Schatten in Farbe #8A2BE2.
.textShadow {text-shadow: 3px 3px 1px #8A2BE2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8A2BE2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8A2BE2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8A2BE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8A2BE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #8A2BE2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8A2BE2; -webkit-box-shadow: 1px 1px 3px 2px #8A2BE2; box-shadow: 1px 1px 3px 2px #8A2BE2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8A2BE2; -webkit-box-shadow: 1px 1px 3px 2px #8A2BE2; box-shadow:1px 1px 3px 2px #8A2BE2;">
Div content here</div>
Dieser Text ist in der Farbe #8A2BE2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8A2BE2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8A2BE2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8A2BE2.