HEX: #856382
RGB: (133,99,130)
#856382 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #856382 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #856382 wird in RGB als (133,99,130) definiert.
RGB: (133,99,130) (52%,39%,51%)
R 133 von 255 = 52%
G 99 von 255 = 39%
B 130 von 255 = 51%
R + G + B ~ 47%. #856382 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
133 + 99 + 130 = 362 (100%)
R 133 von 362 ~ 36.74%
G 99 von 362 ~ 27.35%
B 130 von 362 ~ 35.91%
Die Farbe #856382 wird in CMYK als (0,26,2,48) definiert.
CMYK: (0,26,2,48) C0M26Y2K48 (0%,26%,2%,48%) (0.00/0.26/0.02/0.48)
85 | 63 | 82 | |
---|---|---|---|
RGB | 133 | 99 | 130 |
HSL | 305° | 14.66% | 45.49% |
HSB/HSV | 305° | 25.56% | 52.16% |
CMYK | 0.00% | 25.56% | 2.26% |
47.84% |
Hexadezimal | 85 | 63 | 82 |
Dezimal | 133 | 99 | 130 |
Binär | 10000101 | 1100011 | 10000010 |
Oktal | 205 | 143 | 202 |
Beispiele css- und html für Elemente in der Farbe #856382. Bitte benutzen Sie auch rgb(133,99,130) statt hex-Code.
.myTextColor { color: #856382; }
<p style="color:#856382">This sample text font color is #856382.</p>
Die Farbe dieses Textes ist #856382.
.myBgColor { background-color: #856382; }
<div style="background-color:#856382">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #856382.
.myBorderColor { border: 1px solid #856382; }
<div style="border:3px solid #856382">Div</div>
Die Grenzen von diesem div sind in Farbe #856382.
.myOpacity80 { color: #856382; opacity: 0.8; }
<p style="color:#856382;opacity:0.8;">80%</p>
Text in Farbe #856382 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #856382;}
<p style="text-shadow: 3px 3px 1px #856382">Text here.</p>
Dieser Text hat den Schatten in Farbe #856382.
.textShadow {text-shadow: 3px 3px 1px #856382, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #856382, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #856382 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#856382, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#856382, Direction=45, Strength=4)">Text</p>
This text has shadow with #856382 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #856382; -webkit-box-shadow: 1px 1px 3px 2px #856382; box-shadow: 1px 1px 3px 2px #856382; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #856382; -webkit-box-shadow: 1px 1px 3px 2px #856382; box-shadow:1px 1px 3px 2px #856382;">
Div content here</div>
Dieser Text ist in der Farbe #856382 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #856382 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #856382.
Dieser Text ist weiß auf dem Hintergrund in Farbe #856382.