HEX: #87507E
RGB: (135,80,126)
#87507E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #87507E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #87507E wird in RGB als (135,80,126) definiert.
RGB: (135,80,126)
(53%, 31%, 49%)
R 135 von 255 = 53%
G 80 von 255 = 31%
B 126 von 255 = 49%
R + G + B ~ 44%. #87507E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 135 + 80 + 126 = 341 (100%)
R 135 von 341 ~ 39.59%
G 80 von 341 ~ 23.46%
B 126 von 341 ~ 36.95'%
Die Farbe #87507E wird in CMYK als (0,41,7,47) definiert.
CMYK: (0,41,7,47)
C0M41Y7K47 (0%, 41%, 7%, 47%)
(0.00 / 0.41 / 0.07 / 0.47)
Farbe #87507E in den populären Farbmodellen.
87 | 50 | 7E | |
---|---|---|---|
RGB | 135 | 80 | 126 |
HSL | 310° | 25.58% | 42.16% |
HSB/HSV | 310° | 40.74% | 52.94% |
CMYK | 0.00% | 40.74% | 6.67% |
47.06% |
Die Farbe #87507E in den populären Zahlensystemen.
Hexadezimal | 87 | 50 | 7E |
Dezimal | 135 | 80 | 126 |
Binär | 10000111 | 1010000 | 1111110 |
Oktal | 207 | 120 | 176 |
Dunkle Töne der Farbe #87507E
Helle Töne der Farbe #87507E
Beispiele css- und html für Elemente in der Farbe #87507E. Bitte benutzen Sie auch rgb(135,80,126) statt hex-Code.
.myTextColor { color: #87507E; }
<p style="color:#87507E">This sample text font color is #87507E.</p>
Die Farbe dieses Textes ist #87507E.
.myBgColor { background-color: #87507E; }
<div style="background-color:#87507E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87507E.
.myBorderColor { border: 1px solid #87507E; }
<div style="border:3px solid #87507E">Div</div>
Die Grenzen von diesem div sind in Farbe #87507E.
.myOpacity80 { color: #87507E; opacity: 0.8; }
<p style="color:#87507E;opacity:0.8;">80%</p>
Text in Farbe #87507E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87507E;}
<p style="text-shadow: 3px 3px 1px #87507E">Text here.</p>
Dieser Text hat den Schatten in Farbe #87507E.
.textShadow {text-shadow: 3px 3px 1px #87507E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87507E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87507E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87507E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87507E, Direction=45, Strength=4)">Text</p>
This text has shadow with #87507E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87507E;
-webkit-box-shadow: 1px 1px 3px 2px #87507E;
box-shadow: 1px 1px 3px 2px #87507E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87507E; -webkit-box-shadow: 1px 1px 3px 2px #87507E; box-shadow:1px 1px 3px 2px #87507E;">
Div content here
</div>
Dieser Text ist in der Farbe #87507E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87507E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87507E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87507E.
Kontrastfarbe für #hex ist #78AF81.