HEX: #5050D8
RGB: (80,80,216)
#5050D8 enthält hauptsächlich blaue Farbe. Für #5050D8 ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #5050D8 wird in RGB als (80,80,216) definiert.
RGB: (80,80,216) (31%,31%,85%)
R 80 von 255 = 31%
G 80 von 255 = 31%
B 216 von 255 = 85%
R + G + B ~ 49%. #5050D8 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
80 + 80 + 216 = 376 (100%)
R 80 von 376 ~ 21.28%
G 80 von 376 ~ 21.28%
B 216 von 376 ~ 57.45%
Die Farbe #5050D8 wird in CMYK als (63,63,0,15) definiert.
CMYK: (63,63,0,15) C63M63Y0K15 (63%,63%,0%,15%) (0.63/0.63/0.00/0.15)
50 | 50 | D8 | |
---|---|---|---|
RGB | 80 | 80 | 216 |
HSL | 240° | 63.55% | 58.04% |
HSB/HSV | 240° | 62.96% | 84.71% |
CMYK | 62.96% | 62.96% | 0.00% |
15.29% |
Hexadezimal | 50 | 50 | D8 |
Dezimal | 80 | 80 | 216 |
Binär | 1010000 | 1010000 | 11011000 |
Oktal | 120 | 120 | 330 |
Beispiele css- und html für Elemente in der Farbe #5050D8. Bitte benutzen Sie auch rgb(80,80,216) statt hex-Code.
.myTextColor { color: #5050D8; }
<p style="color:#5050D8">This sample text font color is #5050D8.</p>
Die Farbe dieses Textes ist #5050D8.
.myBgColor { background-color: #5050D8; }
<div style="background-color:#5050D8">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #5050D8.
.myBorderColor { border: 1px solid #5050D8; }
<div style="border:3px solid #5050D8">Div</div>
Die Grenzen von diesem div sind in Farbe #5050D8.
.myOpacity80 { color: #5050D8; opacity: 0.8; }
<p style="color:#5050D8;opacity:0.8;">80%</p>
Text in Farbe #5050D8 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #5050D8;}
<p style="text-shadow: 3px 3px 1px #5050D8">Text here.</p>
Dieser Text hat den Schatten in Farbe #5050D8.
.textShadow {text-shadow: 3px 3px 1px #5050D8, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #5050D8, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #5050D8 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5050D8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#5050D8, Direction=45, Strength=4)">Text</p>
This text has shadow with #5050D8 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5050D8; -webkit-box-shadow: 1px 1px 3px 2px #5050D8; box-shadow: 1px 1px 3px 2px #5050D8; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #5050D8; -webkit-box-shadow: 1px 1px 3px 2px #5050D8; box-shadow:1px 1px 3px 2px #5050D8;">
Div content here</div>
Dieser Text ist in der Farbe #5050D8 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #5050D8 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #5050D8.
Dieser Text ist weiß auf dem Hintergrund in Farbe #5050D8.