HEX: #511751
RGB: (81,23,81)
#511751 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #511751 ist eine «websichere» Webfarbe #660066 (oder kurz #606).
Die Farbe #511751 wird in RGB als (81,23,81) definiert.
RGB: (81,23,81) (32%,9%,32%)
R 81 von 255 = 32%
G 23 von 255 = 9%
B 81 von 255 = 32%
R + G + B ~ 24%. #511751 dunkle Farbe.
R + G + B =
81 + 23 + 81 = 185 (100%)
R 81 von 185 ~ 43.78%
G 23 von 185 ~ 12.43%
B 81 von 185 ~ 43.78%
Die Farbe #511751 wird in CMYK als (0,72,0,68) definiert.
CMYK: (0,72,0,68) C0M72Y0K68 (0%,72%,0%,68%) (0.00/0.72/0.00/0.68)
51 | 17 | 51 | |
---|---|---|---|
RGB | 81 | 23 | 81 |
HSL | 300° | 55.77% | 20.39% |
HSB/HSV | 300° | 71.60% | 31.76% |
CMYK | 0.00% | 71.60% | 0.00% |
68.24% |
Hexadezimal | 51 | 17 | 51 |
Dezimal | 81 | 23 | 81 |
Binär | 1010001 | 10111 | 1010001 |
Oktal | 121 | 27 | 121 |
Beispiele css- und html für Elemente in der Farbe #511751. Bitte benutzen Sie auch rgb(81,23,81) statt hex-Code.
.myTextColor { color: #511751; }
<p style="color:#511751">This sample text font color is #511751.</p>
Die Farbe dieses Textes ist #511751.
.myBgColor { background-color: #511751; }
<div style="background-color:#511751">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #511751.
.myBorderColor { border: 1px solid #511751; }
<div style="border:3px solid #511751">Div</div>
Die Grenzen von diesem div sind in Farbe #511751.
.myOpacity80 { color: #511751; opacity: 0.8; }
<p style="color:#511751;opacity:0.8;">80%</p>
Text in Farbe #511751 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #511751;}
<p style="text-shadow: 3px 3px 1px #511751">Text here.</p>
Dieser Text hat den Schatten in Farbe #511751.
.textShadow {text-shadow: 3px 3px 1px #511751, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #511751, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #511751 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#511751, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#511751, Direction=45, Strength=4)">Text</p>
This text has shadow with #511751 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #511751; -webkit-box-shadow: 1px 1px 3px 2px #511751; box-shadow: 1px 1px 3px 2px #511751; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #511751; -webkit-box-shadow: 1px 1px 3px 2px #511751; box-shadow:1px 1px 3px 2px #511751;">
Div content here</div>
Dieser Text ist in der Farbe #511751 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #511751 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #511751.
Dieser Text ist weiß auf dem Hintergrund in Farbe #511751.