HEX: #855880
RGB: (133,88,128)
#855880 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #855880 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #855880 wird in RGB als (133,88,128) definiert.
RGB: (133,88,128) (52%,35%,50%)
R 133 von 255 = 52%
G 88 von 255 = 35%
B 128 von 255 = 50%
R + G + B ~ 46%. #855880 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
133 + 88 + 128 = 349 (100%)
R 133 von 349 ~ 38.11%
G 88 von 349 ~ 25.21%
B 128 von 349 ~ 36.68%
Die Farbe #855880 wird in CMYK als (0,34,4,48) definiert.
CMYK: (0,34,4,48) C0M34Y4K48 (0%,34%,4%,48%) (0.00/0.34/0.04/0.48)
85 | 58 | 80 | |
---|---|---|---|
RGB | 133 | 88 | 128 |
HSL | 307° | 20.36% | 43.33% |
HSB/HSV | 307° | 33.83% | 52.16% |
CMYK | 0.00% | 33.83% | 3.76% |
47.84% |
Hexadezimal | 85 | 58 | 80 |
Dezimal | 133 | 88 | 128 |
Binär | 10000101 | 1011000 | 10000000 |
Oktal | 205 | 130 | 200 |
Beispiele css- und html für Elemente in der Farbe #855880. Bitte benutzen Sie auch rgb(133,88,128) statt hex-Code.
.myTextColor { color: #855880; }
<p style="color:#855880">This sample text font color is #855880.</p>
Die Farbe dieses Textes ist #855880.
.myBgColor { background-color: #855880; }
<div style="background-color:#855880">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #855880.
.myBorderColor { border: 1px solid #855880; }
<div style="border:3px solid #855880">Div</div>
Die Grenzen von diesem div sind in Farbe #855880.
.myOpacity80 { color: #855880; opacity: 0.8; }
<p style="color:#855880;opacity:0.8;">80%</p>
Text in Farbe #855880 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #855880;}
<p style="text-shadow: 3px 3px 1px #855880">Text here.</p>
Dieser Text hat den Schatten in Farbe #855880.
.textShadow {text-shadow: 3px 3px 1px #855880, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #855880, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #855880 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855880, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#855880, Direction=45, Strength=4)">Text</p>
This text has shadow with #855880 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #855880; -webkit-box-shadow: 1px 1px 3px 2px #855880; box-shadow: 1px 1px 3px 2px #855880; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #855880; -webkit-box-shadow: 1px 1px 3px 2px #855880; box-shadow:1px 1px 3px 2px #855880;">
Div content here</div>
Dieser Text ist in der Farbe #855880 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #855880 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #855880.
Dieser Text ist weiß auf dem Hintergrund in Farbe #855880.