HEX: #50327C
RGB: (80,50,124)
#50327C enthält hauptsächlich rote und blaue Farbe. Für #50327C ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #50327C wird in RGB als (80,50,124) definiert.
RGB: (80,50,124) (31%,20%,49%)
R 80 von 255 = 31%
G 50 von 255 = 20%
B 124 von 255 = 49%
R + G + B ~ 33%. #50327C ziemlich dunkle Farbe.
R + G + B =
80 + 50 + 124 = 254 (100%)
R 80 von 254 ~ 31.5%
G 50 von 254 ~ 19.69%
B 124 von 254 ~ 48.82%
Die Farbe #50327C wird in CMYK als (35,60,0,51) definiert.
CMYK: (35,60,0,51) C35M60Y0K51 (35%,60%,0%,51%) (0.35/0.60/0.00/0.51)
50 | 32 | 7C | |
---|---|---|---|
RGB | 80 | 50 | 124 |
HSL | 264° | 42.53% | 34.12% |
HSB/HSV | 264° | 59.68% | 48.63% |
CMYK | 35.48% | 59.68% | 0.00% |
51.37% |
Hexadezimal | 50 | 32 | 7C |
Dezimal | 80 | 50 | 124 |
Binär | 1010000 | 110010 | 1111100 |
Oktal | 120 | 62 | 174 |
Beispiele css- und html für Elemente in der Farbe #50327C. Bitte benutzen Sie auch rgb(80,50,124) statt hex-Code.
.myTextColor { color: #50327C; }
<p style="color:#50327C">This sample text font color is #50327C.</p>
Die Farbe dieses Textes ist #50327C.
.myBgColor { background-color: #50327C; }
<div style="background-color:#50327C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50327C.
.myBorderColor { border: 1px solid #50327C; }
<div style="border:3px solid #50327C">Div</div>
Die Grenzen von diesem div sind in Farbe #50327C.
.myOpacity80 { color: #50327C; opacity: 0.8; }
<p style="color:#50327C;opacity:0.8;">80%</p>
Text in Farbe #50327C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50327C;}
<p style="text-shadow: 3px 3px 1px #50327C">Text here.</p>
Dieser Text hat den Schatten in Farbe #50327C.
.textShadow {text-shadow: 3px 3px 1px #50327C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50327C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50327C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50327C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50327C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50327C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50327C; -webkit-box-shadow: 1px 1px 3px 2px #50327C; box-shadow: 1px 1px 3px 2px #50327C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50327C; -webkit-box-shadow: 1px 1px 3px 2px #50327C; box-shadow:1px 1px 3px 2px #50327C;">
Div content here</div>
Dieser Text ist in der Farbe #50327C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50327C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50327C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50327C.