HEX: #7E046B
RGB: (126,4,107)
#7E046B enthält hauptsächlich rote und blaue Farbe. Für #7E046B ist eine «websichere» Webfarbe #660066 (oder kurz #606).
Die Farbe #7E046B wird in RGB als (126,4,107) definiert.
RGB: (126,4,107) (49%,2%,42%)
R 126 von 255 = 49%
G 4 von 255 = 2%
B 107 von 255 = 42%
R + G + B ~ 31%. #7E046B ziemlich dunkle Farbe.
R + G + B =
126 + 4 + 107 = 237 (100%)
R 126 von 237 ~ 53.16%
G 4 von 237 ~ 1.69%
B 107 von 237 ~ 45.15%
Die Farbe #7E046B wird in CMYK als (0,97,15,51) definiert.
CMYK: (0,97,15,51) C0M97Y15K51 (0%,97%,15%,51%) (0.00/0.97/0.15/0.51)
7E | 04 | 6B | |
---|---|---|---|
RGB | 126 | 4 | 107 |
HSL | 309° | 93.85% | 25.49% |
HSB/HSV | 309° | 96.83% | 49.41% |
CMYK | 0.00% | 96.83% | 15.08% |
50.59% |
Hexadezimal | 7E | 04 | 6B |
Dezimal | 126 | 4 | 107 |
Binär | 1111110 | 100 | 1101011 |
Oktal | 176 | 4 | 153 |
Beispiele css- und html für Elemente in der Farbe #7E046B. Bitte benutzen Sie auch rgb(126,4,107) statt hex-Code.
.myTextColor { color: #7E046B; }
<p style="color:#7E046B">This sample text font color is #7E046B.</p>
Die Farbe dieses Textes ist #7E046B.
.myBgColor { background-color: #7E046B; }
<div style="background-color:#7E046B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E046B.
.myBorderColor { border: 1px solid #7E046B; }
<div style="border:3px solid #7E046B">Div</div>
Die Grenzen von diesem div sind in Farbe #7E046B.
.myOpacity80 { color: #7E046B; opacity: 0.8; }
<p style="color:#7E046B;opacity:0.8;">80%</p>
Text in Farbe #7E046B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E046B;}
<p style="text-shadow: 3px 3px 1px #7E046B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E046B.
.textShadow {text-shadow: 3px 3px 1px #7E046B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E046B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E046B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E046B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E046B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E046B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E046B; -webkit-box-shadow: 1px 1px 3px 2px #7E046B; box-shadow: 1px 1px 3px 2px #7E046B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E046B; -webkit-box-shadow: 1px 1px 3px 2px #7E046B; box-shadow:1px 1px 3px 2px #7E046B;">
Div content here</div>
Dieser Text ist in der Farbe #7E046B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E046B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E046B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E046B.