HEX: #7D71EC
RGB: (125,113,236)
#7D71EC enthält hauptsächlich blaue Farbe. Für #7D71EC ist eine «websichere» Webfarbe #6666FF (oder kurz #66F).
Die Farbe #7D71EC wird in RGB als (125,113,236) definiert.
RGB: (125,113,236)
(49%, 44%, 93%)
R 125 von 255 = 49%
G 113 von 255 = 44%
B 236 von 255 = 93%
R + G + B ~ 62%. #7D71EC ziemlich helle Farbe.
R + G + B = 125 + 113 + 236 = 474 (100%)
R 125 von 474 ~ 26.37%
G 113 von 474 ~ 23.84%
B 236 von 474 ~ 49.79'%
Die Farbe #7D71EC wird in CMYK als (47,52,0,7) definiert.
CMYK: (47,52,0,7)
C47M52Y0K7 (47%, 52%, 0%, 7%)
(0.47 / 0.52 / 0.00 / 0.07)
Farbe #7D71EC in den populären Farbmodellen.
7D | 71 | EC | |
---|---|---|---|
RGB | 125 | 113 | 236 |
HSL | 246° | 76.40% | 68.43% |
HSB/HSV | 246° | 52.12% | 92.55% |
CMYK | 47.03% | 52.12% | 0.00% |
7.45% |
Die Farbe #7D71EC in den populären Zahlensystemen.
Hexadezimal | 7D | 71 | EC |
Dezimal | 125 | 113 | 236 |
Binär | 1111101 | 1110001 | 11101100 |
Oktal | 175 | 161 | 354 |
Dunkle Töne der Farbe #7D71EC
Helle Töne der Farbe #7D71EC
Beispiele css- und html für Elemente in der Farbe #7D71EC. Bitte benutzen Sie auch rgb(125,113,236) statt hex-Code.
.myTextColor { color: #7D71EC; }
<p style="color:#7D71EC">This sample text font color is #7D71EC.</p>
Die Farbe dieses Textes ist #7D71EC.
.myBgColor { background-color: #7D71EC; }
<div style="background-color:#7D71EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D71EC.
.myBorderColor { border: 1px solid #7D71EC; }
<div style="border:3px solid #7D71EC">Div</div>
Die Grenzen von diesem div sind in Farbe #7D71EC.
.myOpacity80 { color: #7D71EC; opacity: 0.8; }
<p style="color:#7D71EC;opacity:0.8;">80%</p>
Text in Farbe #7D71EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D71EC;}
<p style="text-shadow: 3px 3px 1px #7D71EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D71EC.
.textShadow {text-shadow: 3px 3px 1px #7D71EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D71EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D71EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D71EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D71EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D71EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D71EC;
-webkit-box-shadow: 1px 1px 3px 2px #7D71EC;
box-shadow: 1px 1px 3px 2px #7D71EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D71EC; -webkit-box-shadow: 1px 1px 3px 2px #7D71EC; box-shadow:1px 1px 3px 2px #7D71EC;">
Div content here
</div>
Dieser Text ist in der Farbe #7D71EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D71EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D71EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D71EC.
Kontrastfarbe für #hex ist #828E13.