HEX: #7D1F80
RGB: (125,31,128)
#7D1F80 enthält hauptsächlich rote und blaue Farbe. Für #7D1F80 ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #7D1F80 wird in RGB als (125,31,128) definiert.
RGB: (125,31,128) (49%,12%,50%)
R 125 von 255 = 49%
G 31 von 255 = 12%
B 128 von 255 = 50%
R + G + B ~ 37%. #7D1F80 ziemlich dunkle Farbe.
R + G + B =
125 + 31 + 128 = 284 (100%)
R 125 von 284 ~ 44.01%
G 31 von 284 ~ 10.92%
B 128 von 284 ~ 45.07%
Die Farbe #7D1F80 wird in CMYK als (2,76,0,50) definiert.
CMYK: (2,76,0,50) C2M76Y0K50 (2%,76%,0%,50%) (0.02/0.76/0.00/0.50)
7D | 1F | 80 | |
---|---|---|---|
RGB | 125 | 31 | 128 |
HSL | 298° | 61.01% | 31.18% |
HSB/HSV | 298° | 75.78% | 50.20% |
CMYK | 2.34% | 75.78% | 0.00% |
49.80% |
Hexadezimal | 7D | 1F | 80 |
Dezimal | 125 | 31 | 128 |
Binär | 1111101 | 11111 | 10000000 |
Oktal | 175 | 37 | 200 |
Beispiele css- und html für Elemente in der Farbe #7D1F80. Bitte benutzen Sie auch rgb(125,31,128) statt hex-Code.
.myTextColor { color: #7D1F80; }
<p style="color:#7D1F80">This sample text font color is #7D1F80.</p>
Die Farbe dieses Textes ist #7D1F80.
.myBgColor { background-color: #7D1F80; }
<div style="background-color:#7D1F80">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D1F80.
.myBorderColor { border: 1px solid #7D1F80; }
<div style="border:3px solid #7D1F80">Div</div>
Die Grenzen von diesem div sind in Farbe #7D1F80.
.myOpacity80 { color: #7D1F80; opacity: 0.8; }
<p style="color:#7D1F80;opacity:0.8;">80%</p>
Text in Farbe #7D1F80 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D1F80;}
<p style="text-shadow: 3px 3px 1px #7D1F80">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D1F80.
.textShadow {text-shadow: 3px 3px 1px #7D1F80, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D1F80, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D1F80 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D1F80, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D1F80, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D1F80 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D1F80; -webkit-box-shadow: 1px 1px 3px 2px #7D1F80; box-shadow: 1px 1px 3px 2px #7D1F80; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D1F80; -webkit-box-shadow: 1px 1px 3px 2px #7D1F80; box-shadow:1px 1px 3px 2px #7D1F80;">
Div content here</div>
Dieser Text ist in der Farbe #7D1F80 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D1F80 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D1F80.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D1F80.