HEX: #7E61BE
RGB: (126,97,190)
#7E61BE enthält hauptsächlich blaue Farbe. Für #7E61BE ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #7E61BE wird in RGB als (126,97,190) definiert.
RGB: (126,97,190) (49%,38%,75%)
R 126 von 255 = 49%
G 97 von 255 = 38%
B 190 von 255 = 75%
R + G + B ~ 54%. #7E61BE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 97 + 190 = 413 (100%)
R 126 von 413 ~ 30.51%
G 97 von 413 ~ 23.49%
B 190 von 413 ~ 46%
Die Farbe #7E61BE wird in CMYK als (34,49,0,25) definiert.
CMYK: (34,49,0,25) C34M49Y0K25 (34%,49%,0%,25%) (0.34/0.49/0.00/0.25)
7E | 61 | BE | |
---|---|---|---|
RGB | 126 | 97 | 190 |
HSL | 259° | 41.70% | 56.27% |
HSB/HSV | 259° | 48.95% | 74.51% |
CMYK | 33.68% | 48.95% | 0.00% |
25.49% |
Hexadezimal | 7E | 61 | BE |
Dezimal | 126 | 97 | 190 |
Binär | 1111110 | 1100001 | 10111110 |
Oktal | 176 | 141 | 276 |
Beispiele css- und html für Elemente in der Farbe #7E61BE. Bitte benutzen Sie auch rgb(126,97,190) statt hex-Code.
.myTextColor { color: #7E61BE; }
<p style="color:#7E61BE">This sample text font color is #7E61BE.</p>
Die Farbe dieses Textes ist #7E61BE.
.myBgColor { background-color: #7E61BE; }
<div style="background-color:#7E61BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E61BE.
.myBorderColor { border: 1px solid #7E61BE; }
<div style="border:3px solid #7E61BE">Div</div>
Die Grenzen von diesem div sind in Farbe #7E61BE.
.myOpacity80 { color: #7E61BE; opacity: 0.8; }
<p style="color:#7E61BE;opacity:0.8;">80%</p>
Text in Farbe #7E61BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E61BE;}
<p style="text-shadow: 3px 3px 1px #7E61BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E61BE.
.textShadow {text-shadow: 3px 3px 1px #7E61BE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E61BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E61BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E61BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E61BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E61BE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E61BE; -webkit-box-shadow: 1px 1px 3px 2px #7E61BE; box-shadow: 1px 1px 3px 2px #7E61BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E61BE; -webkit-box-shadow: 1px 1px 3px 2px #7E61BE; box-shadow:1px 1px 3px 2px #7E61BE;">
Div content here</div>
Dieser Text ist in der Farbe #7E61BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E61BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E61BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E61BE.