HEX: #7E478D
RGB: (126,71,141)
#7E478D enthält hauptsächlich rote und blaue Farbe. Für #7E478D ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #7E478D wird in RGB als (126,71,141) definiert.
RGB: (126,71,141) (49%,28%,55%)
R 126 von 255 = 49%
G 71 von 255 = 28%
B 141 von 255 = 55%
R + G + B ~ 44%. #7E478D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 71 + 141 = 338 (100%)
R 126 von 338 ~ 37.28%
G 71 von 338 ~ 21.01%
B 141 von 338 ~ 41.72%
Die Farbe #7E478D wird in CMYK als (11,50,0,45) definiert.
CMYK: (11,50,0,45) C11M50Y0K45 (11%,50%,0%,45%) (0.11/0.50/0.00/0.45)
7E | 47 | 8D | |
---|---|---|---|
RGB | 126 | 71 | 141 |
HSL | 287° | 33.02% | 41.57% |
HSB/HSV | 287° | 49.65% | 55.29% |
CMYK | 10.64% | 49.65% | 0.00% |
44.71% |
Hexadezimal | 7E | 47 | 8D |
Dezimal | 126 | 71 | 141 |
Binär | 1111110 | 1000111 | 10001101 |
Oktal | 176 | 107 | 215 |
Beispiele css- und html für Elemente in der Farbe #7E478D. Bitte benutzen Sie auch rgb(126,71,141) statt hex-Code.
.myTextColor { color: #7E478D; }
<p style="color:#7E478D">This sample text font color is #7E478D.</p>
Die Farbe dieses Textes ist #7E478D.
.myBgColor { background-color: #7E478D; }
<div style="background-color:#7E478D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E478D.
.myBorderColor { border: 1px solid #7E478D; }
<div style="border:3px solid #7E478D">Div</div>
Die Grenzen von diesem div sind in Farbe #7E478D.
.myOpacity80 { color: #7E478D; opacity: 0.8; }
<p style="color:#7E478D;opacity:0.8;">80%</p>
Text in Farbe #7E478D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E478D;}
<p style="text-shadow: 3px 3px 1px #7E478D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E478D.
.textShadow {text-shadow: 3px 3px 1px #7E478D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E478D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E478D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E478D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E478D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E478D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E478D; -webkit-box-shadow: 1px 1px 3px 2px #7E478D; box-shadow: 1px 1px 3px 2px #7E478D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E478D; -webkit-box-shadow: 1px 1px 3px 2px #7E478D; box-shadow:1px 1px 3px 2px #7E478D;">
Div content here</div>
Dieser Text ist in der Farbe #7E478D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E478D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E478D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E478D.