HEX: #511E6D
RGB: (81,30,109)
#511E6D enthält hauptsächlich rote und blaue Farbe. Für #511E6D ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #511E6D wird in RGB als (81,30,109) definiert.
RGB: (81,30,109) (32%,12%,43%)
R 81 von 255 = 32%
G 30 von 255 = 12%
B 109 von 255 = 43%
R + G + B ~ 29%. #511E6D ziemlich dunkle Farbe.
R + G + B =
81 + 30 + 109 = 220 (100%)
R 81 von 220 ~ 36.82%
G 30 von 220 ~ 13.64%
B 109 von 220 ~ 49.55%
Die Farbe #511E6D wird in CMYK als (26,72,0,57) definiert.
CMYK: (26,72,0,57) C26M72Y0K57 (26%,72%,0%,57%) (0.26/0.72/0.00/0.57)
51 | 1E | 6D | |
---|---|---|---|
RGB | 81 | 30 | 109 |
HSL | 279° | 56.83% | 27.25% |
HSB/HSV | 279° | 72.48% | 42.75% |
CMYK | 25.69% | 72.48% | 0.00% |
57.25% |
Hexadezimal | 51 | 1E | 6D |
Dezimal | 81 | 30 | 109 |
Binär | 1010001 | 11110 | 1101101 |
Oktal | 121 | 36 | 155 |
Beispiele css- und html für Elemente in der Farbe #511E6D. Bitte benutzen Sie auch rgb(81,30,109) statt hex-Code.
.myTextColor { color: #511E6D; }
<p style="color:#511E6D">This sample text font color is #511E6D.</p>
Die Farbe dieses Textes ist #511E6D.
.myBgColor { background-color: #511E6D; }
<div style="background-color:#511E6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #511E6D.
.myBorderColor { border: 1px solid #511E6D; }
<div style="border:3px solid #511E6D">Div</div>
Die Grenzen von diesem div sind in Farbe #511E6D.
.myOpacity80 { color: #511E6D; opacity: 0.8; }
<p style="color:#511E6D;opacity:0.8;">80%</p>
Text in Farbe #511E6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #511E6D;}
<p style="text-shadow: 3px 3px 1px #511E6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #511E6D.
.textShadow {text-shadow: 3px 3px 1px #511E6D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #511E6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #511E6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#511E6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#511E6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #511E6D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #511E6D; -webkit-box-shadow: 1px 1px 3px 2px #511E6D; box-shadow: 1px 1px 3px 2px #511E6D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #511E6D; -webkit-box-shadow: 1px 1px 3px 2px #511E6D; box-shadow:1px 1px 3px 2px #511E6D;">
Div content here</div>
Dieser Text ist in der Farbe #511E6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #511E6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #511E6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #511E6D.