HEX: #7E3BAB
RGB: (126,59,171)
#7E3BAB enthält hauptsächlich rote und blaue Farbe. Für #7E3BAB ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #7E3BAB wird in RGB als (126,59,171) definiert.
RGB: (126,59,171)
(49%, 23%, 67%)
R 126 von 255 = 49%
G 59 von 255 = 23%
B 171 von 255 = 67%
R + G + B ~ 46%. #7E3BAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 59 + 171 = 356 (100%)
R 126 von 356 ~ 35.39%
G 59 von 356 ~ 16.57%
B 171 von 356 ~ 48.03'%
Die Farbe #7E3BAB wird in CMYK als (26,65,0,33) definiert.
CMYK: (26,65,0,33)
C26M65Y0K33 (26%, 65%, 0%, 33%)
(0.26 / 0.65 / 0.00 / 0.33)
Farbe #7E3BAB in den populären Farbmodellen.
7E | 3B | AB | |
---|---|---|---|
RGB | 126 | 59 | 171 |
HSL | 276° | 48.70% | 45.10% |
HSB/HSV | 276° | 65.50% | 67.06% |
CMYK | 26.32% | 65.50% | 0.00% |
32.94% |
Die Farbe #7E3BAB in den populären Zahlensystemen.
Hexadezimal | 7E | 3B | AB |
Dezimal | 126 | 59 | 171 |
Binär | 1111110 | 111011 | 10101011 |
Oktal | 176 | 73 | 253 |
Dunkle Töne der Farbe #7E3BAB
Helle Töne der Farbe #7E3BAB
Beispiele css- und html für Elemente in der Farbe #7E3BAB. Bitte benutzen Sie auch rgb(126,59,171) statt hex-Code.
.myTextColor { color: #7E3BAB; }
<p style="color:#7E3BAB">This sample text font color is #7E3BAB.</p>
Die Farbe dieses Textes ist #7E3BAB.
.myBgColor { background-color: #7E3BAB; }
<div style="background-color:#7E3BAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E3BAB.
.myBorderColor { border: 1px solid #7E3BAB; }
<div style="border:3px solid #7E3BAB">Div</div>
Die Grenzen von diesem div sind in Farbe #7E3BAB.
.myOpacity80 { color: #7E3BAB; opacity: 0.8; }
<p style="color:#7E3BAB;opacity:0.8;">80%</p>
Text in Farbe #7E3BAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E3BAB;}
<p style="text-shadow: 3px 3px 1px #7E3BAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E3BAB.
.textShadow {text-shadow: 3px 3px 1px #7E3BAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E3BAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E3BAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E3BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E3BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E3BAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E3BAB;
-webkit-box-shadow: 1px 1px 3px 2px #7E3BAB;
box-shadow: 1px 1px 3px 2px #7E3BAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E3BAB; -webkit-box-shadow: 1px 1px 3px 2px #7E3BAB; box-shadow:1px 1px 3px 2px #7E3BAB;">
Div content here
</div>
Dieser Text ist in der Farbe #7E3BAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E3BAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E3BAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E3BAB.
Kontrastfarbe für #hex ist #81C454.