HEX: #7E6CAB
RGB: (126,108,171)
#7E6CAB enthält hauptsächlich rote und blaue Farbe. Für #7E6CAB ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E6CAB wird in RGB als (126,108,171) definiert.
RGB: (126,108,171) (49%,42%,67%)
R 126 von 255 = 49%
G 108 von 255 = 42%
B 171 von 255 = 67%
R + G + B ~ 53%. #7E6CAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 108 + 171 = 405 (100%)
R 126 von 405 ~ 31.11%
G 108 von 405 ~ 26.67%
B 171 von 405 ~ 42.22%
Die Farbe #7E6CAB wird in CMYK als (26,37,0,33) definiert.
CMYK: (26,37,0,33) C26M37Y0K33 (26%,37%,0%,33%) (0.26/0.37/0.00/0.33)
7E | 6C | AB | |
---|---|---|---|
RGB | 126 | 108 | 171 |
HSL | 257° | 27.27% | 54.71% |
HSB/HSV | 257° | 36.84% | 67.06% |
CMYK | 26.32% | 36.84% | 0.00% |
32.94% |
Hexadezimal | 7E | 6C | AB |
Dezimal | 126 | 108 | 171 |
Binär | 1111110 | 1101100 | 10101011 |
Oktal | 176 | 154 | 253 |
Beispiele css- und html für Elemente in der Farbe #7E6CAB. Bitte benutzen Sie auch rgb(126,108,171) statt hex-Code.
.myTextColor { color: #7E6CAB; }
<p style="color:#7E6CAB">This sample text font color is #7E6CAB.</p>
Die Farbe dieses Textes ist #7E6CAB.
.myBgColor { background-color: #7E6CAB; }
<div style="background-color:#7E6CAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E6CAB.
.myBorderColor { border: 1px solid #7E6CAB; }
<div style="border:3px solid #7E6CAB">Div</div>
Die Grenzen von diesem div sind in Farbe #7E6CAB.
.myOpacity80 { color: #7E6CAB; opacity: 0.8; }
<p style="color:#7E6CAB;opacity:0.8;">80%</p>
Text in Farbe #7E6CAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E6CAB;}
<p style="text-shadow: 3px 3px 1px #7E6CAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E6CAB.
.textShadow {text-shadow: 3px 3px 1px #7E6CAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E6CAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E6CAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E6CAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E6CAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E6CAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E6CAB; -webkit-box-shadow: 1px 1px 3px 2px #7E6CAB; box-shadow: 1px 1px 3px 2px #7E6CAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E6CAB; -webkit-box-shadow: 1px 1px 3px 2px #7E6CAB; box-shadow:1px 1px 3px 2px #7E6CAB;">
Div content here</div>
Dieser Text ist in der Farbe #7E6CAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E6CAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E6CAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E6CAB.