HEX: #855C7D
RGB: (133,92,125)
#855C7D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #855C7D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #855C7D wird in RGB als (133,92,125) definiert.
RGB: (133,92,125) (52%,36%,49%)
R 133 von 255 = 52%
G 92 von 255 = 36%
B 125 von 255 = 49%
R + G + B ~ 46%. #855C7D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
133 + 92 + 125 = 350 (100%)
R 133 von 350 ~ 38%
G 92 von 350 ~ 26.29%
B 125 von 350 ~ 35.71%
Die Farbe #855C7D wird in CMYK als (0,31,6,48) definiert.
CMYK: (0,31,6,48) C0M31Y6K48 (0%,31%,6%,48%) (0.00/0.31/0.06/0.48)
85 | 5C | 7D | |
---|---|---|---|
RGB | 133 | 92 | 125 |
HSL | 312° | 18.22% | 44.12% |
HSB/HSV | 312° | 30.83% | 52.16% |
CMYK | 0.00% | 30.83% | 6.02% |
47.84% |
Hexadezimal | 85 | 5C | 7D |
Dezimal | 133 | 92 | 125 |
Binär | 10000101 | 1011100 | 1111101 |
Oktal | 205 | 134 | 175 |
Beispiele css- und html für Elemente in der Farbe #855C7D. Bitte benutzen Sie auch rgb(133,92,125) statt hex-Code.
.myTextColor { color: #855C7D; }
<p style="color:#855C7D">This sample text font color is #855C7D.</p>
Die Farbe dieses Textes ist #855C7D.
.myBgColor { background-color: #855C7D; }
<div style="background-color:#855C7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #855C7D.
.myBorderColor { border: 1px solid #855C7D; }
<div style="border:3px solid #855C7D">Div</div>
Die Grenzen von diesem div sind in Farbe #855C7D.
.myOpacity80 { color: #855C7D; opacity: 0.8; }
<p style="color:#855C7D;opacity:0.8;">80%</p>
Text in Farbe #855C7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #855C7D;}
<p style="text-shadow: 3px 3px 1px #855C7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #855C7D.
.textShadow {text-shadow: 3px 3px 1px #855C7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #855C7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #855C7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855C7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#855C7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #855C7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #855C7D; -webkit-box-shadow: 1px 1px 3px 2px #855C7D; box-shadow: 1px 1px 3px 2px #855C7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #855C7D; -webkit-box-shadow: 1px 1px 3px 2px #855C7D; box-shadow:1px 1px 3px 2px #855C7D;">
Div content here</div>
Dieser Text ist in der Farbe #855C7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #855C7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #855C7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #855C7D.