HEX: #7E4CAF
RGB: (126,76,175)
#7E4CAF enthält hauptsächlich rote und blaue Farbe. Für #7E4CAF ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #7E4CAF wird in RGB als (126,76,175) definiert.
RGB: (126,76,175) (49%,30%,69%)
R 126 von 255 = 49%
G 76 von 255 = 30%
B 175 von 255 = 69%
R + G + B ~ 49%. #7E4CAF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 76 + 175 = 377 (100%)
R 126 von 377 ~ 33.42%
G 76 von 377 ~ 20.16%
B 175 von 377 ~ 46.42%
Die Farbe #7E4CAF wird in CMYK als (28,57,0,31) definiert.
CMYK: (28,57,0,31) C28M57Y0K31 (28%,57%,0%,31%) (0.28/0.57/0.00/0.31)
7E | 4C | AF | |
---|---|---|---|
RGB | 126 | 76 | 175 |
HSL | 270° | 39.44% | 49.22% |
HSB/HSV | 270° | 56.57% | 68.63% |
CMYK | 28.00% | 56.57% | 0.00% |
31.37% |
Hexadezimal | 7E | 4C | AF |
Dezimal | 126 | 76 | 175 |
Binär | 1111110 | 1001100 | 10101111 |
Oktal | 176 | 114 | 257 |
Beispiele css- und html für Elemente in der Farbe #7E4CAF. Bitte benutzen Sie auch rgb(126,76,175) statt hex-Code.
.myTextColor { color: #7E4CAF; }
<p style="color:#7E4CAF">This sample text font color is #7E4CAF.</p>
Die Farbe dieses Textes ist #7E4CAF.
.myBgColor { background-color: #7E4CAF; }
<div style="background-color:#7E4CAF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E4CAF.
.myBorderColor { border: 1px solid #7E4CAF; }
<div style="border:3px solid #7E4CAF">Div</div>
Die Grenzen von diesem div sind in Farbe #7E4CAF.
.myOpacity80 { color: #7E4CAF; opacity: 0.8; }
<p style="color:#7E4CAF;opacity:0.8;">80%</p>
Text in Farbe #7E4CAF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E4CAF;}
<p style="text-shadow: 3px 3px 1px #7E4CAF">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E4CAF.
.textShadow {text-shadow: 3px 3px 1px #7E4CAF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E4CAF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E4CAF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E4CAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E4CAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E4CAF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E4CAF; -webkit-box-shadow: 1px 1px 3px 2px #7E4CAF; box-shadow: 1px 1px 3px 2px #7E4CAF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E4CAF; -webkit-box-shadow: 1px 1px 3px 2px #7E4CAF; box-shadow:1px 1px 3px 2px #7E4CAF;">
Div content here</div>
Dieser Text ist in der Farbe #7E4CAF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E4CAF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E4CAF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E4CAF.