HEX: #7F63AE
RGB: (127,99,174)
#7F63AE enthält hauptsächlich rote und blaue Farbe. Für #7F63AE ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7F63AE wird in RGB als (127,99,174) definiert.
RGB: (127,99,174)
(50%, 39%, 68%)
R 127 von 255 = 50%
G 99 von 255 = 39%
B 174 von 255 = 68%
R + G + B ~ 52%. #7F63AE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 127 + 99 + 174 = 400 (100%)
R 127 von 400 ~ 31.75%
G 99 von 400 ~ 24.75%
B 174 von 400 ~ 43.5'%
Die Farbe #7F63AE wird in CMYK als (27,43,0,32) definiert.
CMYK: (27,43,0,32) C27M43Y0K32 (27%,43%,0%,32%) (0.27/0.43/0.00/0.32)
Farbe #7F63AE in den populären Farbmodellen.
7F | 63 | AE | |
---|---|---|---|
RGB | 127 | 99 | 174 |
HSL | 262° | 31.65% | 53.53% |
HSB/HSV | 262° | 43.10% | 68.24% |
CMYK | 27.01% | 43.10% | 0.00% |
31.76% |
Die Farbe #7F63AE in den populären Zahlensystemen.
Hexadezimal | 7F | 63 | AE |
Dezimal | 127 | 99 | 174 |
Binär | 1111111 | 1100011 | 10101110 |
Oktal | 177 | 143 | 256 |
Dunkle Töne der Farbe #7F63AE
Helle Töne der Farbe #7F63AE
Beispiele css- und html für Elemente in der Farbe #7F63AE. Bitte benutzen Sie auch rgb(127,99,174) statt hex-Code.
.myTextColor { color: #7F63AE; }
<p style="color:#7F63AE">This sample text font color is #7F63AE.</p>
Die Farbe dieses Textes ist #7F63AE.
.myBgColor { background-color: #7F63AE; }
<div style="background-color:#7F63AE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F63AE.
.myBorderColor { border: 1px solid #7F63AE; }
<div style="border:3px solid #7F63AE">Div</div>
Die Grenzen von diesem div sind in Farbe #7F63AE.
.myOpacity80 { color: #7F63AE; opacity: 0.8; }
<p style="color:#7F63AE;opacity:0.8;">80%</p>
Text in Farbe #7F63AE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F63AE;}
<p style="text-shadow: 3px 3px 1px #7F63AE">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F63AE.
.textShadow {text-shadow: 3px 3px 1px #7F63AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F63AE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F63AE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F63AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F63AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F63AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7F63AE;
-webkit-box-shadow: 1px 1px 3px 2px #7F63AE;
box-shadow: 1px 1px 3px 2px #7F63AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F63AE; -webkit-box-shadow: 1px 1px 3px 2px #7F63AE; box-shadow:1px 1px 3px 2px #7F63AE;">
Div content here
</div>
Dieser Text ist in der Farbe #7F63AE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F63AE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F63AE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F63AE.
Kontrastfarbe für #hex ist #809C51.