HEX: #854B7A
RGB: (133,75,122)
#854B7A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #854B7A ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #854B7A wird in RGB als (133,75,122) definiert.
RGB: (133,75,122)
(52%, 29%, 48%)
R 133 von 255 = 52%
G 75 von 255 = 29%
B 122 von 255 = 48%
R + G + B ~ 43%. #854B7A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 133 + 75 + 122 = 330 (100%)
R 133 von 330 ~ 40.3%
G 75 von 330 ~ 22.73%
B 122 von 330 ~ 36.97'%
Die Farbe #854B7A wird in CMYK als (0,44,8,48) definiert.
CMYK: (0,44,8,48)
C0M44Y8K48 (0%, 44%, 8%, 48%)
(0.00 / 0.44 / 0.08 / 0.48)
Farbe #854B7A in den populären Farbmodellen.
85 | 4B | 7A | |
---|---|---|---|
RGB | 133 | 75 | 122 |
HSL | 311° | 27.88% | 40.78% |
HSB/HSV | 311° | 43.61% | 52.16% |
CMYK | 0.00% | 43.61% | 8.27% |
47.84% |
Die Farbe #854B7A in den populären Zahlensystemen.
Hexadezimal | 85 | 4B | 7A |
Dezimal | 133 | 75 | 122 |
Binär | 10000101 | 1001011 | 1111010 |
Oktal | 205 | 113 | 172 |
Dunkle Töne der Farbe #854B7A
Helle Töne der Farbe #854B7A
Beispiele css- und html für Elemente in der Farbe #854B7A. Bitte benutzen Sie auch rgb(133,75,122) statt hex-Code.
.myTextColor { color: #854B7A; }
<p style="color:#854B7A">This sample text font color is #854B7A.</p>
Die Farbe dieses Textes ist #854B7A.
.myBgColor { background-color: #854B7A; }
<div style="background-color:#854B7A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #854B7A.
.myBorderColor { border: 1px solid #854B7A; }
<div style="border:3px solid #854B7A">Div</div>
Die Grenzen von diesem div sind in Farbe #854B7A.
.myOpacity80 { color: #854B7A; opacity: 0.8; }
<p style="color:#854B7A;opacity:0.8;">80%</p>
Text in Farbe #854B7A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #854B7A;}
<p style="text-shadow: 3px 3px 1px #854B7A">Text here.</p>
Dieser Text hat den Schatten in Farbe #854B7A.
.textShadow {text-shadow: 3px 3px 1px #854B7A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #854B7A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #854B7A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#854B7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#854B7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #854B7A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #854B7A;
-webkit-box-shadow: 1px 1px 3px 2px #854B7A;
box-shadow: 1px 1px 3px 2px #854B7A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #854B7A; -webkit-box-shadow: 1px 1px 3px 2px #854B7A; box-shadow:1px 1px 3px 2px #854B7A;">
Div content here
</div>
Dieser Text ist in der Farbe #854B7A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #854B7A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #854B7A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #854B7A.
Kontrastfarbe für #hex ist #7AB485.