HEX: #511661
RGB: (81,22,97)
#511661 enthält hauptsächlich rote und blaue Farbe. Für #511661 ist eine «websichere» Webfarbe #660066 (oder kurz #606).
Die Farbe #511661 wird in RGB als (81,22,97) definiert.
RGB: (81,22,97) (32%,9%,38%)
R 81 von 255 = 32%
G 22 von 255 = 9%
B 97 von 255 = 38%
R + G + B ~ 26%. #511661 ziemlich dunkle Farbe.
R + G + B =
81 + 22 + 97 = 200 (100%)
R 81 von 200 ~ 40.5%
G 22 von 200 ~ 11%
B 97 von 200 ~ 48.5%
Die Farbe #511661 wird in CMYK als (16,77,0,62) definiert.
CMYK: (16,77,0,62) C16M77Y0K62 (16%,77%,0%,62%) (0.16/0.77/0.00/0.62)
51 | 16 | 61 | |
---|---|---|---|
RGB | 81 | 22 | 97 |
HSL | 287° | 63.03% | 23.33% |
HSB/HSV | 287° | 77.32% | 38.04% |
CMYK | 16.49% | 77.32% | 0.00% |
61.96% |
Hexadezimal | 51 | 16 | 61 |
Dezimal | 81 | 22 | 97 |
Binär | 1010001 | 10110 | 1100001 |
Oktal | 121 | 26 | 141 |
Beispiele css- und html für Elemente in der Farbe #511661. Bitte benutzen Sie auch rgb(81,22,97) statt hex-Code.
.myTextColor { color: #511661; }
<p style="color:#511661">This sample text font color is #511661.</p>
Die Farbe dieses Textes ist #511661.
.myBgColor { background-color: #511661; }
<div style="background-color:#511661">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #511661.
.myBorderColor { border: 1px solid #511661; }
<div style="border:3px solid #511661">Div</div>
Die Grenzen von diesem div sind in Farbe #511661.
.myOpacity80 { color: #511661; opacity: 0.8; }
<p style="color:#511661;opacity:0.8;">80%</p>
Text in Farbe #511661 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #511661;}
<p style="text-shadow: 3px 3px 1px #511661">Text here.</p>
Dieser Text hat den Schatten in Farbe #511661.
.textShadow {text-shadow: 3px 3px 1px #511661, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #511661, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #511661 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#511661, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#511661, Direction=45, Strength=4)">Text</p>
This text has shadow with #511661 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #511661; -webkit-box-shadow: 1px 1px 3px 2px #511661; box-shadow: 1px 1px 3px 2px #511661; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #511661; -webkit-box-shadow: 1px 1px 3px 2px #511661; box-shadow:1px 1px 3px 2px #511661;">
Div content here</div>
Dieser Text ist in der Farbe #511661 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #511661 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #511661.
Dieser Text ist weiß auf dem Hintergrund in Farbe #511661.