HEX: #883E71
RGB: (136,62,113)
#883E71 enthält hauptsächlich rote und blaue Farbe. Für #883E71 ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #883E71 wird in RGB als (136,62,113) definiert.
RGB: (136,62,113)
(53%, 24%, 44%)
R 136 von 255 = 53%
G 62 von 255 = 24%
B 113 von 255 = 44%
R + G + B ~ 40%. #883E71 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 62 + 113 = 311 (100%)
R 136 von 311 ~ 43.73%
G 62 von 311 ~ 19.94%
B 113 von 311 ~ 36.33'%
Die Farbe #883E71 wird in CMYK als (0,54,17,47) definiert.
CMYK: (0,54,17,47)
C0M54Y17K47 (0%, 54%, 17%, 47%)
(0.00 / 0.54 / 0.17 / 0.47)
Farbe #883E71 in den populären Farbmodellen.
88 | 3E | 71 | |
---|---|---|---|
RGB | 136 | 62 | 113 |
HSL | 319° | 37.37% | 38.82% |
HSB/HSV | 319° | 54.41% | 53.33% |
CMYK | 0.00% | 54.41% | 16.91% |
46.67% |
Die Farbe #883E71 in den populären Zahlensystemen.
Hexadezimal | 88 | 3E | 71 |
Dezimal | 136 | 62 | 113 |
Binär | 10001000 | 111110 | 1110001 |
Oktal | 210 | 76 | 161 |
Dunkle Töne der Farbe #883E71
Helle Töne der Farbe #883E71
Beispiele css- und html für Elemente in der Farbe #883E71. Bitte benutzen Sie auch rgb(136,62,113) statt hex-Code.
.myTextColor { color: #883E71; }
<p style="color:#883E71">This sample text font color is #883E71.</p>
Die Farbe dieses Textes ist #883E71.
.myBgColor { background-color: #883E71; }
<div style="background-color:#883E71">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #883E71.
.myBorderColor { border: 1px solid #883E71; }
<div style="border:3px solid #883E71">Div</div>
Die Grenzen von diesem div sind in Farbe #883E71.
.myOpacity80 { color: #883E71; opacity: 0.8; }
<p style="color:#883E71;opacity:0.8;">80%</p>
Text in Farbe #883E71 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #883E71;}
<p style="text-shadow: 3px 3px 1px #883E71">Text here.</p>
Dieser Text hat den Schatten in Farbe #883E71.
.textShadow {text-shadow: 3px 3px 1px #883E71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #883E71, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #883E71 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#883E71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#883E71, Direction=45, Strength=4)">Text</p>
This text has shadow with #883E71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #883E71;
-webkit-box-shadow: 1px 1px 3px 2px #883E71;
box-shadow: 1px 1px 3px 2px #883E71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #883E71; -webkit-box-shadow: 1px 1px 3px 2px #883E71; box-shadow:1px 1px 3px 2px #883E71;">
Div content here
</div>
Dieser Text ist in der Farbe #883E71 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #883E71 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #883E71.
Dieser Text ist weiß auf dem Hintergrund in Farbe #883E71.
Kontrastfarbe für #hex ist #77C18E.