HEX: #8E627F
RGB: (142,98,127)
#8E627F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8E627F ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #8E627F wird in RGB als (142,98,127) definiert.
RGB: (142,98,127) (56%,38%,50%)
R 142 von 255 = 56%
G 98 von 255 = 38%
B 127 von 255 = 50%
R + G + B ~ 48%. #8E627F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
142 + 98 + 127 = 367 (100%)
R 142 von 367 ~ 38.69%
G 98 von 367 ~ 26.7%
B 127 von 367 ~ 34.6%
Die Farbe #8E627F wird in CMYK als (0,31,11,44) definiert.
CMYK: (0,31,11,44) C0M31Y11K44 (0%,31%,11%,44%) (0.00/0.31/0.11/0.44)
8E | 62 | 7F | |
---|---|---|---|
RGB | 142 | 98 | 127 |
HSL | 320° | 18.33% | 47.06% |
HSB/HSV | 320° | 30.99% | 55.69% |
CMYK | 0.00% | 30.99% | 10.56% |
44.31% |
Hexadezimal | 8E | 62 | 7F |
Dezimal | 142 | 98 | 127 |
Binär | 10001110 | 1100010 | 1111111 |
Oktal | 216 | 142 | 177 |
Beispiele css- und html für Elemente in der Farbe #8E627F. Bitte benutzen Sie auch rgb(142,98,127) statt hex-Code.
.myTextColor { color: #8E627F; }
<p style="color:#8E627F">This sample text font color is #8E627F.</p>
Die Farbe dieses Textes ist #8E627F.
.myBgColor { background-color: #8E627F; }
<div style="background-color:#8E627F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8E627F.
.myBorderColor { border: 1px solid #8E627F; }
<div style="border:3px solid #8E627F">Div</div>
Die Grenzen von diesem div sind in Farbe #8E627F.
.myOpacity80 { color: #8E627F; opacity: 0.8; }
<p style="color:#8E627F;opacity:0.8;">80%</p>
Text in Farbe #8E627F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E627F;}
<p style="text-shadow: 3px 3px 1px #8E627F">Text here.</p>
Dieser Text hat den Schatten in Farbe #8E627F.
.textShadow {text-shadow: 3px 3px 1px #8E627F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E627F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8E627F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E627F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E627F, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E627F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8E627F; -webkit-box-shadow: 1px 1px 3px 2px #8E627F; box-shadow: 1px 1px 3px 2px #8E627F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8E627F; -webkit-box-shadow: 1px 1px 3px 2px #8E627F; box-shadow:1px 1px 3px 2px #8E627F;">
Div content here</div>
Dieser Text ist in der Farbe #8E627F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8E627F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8E627F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8E627F.