HEX: #8C5ABE
RGB: (140,90,190)
#8C5ABE enthält hauptsächlich rote und blaue Farbe. Für #8C5ABE ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #8C5ABE wird in RGB als (140,90,190) definiert.
RGB: (140,90,190)
(55%, 35%, 75%)
R 140 von 255 = 55%
G 90 von 255 = 35%
B 190 von 255 = 75%
R + G + B ~ 55%. #8C5ABE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 140 + 90 + 190 = 420 (100%)
R 140 von 420 ~ 33.33%
G 90 von 420 ~ 21.43%
B 190 von 420 ~ 45.24'%
Die Farbe #8C5ABE wird in CMYK als (26,53,0,25) definiert.
CMYK: (26,53,0,25)
C26M53Y0K25 (26%, 53%, 0%, 25%)
(0.26 / 0.53 / 0.00 / 0.25)
Farbe #8C5ABE in den populären Farbmodellen.
8C | 5A | BE | |
---|---|---|---|
RGB | 140 | 90 | 190 |
HSL | 270° | 43.48% | 54.90% |
HSB/HSV | 270° | 52.63% | 74.51% |
CMYK | 26.32% | 52.63% | 0.00% |
25.49% |
Die Farbe #8C5ABE in den populären Zahlensystemen.
Hexadezimal | 8C | 5A | BE |
Dezimal | 140 | 90 | 190 |
Binär | 10001100 | 1011010 | 10111110 |
Oktal | 214 | 132 | 276 |
Dunkle Töne der Farbe #8C5ABE
Helle Töne der Farbe #8C5ABE
Beispiele css- und html für Elemente in der Farbe #8C5ABE. Bitte benutzen Sie auch rgb(140,90,190) statt hex-Code.
.myTextColor { color: #8C5ABE; }
<p style="color:#8C5ABE">This sample text font color is #8C5ABE.</p>
Die Farbe dieses Textes ist #8C5ABE.
.myBgColor { background-color: #8C5ABE; }
<div style="background-color:#8C5ABE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8C5ABE.
.myBorderColor { border: 1px solid #8C5ABE; }
<div style="border:3px solid #8C5ABE">Div</div>
Die Grenzen von diesem div sind in Farbe #8C5ABE.
.myOpacity80 { color: #8C5ABE; opacity: 0.8; }
<p style="color:#8C5ABE;opacity:0.8;">80%</p>
Text in Farbe #8C5ABE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8C5ABE;}
<p style="text-shadow: 3px 3px 1px #8C5ABE">Text here.</p>
Dieser Text hat den Schatten in Farbe #8C5ABE.
.textShadow {text-shadow: 3px 3px 1px #8C5ABE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8C5ABE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8C5ABE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C5ABE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8C5ABE, Direction=45, Strength=4)">Text</p>
This text has shadow with #8C5ABE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8C5ABE;
-webkit-box-shadow: 1px 1px 3px 2px #8C5ABE;
box-shadow: 1px 1px 3px 2px #8C5ABE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C5ABE; -webkit-box-shadow: 1px 1px 3px 2px #8C5ABE; box-shadow:1px 1px 3px 2px #8C5ABE;">
Div content here
</div>
Dieser Text ist in der Farbe #8C5ABE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8C5ABE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8C5ABE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8C5ABE.
Kontrastfarbe für #hex ist #73A541.