HEX: #7E6DAF
RGB: (126,109,175)
#7E6DAF enthält hauptsächlich rote und blaue Farbe. Für #7E6DAF ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E6DAF wird in RGB als (126,109,175) definiert.
RGB: (126,109,175)
(49%, 43%, 69%)
R 126 von 255 = 49%
G 109 von 255 = 43%
B 175 von 255 = 69%
R + G + B ~ 54%. #7E6DAF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 109 + 175 = 410 (100%)
R 126 von 410 ~ 30.73%
G 109 von 410 ~ 26.59%
B 175 von 410 ~ 42.68'%
Die Farbe #7E6DAF wird in CMYK als (28,38,0,31) definiert.
CMYK: (28,38,0,31)
C28M38Y0K31 (28%, 38%, 0%, 31%)
(0.28 / 0.38 / 0.00 / 0.31)
Farbe #7E6DAF in den populären Farbmodellen.
7E | 6D | AF | |
---|---|---|---|
RGB | 126 | 109 | 175 |
HSL | 255° | 29.20% | 55.69% |
HSB/HSV | 255° | 37.71% | 68.63% |
CMYK | 28.00% | 37.71% | 0.00% |
31.37% |
Die Farbe #7E6DAF in den populären Zahlensystemen.
Hexadezimal | 7E | 6D | AF |
Dezimal | 126 | 109 | 175 |
Binär | 1111110 | 1101101 | 10101111 |
Oktal | 176 | 155 | 257 |
Dunkle Töne der Farbe #7E6DAF
Helle Töne der Farbe #7E6DAF
Beispiele css- und html für Elemente in der Farbe #7E6DAF. Bitte benutzen Sie auch rgb(126,109,175) statt hex-Code.
.myTextColor { color: #7E6DAF; }
<p style="color:#7E6DAF">This sample text font color is #7E6DAF.</p>
Die Farbe dieses Textes ist #7E6DAF.
.myBgColor { background-color: #7E6DAF; }
<div style="background-color:#7E6DAF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E6DAF.
.myBorderColor { border: 1px solid #7E6DAF; }
<div style="border:3px solid #7E6DAF">Div</div>
Die Grenzen von diesem div sind in Farbe #7E6DAF.
.myOpacity80 { color: #7E6DAF; opacity: 0.8; }
<p style="color:#7E6DAF;opacity:0.8;">80%</p>
Text in Farbe #7E6DAF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E6DAF;}
<p style="text-shadow: 3px 3px 1px #7E6DAF">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E6DAF.
.textShadow {text-shadow: 3px 3px 1px #7E6DAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E6DAF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E6DAF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E6DAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E6DAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E6DAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E6DAF;
-webkit-box-shadow: 1px 1px 3px 2px #7E6DAF;
box-shadow: 1px 1px 3px 2px #7E6DAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E6DAF; -webkit-box-shadow: 1px 1px 3px 2px #7E6DAF; box-shadow:1px 1px 3px 2px #7E6DAF;">
Div content here
</div>
Dieser Text ist in der Farbe #7E6DAF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E6DAF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E6DAF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E6DAF.
Kontrastfarbe für #7E6DAF ist #819250.