HEX: #7E71CE
RGB: (126,113,206)
#7E71CE enthält hauptsächlich blaue Farbe. Für #7E71CE ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #7E71CE wird in RGB als (126,113,206) definiert.
RGB: (126,113,206)
(49%, 44%, 81%)
R 126 von 255 = 49%
G 113 von 255 = 44%
B 206 von 255 = 81%
R + G + B ~ 58%. #7E71CE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 113 + 206 = 445 (100%)
R 126 von 445 ~ 28.31%
G 113 von 445 ~ 25.39%
B 206 von 445 ~ 46.29'%
Die Farbe #7E71CE wird in CMYK als (39,45,0,19) definiert.
CMYK: (39,45,0,19)
C39M45Y0K19 (39%, 45%, 0%, 19%)
(0.39 / 0.45 / 0.00 / 0.19)
Farbe #7E71CE in den populären Farbmodellen.
7E | 71 | CE | |
---|---|---|---|
RGB | 126 | 113 | 206 |
HSL | 248° | 48.69% | 62.55% |
HSB/HSV | 248° | 45.15% | 80.78% |
CMYK | 38.83% | 45.15% | 0.00% |
19.22% |
Die Farbe #7E71CE in den populären Zahlensystemen.
Hexadezimal | 7E | 71 | CE |
Dezimal | 126 | 113 | 206 |
Binär | 1111110 | 1110001 | 11001110 |
Oktal | 176 | 161 | 316 |
Dunkle Töne der Farbe #7E71CE
Helle Töne der Farbe #7E71CE
Beispiele css- und html für Elemente in der Farbe #7E71CE. Bitte benutzen Sie auch rgb(126,113,206) statt hex-Code.
.myTextColor { color: #7E71CE; }
<p style="color:#7E71CE">This sample text font color is #7E71CE.</p>
Die Farbe dieses Textes ist #7E71CE.
.myBgColor { background-color: #7E71CE; }
<div style="background-color:#7E71CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E71CE.
.myBorderColor { border: 1px solid #7E71CE; }
<div style="border:3px solid #7E71CE">Div</div>
Die Grenzen von diesem div sind in Farbe #7E71CE.
.myOpacity80 { color: #7E71CE; opacity: 0.8; }
<p style="color:#7E71CE;opacity:0.8;">80%</p>
Text in Farbe #7E71CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E71CE;}
<p style="text-shadow: 3px 3px 1px #7E71CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E71CE.
.textShadow {text-shadow: 3px 3px 1px #7E71CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E71CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E71CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E71CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E71CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E71CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E71CE;
-webkit-box-shadow: 1px 1px 3px 2px #7E71CE;
box-shadow: 1px 1px 3px 2px #7E71CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E71CE; -webkit-box-shadow: 1px 1px 3px 2px #7E71CE; box-shadow:1px 1px 3px 2px #7E71CE;">
Div content here
</div>
Dieser Text ist in der Farbe #7E71CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E71CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E71CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E71CE.
Kontrastfarbe für #hex ist #818E31.