HEX: #7D409D
RGB: (125,64,157)
#7D409D enthält hauptsächlich rote und blaue Farbe. Für #7D409D ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #7D409D wird in RGB als (125,64,157) definiert.
RGB: (125,64,157) (49%,25%,62%)
R 125 von 255 = 49%
G 64 von 255 = 25%
B 157 von 255 = 62%
R + G + B ~ 45%. #7D409D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 64 + 157 = 346 (100%)
R 125 von 346 ~ 36.13%
G 64 von 346 ~ 18.5%
B 157 von 346 ~ 45.38%
Die Farbe #7D409D wird in CMYK als (20,59,0,38) definiert.
CMYK: (20,59,0,38) C20M59Y0K38 (20%,59%,0%,38%) (0.20/0.59/0.00/0.38)
7D | 40 | 9D | |
---|---|---|---|
RGB | 125 | 64 | 157 |
HSL | 279° | 42.08% | 43.33% |
HSB/HSV | 279° | 59.24% | 61.57% |
CMYK | 20.38% | 59.24% | 0.00% |
38.43% |
Hexadezimal | 7D | 40 | 9D |
Dezimal | 125 | 64 | 157 |
Binär | 1111101 | 1000000 | 10011101 |
Oktal | 175 | 100 | 235 |
Beispiele css- und html für Elemente in der Farbe #7D409D. Bitte benutzen Sie auch rgb(125,64,157) statt hex-Code.
.myTextColor { color: #7D409D; }
<p style="color:#7D409D">This sample text font color is #7D409D.</p>
Die Farbe dieses Textes ist #7D409D.
.myBgColor { background-color: #7D409D; }
<div style="background-color:#7D409D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D409D.
.myBorderColor { border: 1px solid #7D409D; }
<div style="border:3px solid #7D409D">Div</div>
Die Grenzen von diesem div sind in Farbe #7D409D.
.myOpacity80 { color: #7D409D; opacity: 0.8; }
<p style="color:#7D409D;opacity:0.8;">80%</p>
Text in Farbe #7D409D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D409D;}
<p style="text-shadow: 3px 3px 1px #7D409D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D409D.
.textShadow {text-shadow: 3px 3px 1px #7D409D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D409D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D409D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D409D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D409D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D409D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D409D; -webkit-box-shadow: 1px 1px 3px 2px #7D409D; box-shadow: 1px 1px 3px 2px #7D409D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D409D; -webkit-box-shadow: 1px 1px 3px 2px #7D409D; box-shadow:1px 1px 3px 2px #7D409D;">
Div content here</div>
Dieser Text ist in der Farbe #7D409D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D409D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D409D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D409D.