HEX: #8C4CBB
RGB: (140,76,187)
#8C4CBB enthält hauptsächlich rote und blaue Farbe. Für #8C4CBB ist eine «websichere» Webfarbe #9933CC (oder kurz #93C).
Die Farbe #8C4CBB wird in RGB als (140,76,187) definiert.
RGB: (140,76,187) (55%,30%,73%)
R 140 von 255 = 55%
G 76 von 255 = 30%
B 187 von 255 = 73%
R + G + B ~ 53%. #8C4CBB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
140 + 76 + 187 = 403 (100%)
R 140 von 403 ~ 34.74%
G 76 von 403 ~ 18.86%
B 187 von 403 ~ 46.4%
Die Farbe #8C4CBB wird in CMYK als (25,59,0,27) definiert.
CMYK: (25,59,0,27) C25M59Y0K27 (25%,59%,0%,27%) (0.25/0.59/0.00/0.27)
8C | 4C | BB | |
---|---|---|---|
RGB | 140 | 76 | 187 |
HSL | 275° | 44.94% | 51.57% |
HSB/HSV | 275° | 59.36% | 73.33% |
CMYK | 25.13% | 59.36% | 0.00% |
26.67% |
Hexadezimal | 8C | 4C | BB |
Dezimal | 140 | 76 | 187 |
Binär | 10001100 | 1001100 | 10111011 |
Oktal | 214 | 114 | 273 |
Beispiele css- und html für Elemente in der Farbe #8C4CBB. Bitte benutzen Sie auch rgb(140,76,187) statt hex-Code.
.myTextColor { color: #8C4CBB; }
<p style="color:#8C4CBB">This sample text font color is #8C4CBB.</p>
Die Farbe dieses Textes ist #8C4CBB.
.myBgColor { background-color: #8C4CBB; }
<div style="background-color:#8C4CBB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8C4CBB.
.myBorderColor { border: 1px solid #8C4CBB; }
<div style="border:3px solid #8C4CBB">Div</div>
Die Grenzen von diesem div sind in Farbe #8C4CBB.
.myOpacity80 { color: #8C4CBB; opacity: 0.8; }
<p style="color:#8C4CBB;opacity:0.8;">80%</p>
Text in Farbe #8C4CBB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8C4CBB;}
<p style="text-shadow: 3px 3px 1px #8C4CBB">Text here.</p>
Dieser Text hat den Schatten in Farbe #8C4CBB.
.textShadow {text-shadow: 3px 3px 1px #8C4CBB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8C4CBB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8C4CBB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C4CBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8C4CBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8C4CBB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8C4CBB; -webkit-box-shadow: 1px 1px 3px 2px #8C4CBB; box-shadow: 1px 1px 3px 2px #8C4CBB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8C4CBB; -webkit-box-shadow: 1px 1px 3px 2px #8C4CBB; box-shadow:1px 1px 3px 2px #8C4CBB;">
Div content here</div>
Dieser Text ist in der Farbe #8C4CBB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8C4CBB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8C4CBB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8C4CBB.