HEX: #875988
RGB: (135,89,136)
#875988 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #875988 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #875988 wird in RGB als (135,89,136) definiert.
RGB: (135,89,136)
(53%, 35%, 53%)
R 135 von 255 = 53%
G 89 von 255 = 35%
B 136 von 255 = 53%
R + G + B ~ 47%. #875988 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 89 + 136 = 360 (100%)
R 135 von 360 ~ 37.5%
G 89 von 360 ~ 24.72%
B 136 von 360 ~ 37.78'%
Die Farbe #875988 wird in CMYK als (1,35,0,47) definiert.
CMYK: (1,35,0,47)
C1M35Y0K47 (1%, 35%, 0%, 47%)
(0.01 / 0.35 / 0.00 / 0.47)
Farbe #875988 in den populären Farbmodellen.
87 | 59 | 88 | |
---|---|---|---|
RGB | 135 | 89 | 136 |
HSL | 299° | 20.89% | 44.12% |
HSB/HSV | 299° | 34.56% | 53.33% |
CMYK | 0.74% | 34.56% | 0.00% |
46.67% |
Die Farbe #875988 in den populären Zahlensystemen.
Hexadezimal | 87 | 59 | 88 |
Dezimal | 135 | 89 | 136 |
Binär | 10000111 | 1011001 | 10001000 |
Oktal | 207 | 131 | 210 |
Dunkle Töne der Farbe #875988
Helle Töne der Farbe #875988
Beispiele css- und html für Elemente in der Farbe #875988. Bitte benutzen Sie auch rgb(135,89,136) statt hex-Code.
.myTextColor { color: #875988; }
<p style="color:#875988">This sample text font color is #875988.</p>
Die Farbe dieses Textes ist #875988.
.myBgColor { background-color: #875988; }
<div style="background-color:#875988">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #875988.
.myBorderColor { border: 1px solid #875988; }
<div style="border:3px solid #875988">Div</div>
Die Grenzen von diesem div sind in Farbe #875988.
.myOpacity80 { color: #875988; opacity: 0.8; }
<p style="color:#875988;opacity:0.8;">80%</p>
Text in Farbe #875988 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #875988;}
<p style="text-shadow: 3px 3px 1px #875988">Text here.</p>
Dieser Text hat den Schatten in Farbe #875988.
.textShadow {text-shadow: 3px 3px 1px #875988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #875988, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #875988 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#875988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#875988, Direction=45, Strength=4)">Text</p>
This text has shadow with #875988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #875988;
-webkit-box-shadow: 1px 1px 3px 2px #875988;
box-shadow: 1px 1px 3px 2px #875988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #875988; -webkit-box-shadow: 1px 1px 3px 2px #875988; box-shadow:1px 1px 3px 2px #875988;">
Div content here
</div>
Dieser Text ist in der Farbe #875988 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #875988 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #875988.
Dieser Text ist weiß auf dem Hintergrund in Farbe #875988.
Kontrastfarbe für #hex ist #78A677.