HEX: #824BD6
RGB: (130,75,214)
#824BD6 enthält hauptsächlich blaue Farbe. Für #824BD6 ist eine «websichere» Webfarbe #9933CC (oder kurz #93C).
Die Farbe #824BD6 wird in RGB als (130,75,214) definiert.
RGB: (130,75,214)
(51%, 29%, 84%)
R 130 von 255 = 51%
G 75 von 255 = 29%
B 214 von 255 = 84%
R + G + B ~ 55%. #824BD6 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 130 + 75 + 214 = 419 (100%)
R 130 von 419 ~ 31.03%
G 75 von 419 ~ 17.9%
B 214 von 419 ~ 51.07'%
Die Farbe #824BD6 wird in CMYK als (39,65,0,16) definiert.
CMYK: (39,65,0,16)
C39M65Y0K16 (39%, 65%, 0%, 16%)
(0.39 / 0.65 / 0.00 / 0.16)
Farbe #824BD6 in den populären Farbmodellen.
82 | 4B | D6 | |
---|---|---|---|
RGB | 130 | 75 | 214 |
HSL | 264° | 62.90% | 56.67% |
HSB/HSV | 264° | 64.95% | 83.92% |
CMYK | 39.25% | 64.95% | 0.00% |
16.08% |
Die Farbe #824BD6 in den populären Zahlensystemen.
Hexadezimal | 82 | 4B | D6 |
Dezimal | 130 | 75 | 214 |
Binär | 10000010 | 1001011 | 11010110 |
Oktal | 202 | 113 | 326 |
Dunkle Töne der Farbe #824BD6
Helle Töne der Farbe #824BD6
Beispiele css- und html für Elemente in der Farbe #824BD6. Bitte benutzen Sie auch rgb(130,75,214) statt hex-Code.
.myTextColor { color: #824BD6; }
<p style="color:#824BD6">This sample text font color is #824BD6.</p>
Die Farbe dieses Textes ist #824BD6.
.myBgColor { background-color: #824BD6; }
<div style="background-color:#824BD6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #824BD6.
.myBorderColor { border: 1px solid #824BD6; }
<div style="border:3px solid #824BD6">Div</div>
Die Grenzen von diesem div sind in Farbe #824BD6.
.myOpacity80 { color: #824BD6; opacity: 0.8; }
<p style="color:#824BD6;opacity:0.8;">80%</p>
Text in Farbe #824BD6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #824BD6;}
<p style="text-shadow: 3px 3px 1px #824BD6">Text here.</p>
Dieser Text hat den Schatten in Farbe #824BD6.
.textShadow {text-shadow: 3px 3px 1px #824BD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #824BD6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #824BD6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#824BD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#824BD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #824BD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #824BD6;
-webkit-box-shadow: 1px 1px 3px 2px #824BD6;
box-shadow: 1px 1px 3px 2px #824BD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #824BD6; -webkit-box-shadow: 1px 1px 3px 2px #824BD6; box-shadow:1px 1px 3px 2px #824BD6;">
Div content here
</div>
Dieser Text ist in der Farbe #824BD6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #824BD6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #824BD6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #824BD6.
Kontrastfarbe für #hex ist #7DB429.