HEX: #7E3FB6
RGB: (126,63,182)
#7E3FB6 enthält hauptsächlich rote und blaue Farbe. Für #7E3FB6 ist eine «websichere» Webfarbe #6633CC (oder kurz #63C).
Die Farbe #7E3FB6 wird in RGB als (126,63,182) definiert.
RGB: (126,63,182) (49%,25%,71%)
R 126 von 255 = 49%
G 63 von 255 = 25%
B 182 von 255 = 71%
R + G + B ~ 48%. #7E3FB6 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 63 + 182 = 371 (100%)
R 126 von 371 ~ 33.96%
G 63 von 371 ~ 16.98%
B 182 von 371 ~ 49.06%
Die Farbe #7E3FB6 wird in CMYK als (31,65,0,29) definiert.
CMYK: (31,65,0,29) C31M65Y0K29 (31%,65%,0%,29%) (0.31/0.65/0.00/0.29)
7E | 3F | B6 | |
---|---|---|---|
RGB | 126 | 63 | 182 |
HSL | 272° | 48.57% | 48.04% |
HSB/HSV | 272° | 65.38% | 71.37% |
CMYK | 30.77% | 65.38% | 0.00% |
28.63% |
Hexadezimal | 7E | 3F | B6 |
Dezimal | 126 | 63 | 182 |
Binär | 1111110 | 111111 | 10110110 |
Oktal | 176 | 77 | 266 |
Beispiele css- und html für Elemente in der Farbe #7E3FB6. Bitte benutzen Sie auch rgb(126,63,182) statt hex-Code.
.myTextColor { color: #7E3FB6; }
<p style="color:#7E3FB6">This sample text font color is #7E3FB6.</p>
Die Farbe dieses Textes ist #7E3FB6.
.myBgColor { background-color: #7E3FB6; }
<div style="background-color:#7E3FB6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E3FB6.
.myBorderColor { border: 1px solid #7E3FB6; }
<div style="border:3px solid #7E3FB6">Div</div>
Die Grenzen von diesem div sind in Farbe #7E3FB6.
.myOpacity80 { color: #7E3FB6; opacity: 0.8; }
<p style="color:#7E3FB6;opacity:0.8;">80%</p>
Text in Farbe #7E3FB6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E3FB6;}
<p style="text-shadow: 3px 3px 1px #7E3FB6">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E3FB6.
.textShadow {text-shadow: 3px 3px 1px #7E3FB6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E3FB6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E3FB6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E3FB6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E3FB6, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E3FB6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E3FB6; -webkit-box-shadow: 1px 1px 3px 2px #7E3FB6; box-shadow: 1px 1px 3px 2px #7E3FB6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E3FB6; -webkit-box-shadow: 1px 1px 3px 2px #7E3FB6; box-shadow:1px 1px 3px 2px #7E3FB6;">
Div content here</div>
Dieser Text ist in der Farbe #7E3FB6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E3FB6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E3FB6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E3FB6.