HEX: #7E44BB
RGB: (126,68,187)
#7E44BB enthält hauptsächlich blaue Farbe. Für #7E44BB ist eine «websichere» Webfarbe #6633CC (oder kurz #63C).
Die Farbe #7E44BB wird in RGB als (126,68,187) definiert.
RGB: (126,68,187) (49%,27%,73%)
R 126 von 255 = 49%
G 68 von 255 = 27%
B 187 von 255 = 73%
R + G + B ~ 50%. #7E44BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 68 + 187 = 381 (100%)
R 126 von 381 ~ 33.07%
G 68 von 381 ~ 17.85%
B 187 von 381 ~ 49.08%
Die Farbe #7E44BB wird in CMYK als (33,64,0,27) definiert.
CMYK: (33,64,0,27) C33M64Y0K27 (33%,64%,0%,27%) (0.33/0.64/0.00/0.27)
7E | 44 | BB | |
---|---|---|---|
RGB | 126 | 68 | 187 |
HSL | 269° | 46.67% | 50.00% |
HSB/HSV | 269° | 63.64% | 73.33% |
CMYK | 32.62% | 63.64% | 0.00% |
26.67% |
Hexadezimal | 7E | 44 | BB |
Dezimal | 126 | 68 | 187 |
Binär | 1111110 | 1000100 | 10111011 |
Oktal | 176 | 104 | 273 |
Beispiele css- und html für Elemente in der Farbe #7E44BB. Bitte benutzen Sie auch rgb(126,68,187) statt hex-Code.
.myTextColor { color: #7E44BB; }
<p style="color:#7E44BB">This sample text font color is #7E44BB.</p>
Die Farbe dieses Textes ist #7E44BB.
.myBgColor { background-color: #7E44BB; }
<div style="background-color:#7E44BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E44BB.
.myBorderColor { border: 1px solid #7E44BB; }
<div style="border:3px solid #7E44BB">Div</div>
Die Grenzen von diesem div sind in Farbe #7E44BB.
.myOpacity80 { color: #7E44BB; opacity: 0.8; }
<p style="color:#7E44BB;opacity:0.8;">80%</p>
Text in Farbe #7E44BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E44BB;}
<p style="text-shadow: 3px 3px 1px #7E44BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E44BB.
.textShadow {text-shadow: 3px 3px 1px #7E44BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E44BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E44BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E44BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E44BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E44BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E44BB; -webkit-box-shadow: 1px 1px 3px 2px #7E44BB; box-shadow: 1px 1px 3px 2px #7E44BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E44BB; -webkit-box-shadow: 1px 1px 3px 2px #7E44BB; box-shadow:1px 1px 3px 2px #7E44BB;">
Div content here</div>
Dieser Text ist in der Farbe #7E44BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E44BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E44BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E44BB.