HEX: #7D2EE5
RGB: (125,46,229)
#7D2EE5 enthält hauptsächlich blaue Farbe. Für #7D2EE5 ist eine «websichere» Webfarbe #6633CC (oder kurz #63C).
Die Farbe #7D2EE5 wird in RGB als (125,46,229) definiert.
RGB: (125,46,229) (49%,18%,90%)
R 125 von 255 = 49%
G 46 von 255 = 18%
B 229 von 255 = 90%
R + G + B ~ 52%. #7D2EE5 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 46 + 229 = 400 (100%)
R 125 von 400 ~ 31.25%
G 46 von 400 ~ 11.5%
B 229 von 400 ~ 57.25%
Die Farbe #7D2EE5 wird in CMYK als (45,80,0,10) definiert.
CMYK: (45,80,0,10) C45M80Y0K10 (45%,80%,0%,10%) (0.45/0.80/0.00/0.10)
7D | 2E | E5 | |
---|---|---|---|
RGB | 125 | 46 | 229 |
HSL | 266° | 77.87% | 53.92% |
HSB/HSV | 266° | 79.91% | 89.80% |
CMYK | 45.41% | 79.91% | 0.00% |
10.20% |
Hexadezimal | 7D | 2E | E5 |
Dezimal | 125 | 46 | 229 |
Binär | 1111101 | 101110 | 11100101 |
Oktal | 175 | 56 | 345 |
Beispiele css- und html für Elemente in der Farbe #7D2EE5. Bitte benutzen Sie auch rgb(125,46,229) statt hex-Code.
.myTextColor { color: #7D2EE5; }
<p style="color:#7D2EE5">This sample text font color is #7D2EE5.</p>
Die Farbe dieses Textes ist #7D2EE5.
.myBgColor { background-color: #7D2EE5; }
<div style="background-color:#7D2EE5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D2EE5.
.myBorderColor { border: 1px solid #7D2EE5; }
<div style="border:3px solid #7D2EE5">Div</div>
Die Grenzen von diesem div sind in Farbe #7D2EE5.
.myOpacity80 { color: #7D2EE5; opacity: 0.8; }
<p style="color:#7D2EE5;opacity:0.8;">80%</p>
Text in Farbe #7D2EE5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D2EE5;}
<p style="text-shadow: 3px 3px 1px #7D2EE5">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D2EE5.
.textShadow {text-shadow: 3px 3px 1px #7D2EE5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D2EE5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D2EE5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D2EE5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D2EE5, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D2EE5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D2EE5; -webkit-box-shadow: 1px 1px 3px 2px #7D2EE5; box-shadow: 1px 1px 3px 2px #7D2EE5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D2EE5; -webkit-box-shadow: 1px 1px 3px 2px #7D2EE5; box-shadow:1px 1px 3px 2px #7D2EE5;">
Div content here</div>
Dieser Text ist in der Farbe #7D2EE5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D2EE5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D2EE5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D2EE5.