HEX: #7F5DAC
RGB: (127,93,172)
#7F5DAC enthält hauptsächlich rote und blaue Farbe. Für #7F5DAC ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7F5DAC wird in RGB als (127,93,172) definiert.
RGB: (127,93,172) (50%,36%,67%)
R 127 von 255 = 50%
G 93 von 255 = 36%
B 172 von 255 = 67%
R + G + B ~ 51%. #7F5DAC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
127 + 93 + 172 = 392 (100%)
R 127 von 392 ~ 32.4%
G 93 von 392 ~ 23.72%
B 172 von 392 ~ 43.88%
Die Farbe #7F5DAC wird in CMYK als (26,46,0,33) definiert.
CMYK: (26,46,0,33) C26M46Y0K33 (26%,46%,0%,33%) (0.26/0.46/0.00/0.33)
7F | 5D | AC | |
---|---|---|---|
RGB | 127 | 93 | 172 |
HSL | 266° | 32.24% | 51.96% |
HSB/HSV | 266° | 45.93% | 67.45% |
CMYK | 26.16% | 45.93% | 0.00% |
32.55% |
Hexadezimal | 7F | 5D | AC |
Dezimal | 127 | 93 | 172 |
Binär | 1111111 | 1011101 | 10101100 |
Oktal | 177 | 135 | 254 |
Beispiele css- und html für Elemente in der Farbe #7F5DAC. Bitte benutzen Sie auch rgb(127,93,172) statt hex-Code.
.myTextColor { color: #7F5DAC; }
<p style="color:#7F5DAC">This sample text font color is #7F5DAC.</p>
Die Farbe dieses Textes ist #7F5DAC.
.myBgColor { background-color: #7F5DAC; }
<div style="background-color:#7F5DAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7F5DAC.
.myBorderColor { border: 1px solid #7F5DAC; }
<div style="border:3px solid #7F5DAC">Div</div>
Die Grenzen von diesem div sind in Farbe #7F5DAC.
.myOpacity80 { color: #7F5DAC; opacity: 0.8; }
<p style="color:#7F5DAC;opacity:0.8;">80%</p>
Text in Farbe #7F5DAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7F5DAC;}
<p style="text-shadow: 3px 3px 1px #7F5DAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #7F5DAC.
.textShadow {text-shadow: 3px 3px 1px #7F5DAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7F5DAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7F5DAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F5DAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7F5DAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7F5DAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7F5DAC; -webkit-box-shadow: 1px 1px 3px 2px #7F5DAC; box-shadow: 1px 1px 3px 2px #7F5DAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7F5DAC; -webkit-box-shadow: 1px 1px 3px 2px #7F5DAC; box-shadow:1px 1px 3px 2px #7F5DAC;">
Div content here</div>
Dieser Text ist in der Farbe #7F5DAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7F5DAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7F5DAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7F5DAC.