HEX: #8C76BE
RGB: (140,118,190)
#8C76BE enthält hauptsächlich rote und blaue Farbe. Für #8C76BE ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #8C76BE wird in RGB als (140,118,190) definiert.
RGB: (140,118,190) (55%,46%,75%)
R 140 von 255 = 55%
G 118 von 255 = 46%
B 190 von 255 = 75%
R + G + B ~ 59%. #8C76BE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
140 + 118 + 190 = 448 (100%)
R 140 von 448 ~ 31.25%
G 118 von 448 ~ 26.34%
B 190 von 448 ~ 42.41%
Die Farbe #8C76BE wird in CMYK als (26,38,0,25) definiert.
CMYK: (26,38,0,25) C26M38Y0K25 (26%,38%,0%,25%) (0.26/0.38/0.00/0.25)
8C | 76 | BE | |
---|---|---|---|
RGB | 140 | 118 | 190 |
HSL | 258° | 35.64% | 60.39% |
HSB/HSV | 258° | 37.89% | 74.51% |
CMYK | 26.32% | 37.89% | 0.00% |
25.49% |
Hexadezimal | 8C | 76 | BE |
Dezimal | 140 | 118 | 190 |
Binär | 10001100 | 1110110 | 10111110 |
Oktal | 214 | 166 | 276 |
Beispiele css- und html für Elemente in der Farbe #8C76BE. Bitte benutzen Sie auch rgb(140,118,190) statt hex-Code.
.myTextColor { color: #8C76BE; }
<p style="color:#8C76BE">This sample text font color is #8C76BE.</p>
Die Farbe dieses Textes ist #8C76BE.
.myBgColor { background-color: #8C76BE; }
<div style="background-color:#8C76BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8C76BE.
.myBorderColor { border: 1px solid #8C76BE; }
<div style="border:3px solid #8C76BE">Div</div>
Die Grenzen von diesem div sind in Farbe #8C76BE.
.myOpacity80 { color: #8C76BE; opacity: 0.8; }
<p style="color:#8C76BE;opacity:0.8;">80%</p>
Text in Farbe #8C76BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8C76BE;}
<p style="text-shadow: 3px 3px 1px #8C76BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #8C76BE.
.textShadow {text-shadow: 3px 3px 1px #8C76BE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8C76BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8C76BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C76BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8C76BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #8C76BE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8C76BE; -webkit-box-shadow: 1px 1px 3px 2px #8C76BE; box-shadow: 1px 1px 3px 2px #8C76BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8C76BE; -webkit-box-shadow: 1px 1px 3px 2px #8C76BE; box-shadow:1px 1px 3px 2px #8C76BE;">
Div content here</div>
Dieser Text ist in der Farbe #8C76BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8C76BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8C76BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8C76BE.