HEX: #827ABE
RGB: (130,122,190)
#827ABE enthält hauptsächlich blaue Farbe. Für #827ABE ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #827ABE wird in RGB als (130,122,190) definiert.
RGB: (130,122,190)
(51%, 48%, 75%)
R 130 von 255 = 51%
G 122 von 255 = 48%
B 190 von 255 = 75%
R + G + B ~ 58%. #827ABE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 130 + 122 + 190 = 442 (100%)
R 130 von 442 ~ 29.41%
G 122 von 442 ~ 27.6%
B 190 von 442 ~ 42.99'%
Die Farbe #827ABE wird in CMYK als (32,36,0,25) definiert.
CMYK: (32,36,0,25) C32M36Y0K25 (32%,36%,0%,25%) (0.32/0.36/0.00/0.25)
Farbe #827ABE in den populären Farbmodellen.
82 | 7A | BE | |
---|---|---|---|
RGB | 130 | 122 | 190 |
HSL | 247° | 34.34% | 61.18% |
HSB/HSV | 247° | 35.79% | 74.51% |
CMYK | 31.58% | 35.79% | 0.00% |
25.49% |
Die Farbe #827ABE in den populären Zahlensystemen.
Hexadezimal | 82 | 7A | BE |
Dezimal | 130 | 122 | 190 |
Binär | 10000010 | 1111010 | 10111110 |
Oktal | 202 | 172 | 276 |
Dunkle Töne der Farbe #827ABE
Helle Töne der Farbe #827ABE
Beispiele css- und html für Elemente in der Farbe #827ABE. Bitte benutzen Sie auch rgb(130,122,190) statt hex-Code.
.myTextColor { color: #827ABE; }
<p style="color:#827ABE">This sample text font color is #827ABE.</p>
Die Farbe dieses Textes ist #827ABE.
.myBgColor { background-color: #827ABE; }
<div style="background-color:#827ABE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #827ABE.
.myBorderColor { border: 1px solid #827ABE; }
<div style="border:3px solid #827ABE">Div</div>
Die Grenzen von diesem div sind in Farbe #827ABE.
.myOpacity80 { color: #827ABE; opacity: 0.8; }
<p style="color:#827ABE;opacity:0.8;">80%</p>
Text in Farbe #827ABE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827ABE;}
<p style="text-shadow: 3px 3px 1px #827ABE">Text here.</p>
Dieser Text hat den Schatten in Farbe #827ABE.
.textShadow {text-shadow: 3px 3px 1px #827ABE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827ABE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #827ABE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827ABE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827ABE, Direction=45, Strength=4)">Text</p>
This text has shadow with #827ABE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827ABE;
-webkit-box-shadow: 1px 1px 3px 2px #827ABE;
box-shadow: 1px 1px 3px 2px #827ABE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827ABE; -webkit-box-shadow: 1px 1px 3px 2px #827ABE; box-shadow:1px 1px 3px 2px #827ABE;">
Div content here
</div>
Dieser Text ist in der Farbe #827ABE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #827ABE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #827ABE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #827ABE.
Kontrastfarbe für #hex ist #7D8541.