HEX: #88558D
RGB: (136,85,141)
#88558D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #88558D ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #88558D wird in RGB als (136,85,141) definiert.
RGB: (136,85,141)
(53%, 33%, 55%)
R 136 von 255 = 53%
G 85 von 255 = 33%
B 141 von 255 = 55%
R + G + B ~ 47%. #88558D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 136 + 85 + 141 = 362 (100%)
R 136 von 362 ~ 37.57%
G 85 von 362 ~ 23.48%
B 141 von 362 ~ 38.95'%
Die Farbe #88558D wird in CMYK als (4,40,0,45) definiert.
CMYK: (4,40,0,45)
C4M40Y0K45 (4%, 40%, 0%, 45%)
(0.04 / 0.40 / 0.00 / 0.45)
Farbe #88558D in den populären Farbmodellen.
88 | 55 | 8D | |
---|---|---|---|
RGB | 136 | 85 | 141 |
HSL | 295° | 24.78% | 44.31% |
HSB/HSV | 295° | 39.72% | 55.29% |
CMYK | 3.55% | 39.72% | 0.00% |
44.71% |
Die Farbe #88558D in den populären Zahlensystemen.
Hexadezimal | 88 | 55 | 8D |
Dezimal | 136 | 85 | 141 |
Binär | 10001000 | 1010101 | 10001101 |
Oktal | 210 | 125 | 215 |
Dunkle Töne der Farbe #88558D
Helle Töne der Farbe #88558D
Beispiele css- und html für Elemente in der Farbe #88558D. Bitte benutzen Sie auch rgb(136,85,141) statt hex-Code.
.myTextColor { color: #88558D; }
<p style="color:#88558D">This sample text font color is #88558D.</p>
Die Farbe dieses Textes ist #88558D.
.myBgColor { background-color: #88558D; }
<div style="background-color:#88558D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88558D.
.myBorderColor { border: 1px solid #88558D; }
<div style="border:3px solid #88558D">Div</div>
Die Grenzen von diesem div sind in Farbe #88558D.
.myOpacity80 { color: #88558D; opacity: 0.8; }
<p style="color:#88558D;opacity:0.8;">80%</p>
Text in Farbe #88558D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88558D;}
<p style="text-shadow: 3px 3px 1px #88558D">Text here.</p>
Dieser Text hat den Schatten in Farbe #88558D.
.textShadow {text-shadow: 3px 3px 1px #88558D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88558D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88558D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88558D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88558D, Direction=45, Strength=4)">Text</p>
This text has shadow with #88558D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88558D;
-webkit-box-shadow: 1px 1px 3px 2px #88558D;
box-shadow: 1px 1px 3px 2px #88558D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88558D; -webkit-box-shadow: 1px 1px 3px 2px #88558D; box-shadow:1px 1px 3px 2px #88558D;">
Div content here
</div>
Dieser Text ist in der Farbe #88558D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88558D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88558D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88558D.
Kontrastfarbe für #hex ist #77AA72.