HEX: #825EAB
RGB: (130,94,171)
#825EAB enthält hauptsächlich rote und blaue Farbe. Für #825EAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #825EAB wird in RGB als (130,94,171) definiert.
RGB: (130,94,171)
(51%, 37%, 67%)
R 130 von 255 = 51%
G 94 von 255 = 37%
B 171 von 255 = 67%
R + G + B ~ 52%. #825EAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 130 + 94 + 171 = 395 (100%)
R 130 von 395 ~ 32.91%
G 94 von 395 ~ 23.8%
B 171 von 395 ~ 43.29'%
Die Farbe #825EAB wird in CMYK als (24,45,0,33) definiert.
CMYK: (24,45,0,33)
C24M45Y0K33 (24%, 45%, 0%, 33%)
(0.24 / 0.45 / 0.00 / 0.33)
Farbe #825EAB in den populären Farbmodellen.
82 | 5E | AB | |
---|---|---|---|
RGB | 130 | 94 | 171 |
HSL | 268° | 31.43% | 51.96% |
HSB/HSV | 268° | 45.03% | 67.06% |
CMYK | 23.98% | 45.03% | 0.00% |
32.94% |
Die Farbe #825EAB in den populären Zahlensystemen.
Hexadezimal | 82 | 5E | AB |
Dezimal | 130 | 94 | 171 |
Binär | 10000010 | 1011110 | 10101011 |
Oktal | 202 | 136 | 253 |
Dunkle Töne der Farbe #825EAB
Helle Töne der Farbe #825EAB
Beispiele css- und html für Elemente in der Farbe #825EAB. Bitte benutzen Sie auch rgb(130,94,171) statt hex-Code.
.myTextColor { color: #825EAB; }
<p style="color:#825EAB">This sample text font color is #825EAB.</p>
Die Farbe dieses Textes ist #825EAB.
.myBgColor { background-color: #825EAB; }
<div style="background-color:#825EAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #825EAB.
.myBorderColor { border: 1px solid #825EAB; }
<div style="border:3px solid #825EAB">Div</div>
Die Grenzen von diesem div sind in Farbe #825EAB.
.myOpacity80 { color: #825EAB; opacity: 0.8; }
<p style="color:#825EAB;opacity:0.8;">80%</p>
Text in Farbe #825EAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #825EAB;}
<p style="text-shadow: 3px 3px 1px #825EAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #825EAB.
.textShadow {text-shadow: 3px 3px 1px #825EAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #825EAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #825EAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825EAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#825EAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #825EAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #825EAB;
-webkit-box-shadow: 1px 1px 3px 2px #825EAB;
box-shadow: 1px 1px 3px 2px #825EAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #825EAB; -webkit-box-shadow: 1px 1px 3px 2px #825EAB; box-shadow:1px 1px 3px 2px #825EAB;">
Div content here
</div>
Dieser Text ist in der Farbe #825EAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #825EAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #825EAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #825EAB.
Kontrastfarbe für #hex ist #7DA154.