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