HEX: #511966
RGB: (81,25,102)
#511966 enthält hauptsächlich rote und blaue Farbe. Für #511966 ist eine «websichere» Webfarbe #660066 (oder kurz #606).
Die Farbe #511966 wird in RGB als (81,25,102) definiert.
RGB: (81,25,102)
(32%, 10%, 40%)
R 81 von 255 = 32%
G 25 von 255 = 10%
B 102 von 255 = 40%
R + G + B ~ 27%. #511966 ziemlich dunkle Farbe.
R + G + B = 81 + 25 + 102 = 208 (100%)
R 81 von 208 ~ 38.94%
G 25 von 208 ~ 12.02%
B 102 von 208 ~ 49.04'%
Die Farbe #511966 wird in CMYK als (21,75,0,60) definiert.
CMYK: (21,75,0,60)
C21M75Y0K60 (21%, 75%, 0%, 60%)
(0.21 / 0.75 / 0.00 / 0.60)
Farbe #511966 in den populären Farbmodellen.
51 | 19 | 66 | |
---|---|---|---|
RGB | 81 | 25 | 102 |
HSL | 284° | 60.63% | 24.90% |
HSB/HSV | 284° | 75.49% | 40.00% |
CMYK | 20.59% | 75.49% | 0.00% |
60.00% |
Die Farbe #511966 in den populären Zahlensystemen.
Hexadezimal | 51 | 19 | 66 |
Dezimal | 81 | 25 | 102 |
Binär | 1010001 | 11001 | 1100110 |
Oktal | 121 | 31 | 146 |
Dunkle Töne der Farbe #511966
Helle Töne der Farbe #511966
Beispiele css- und html für Elemente in der Farbe #511966. Bitte benutzen Sie auch rgb(81,25,102) statt hex-Code.
.myTextColor { color: #511966; }
<p style="color:#511966">This sample text font color is #511966.</p>
Die Farbe dieses Textes ist #511966.
.myBgColor { background-color: #511966; }
<div style="background-color:#511966">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #511966.
.myBorderColor { border: 1px solid #511966; }
<div style="border:3px solid #511966">Div</div>
Die Grenzen von diesem div sind in Farbe #511966.
.myOpacity80 { color: #511966; opacity: 0.8; }
<p style="color:#511966;opacity:0.8;">80%</p>
Text in Farbe #511966 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #511966;}
<p style="text-shadow: 3px 3px 1px #511966">Text here.</p>
Dieser Text hat den Schatten in Farbe #511966.
.textShadow {text-shadow: 3px 3px 1px #511966', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #511966, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #511966 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#511966, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#511966, Direction=45, Strength=4)">Text</p>
This text has shadow with #511966 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #511966;
-webkit-box-shadow: 1px 1px 3px 2px #511966;
box-shadow: 1px 1px 3px 2px #511966;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #511966; -webkit-box-shadow: 1px 1px 3px 2px #511966; box-shadow:1px 1px 3px 2px #511966;">
Div content here
</div>
Dieser Text ist in der Farbe #511966 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #511966 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #511966.
Dieser Text ist weiß auf dem Hintergrund in Farbe #511966.
Kontrastfarbe für #hex ist #AEE699.