HEX: #471384
RGB: (71,19,132)
#471384 enthält hauptsächlich blaue Farbe. Für #471384 ist eine «websichere» Webfarbe #330099 (oder kurz #309).
Die Farbe #471384 wird in RGB als (71,19,132) definiert.
RGB: (71,19,132) (28%,7%,52%)
R 71 von 255 = 28%
G 19 von 255 = 7%
B 132 von 255 = 52%
R + G + B ~ 29%. #471384 ziemlich dunkle Farbe.
R + G + B =
71 + 19 + 132 = 222 (100%)
R 71 von 222 ~ 31.98%
G 19 von 222 ~ 8.56%
B 132 von 222 ~ 59.46%
Die Farbe #471384 wird in CMYK als (46,86,0,48) definiert.
CMYK: (46,86,0,48) C46M86Y0K48 (46%,86%,0%,48%) (0.46/0.86/0.00/0.48)
47 | 13 | 84 | |
---|---|---|---|
RGB | 71 | 19 | 132 |
HSL | 268° | 74.83% | 29.61% |
HSB/HSV | 268° | 85.61% | 51.76% |
CMYK | 46.21% | 85.61% | 0.00% |
48.24% |
Hexadezimal | 47 | 13 | 84 |
Dezimal | 71 | 19 | 132 |
Binär | 1000111 | 10011 | 10000100 |
Oktal | 107 | 23 | 204 |
Beispiele css- und html für Elemente in der Farbe #471384. Bitte benutzen Sie auch rgb(71,19,132) statt hex-Code.
.myTextColor { color: #471384; }
<p style="color:#471384">This sample text font color is #471384.</p>
Die Farbe dieses Textes ist #471384.
.myBgColor { background-color: #471384; }
<div style="background-color:#471384">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #471384.
.myBorderColor { border: 1px solid #471384; }
<div style="border:3px solid #471384">Div</div>
Die Grenzen von diesem div sind in Farbe #471384.
.myOpacity80 { color: #471384; opacity: 0.8; }
<p style="color:#471384;opacity:0.8;">80%</p>
Text in Farbe #471384 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471384;}
<p style="text-shadow: 3px 3px 1px #471384">Text here.</p>
Dieser Text hat den Schatten in Farbe #471384.
.textShadow {text-shadow: 3px 3px 1px #471384, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471384, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #471384 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471384, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471384, Direction=45, Strength=4)">Text</p>
This text has shadow with #471384 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471384; -webkit-box-shadow: 1px 1px 3px 2px #471384; box-shadow: 1px 1px 3px 2px #471384; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471384; -webkit-box-shadow: 1px 1px 3px 2px #471384; box-shadow:1px 1px 3px 2px #471384;">
Div content here</div>
Dieser Text ist in der Farbe #471384 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #471384 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #471384.
Dieser Text ist weiß auf dem Hintergrund in Farbe #471384.