HEX: #8E5D6D
RGB: (142,93,109)
#8E5D6D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8E5D6D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #8E5D6D wird in RGB als (142,93,109) definiert.
RGB: (142,93,109) (56%,36%,43%)
R 142 von 255 = 56%
G 93 von 255 = 36%
B 109 von 255 = 43%
R + G + B ~ 45%. #8E5D6D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
142 + 93 + 109 = 344 (100%)
R 142 von 344 ~ 41.28%
G 93 von 344 ~ 27.03%
B 109 von 344 ~ 31.69%
Die Farbe #8E5D6D wird in CMYK als (0,35,23,44) definiert.
CMYK: (0,35,23,44) C0M35Y23K44 (0%,35%,23%,44%) (0.00/0.35/0.23/0.44)
8E | 5D | 6D | |
---|---|---|---|
RGB | 142 | 93 | 109 |
HSL | 340° | 20.85% | 46.08% |
HSB/HSV | 340° | 34.51% | 55.69% |
CMYK | 0.00% | 34.51% | 23.24% |
44.31% |
Hexadezimal | 8E | 5D | 6D |
Dezimal | 142 | 93 | 109 |
Binär | 10001110 | 1011101 | 1101101 |
Oktal | 216 | 135 | 155 |
Beispiele css- und html für Elemente in der Farbe #8E5D6D. Bitte benutzen Sie auch rgb(142,93,109) statt hex-Code.
.myTextColor { color: #8E5D6D; }
<p style="color:#8E5D6D">This sample text font color is #8E5D6D.</p>
Die Farbe dieses Textes ist #8E5D6D.
.myBgColor { background-color: #8E5D6D; }
<div style="background-color:#8E5D6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8E5D6D.
.myBorderColor { border: 1px solid #8E5D6D; }
<div style="border:3px solid #8E5D6D">Div</div>
Die Grenzen von diesem div sind in Farbe #8E5D6D.
.myOpacity80 { color: #8E5D6D; opacity: 0.8; }
<p style="color:#8E5D6D;opacity:0.8;">80%</p>
Text in Farbe #8E5D6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E5D6D;}
<p style="text-shadow: 3px 3px 1px #8E5D6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #8E5D6D.
.textShadow {text-shadow: 3px 3px 1px #8E5D6D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E5D6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8E5D6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E5D6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E5D6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E5D6D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8E5D6D; -webkit-box-shadow: 1px 1px 3px 2px #8E5D6D; box-shadow: 1px 1px 3px 2px #8E5D6D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8E5D6D; -webkit-box-shadow: 1px 1px 3px 2px #8E5D6D; box-shadow:1px 1px 3px 2px #8E5D6D;">
Div content here</div>
Dieser Text ist in der Farbe #8E5D6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8E5D6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8E5D6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8E5D6D.