HEX: #825DAC
RGB: (130,93,172)
#825DAC enthält hauptsächlich rote und blaue Farbe. Für #825DAC ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #825DAC wird in RGB als (130,93,172) definiert.
RGB: (130,93,172) (51%,36%,67%)
R 130 von 255 = 51%
G 93 von 255 = 36%
B 172 von 255 = 67%
R + G + B ~ 51%. #825DAC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
130 + 93 + 172 = 395 (100%)
R 130 von 395 ~ 32.91%
G 93 von 395 ~ 23.54%
B 172 von 395 ~ 43.54%
Die Farbe #825DAC wird in CMYK als (24,46,0,33) definiert.
CMYK: (24,46,0,33) C24M46Y0K33 (24%,46%,0%,33%) (0.24/0.46/0.00/0.33)
82 | 5D | AC | |
---|---|---|---|
RGB | 130 | 93 | 172 |
HSL | 268° | 32.24% | 51.96% |
HSB/HSV | 268° | 45.93% | 67.45% |
CMYK | 24.42% | 45.93% | 0.00% |
32.55% |
Hexadezimal | 82 | 5D | AC |
Dezimal | 130 | 93 | 172 |
Binär | 10000010 | 1011101 | 10101100 |
Oktal | 202 | 135 | 254 |
Beispiele css- und html für Elemente in der Farbe #825DAC. Bitte benutzen Sie auch rgb(130,93,172) statt hex-Code.
.myTextColor { color: #825DAC; }
<p style="color:#825DAC">This sample text font color is #825DAC.</p>
Die Farbe dieses Textes ist #825DAC.
.myBgColor { background-color: #825DAC; }
<div style="background-color:#825DAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #825DAC.
.myBorderColor { border: 1px solid #825DAC; }
<div style="border:3px solid #825DAC">Div</div>
Die Grenzen von diesem div sind in Farbe #825DAC.
.myOpacity80 { color: #825DAC; opacity: 0.8; }
<p style="color:#825DAC;opacity:0.8;">80%</p>
Text in Farbe #825DAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #825DAC;}
<p style="text-shadow: 3px 3px 1px #825DAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #825DAC.
.textShadow {text-shadow: 3px 3px 1px #825DAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #825DAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #825DAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825DAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#825DAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #825DAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #825DAC; -webkit-box-shadow: 1px 1px 3px 2px #825DAC; box-shadow: 1px 1px 3px 2px #825DAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #825DAC; -webkit-box-shadow: 1px 1px 3px 2px #825DAC; box-shadow:1px 1px 3px 2px #825DAC;">
Div content here</div>
Dieser Text ist in der Farbe #825DAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #825DAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #825DAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #825DAC.