HEX: #8A429C
RGB: (138,66,156)
#8A429C enthält hauptsächlich rote und blaue Farbe. Für #8A429C ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #8A429C wird in RGB als (138,66,156) definiert.
RGB: (138,66,156) (54%,26%,61%)
R 138 von 255 = 54%
G 66 von 255 = 26%
B 156 von 255 = 61%
R + G + B ~ 47%. #8A429C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
138 + 66 + 156 = 360 (100%)
R 138 von 360 ~ 38.33%
G 66 von 360 ~ 18.33%
B 156 von 360 ~ 43.33%
Die Farbe #8A429C wird in CMYK als (12,58,0,39) definiert.
CMYK: (12,58,0,39) C12M58Y0K39 (12%,58%,0%,39%) (0.12/0.58/0.00/0.39)
8A | 42 | 9C | |
---|---|---|---|
RGB | 138 | 66 | 156 |
HSL | 288° | 40.54% | 43.53% |
HSB/HSV | 288° | 57.69% | 61.18% |
CMYK | 11.54% | 57.69% | 0.00% |
38.82% |
Hexadezimal | 8A | 42 | 9C |
Dezimal | 138 | 66 | 156 |
Binär | 10001010 | 1000010 | 10011100 |
Oktal | 212 | 102 | 234 |
Beispiele css- und html für Elemente in der Farbe #8A429C. Bitte benutzen Sie auch rgb(138,66,156) statt hex-Code.
.myTextColor { color: #8A429C; }
<p style="color:#8A429C">This sample text font color is #8A429C.</p>
Die Farbe dieses Textes ist #8A429C.
.myBgColor { background-color: #8A429C; }
<div style="background-color:#8A429C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8A429C.
.myBorderColor { border: 1px solid #8A429C; }
<div style="border:3px solid #8A429C">Div</div>
Die Grenzen von diesem div sind in Farbe #8A429C.
.myOpacity80 { color: #8A429C; opacity: 0.8; }
<p style="color:#8A429C;opacity:0.8;">80%</p>
Text in Farbe #8A429C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8A429C;}
<p style="text-shadow: 3px 3px 1px #8A429C">Text here.</p>
Dieser Text hat den Schatten in Farbe #8A429C.
.textShadow {text-shadow: 3px 3px 1px #8A429C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8A429C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8A429C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8A429C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8A429C, Direction=45, Strength=4)">Text</p>
This text has shadow with #8A429C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8A429C; -webkit-box-shadow: 1px 1px 3px 2px #8A429C; box-shadow: 1px 1px 3px 2px #8A429C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8A429C; -webkit-box-shadow: 1px 1px 3px 2px #8A429C; box-shadow:1px 1px 3px 2px #8A429C;">
Div content here</div>
Dieser Text ist in der Farbe #8A429C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8A429C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8A429C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8A429C.