HEX: #842BDD
RGB: (132,43,221)
#842BDD enthält hauptsächlich blaue Farbe. Für #842BDD ist eine «websichere» Webfarbe #9933CC (oder kurz #93C).
Die Farbe #842BDD wird in RGB als (132,43,221) definiert.
RGB: (132,43,221) (52%,17%,87%)
R 132 von 255 = 52%
G 43 von 255 = 17%
B 221 von 255 = 87%
R + G + B ~ 52%. #842BDD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
132 + 43 + 221 = 396 (100%)
R 132 von 396 ~ 33.33%
G 43 von 396 ~ 10.86%
B 221 von 396 ~ 55.81%
Die Farbe #842BDD wird in CMYK als (40,81,0,13) definiert.
CMYK: (40,81,0,13) C40M81Y0K13 (40%,81%,0%,13%) (0.40/0.81/0.00/0.13)
84 | 2B | DD | |
---|---|---|---|
RGB | 132 | 43 | 221 |
HSL | 270° | 72.36% | 51.76% |
HSB/HSV | 270° | 80.54% | 86.67% |
CMYK | 40.27% | 80.54% | 0.00% |
13.33% |
Hexadezimal | 84 | 2B | DD |
Dezimal | 132 | 43 | 221 |
Binär | 10000100 | 101011 | 11011101 |
Oktal | 204 | 53 | 335 |
Beispiele css- und html für Elemente in der Farbe #842BDD. Bitte benutzen Sie auch rgb(132,43,221) statt hex-Code.
.myTextColor { color: #842BDD; }
<p style="color:#842BDD">This sample text font color is #842BDD.</p>
Die Farbe dieses Textes ist #842BDD.
.myBgColor { background-color: #842BDD; }
<div style="background-color:#842BDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #842BDD.
.myBorderColor { border: 1px solid #842BDD; }
<div style="border:3px solid #842BDD">Div</div>
Die Grenzen von diesem div sind in Farbe #842BDD.
.myOpacity80 { color: #842BDD; opacity: 0.8; }
<p style="color:#842BDD;opacity:0.8;">80%</p>
Text in Farbe #842BDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #842BDD;}
<p style="text-shadow: 3px 3px 1px #842BDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #842BDD.
.textShadow {text-shadow: 3px 3px 1px #842BDD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #842BDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #842BDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#842BDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#842BDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #842BDD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #842BDD; -webkit-box-shadow: 1px 1px 3px 2px #842BDD; box-shadow: 1px 1px 3px 2px #842BDD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #842BDD; -webkit-box-shadow: 1px 1px 3px 2px #842BDD; box-shadow:1px 1px 3px 2px #842BDD;">
Div content here</div>
Dieser Text ist in der Farbe #842BDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #842BDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #842BDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #842BDD.