HEX: #7D58DD
RGB: (125,88,221)
#7D58DD enthält hauptsächlich blaue Farbe. Für #7D58DD ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #7D58DD wird in RGB als (125,88,221) definiert.
RGB: (125,88,221) (49%,35%,87%)
R 125 von 255 = 49%
G 88 von 255 = 35%
B 221 von 255 = 87%
R + G + B ~ 57%. #7D58DD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 88 + 221 = 434 (100%)
R 125 von 434 ~ 28.8%
G 88 von 434 ~ 20.28%
B 221 von 434 ~ 50.92%
Die Farbe #7D58DD wird in CMYK als (43,60,0,13) definiert.
CMYK: (43,60,0,13) C43M60Y0K13 (43%,60%,0%,13%) (0.43/0.60/0.00/0.13)
7D | 58 | DD | |
---|---|---|---|
RGB | 125 | 88 | 221 |
HSL | 257° | 66.17% | 60.59% |
HSB/HSV | 257° | 60.18% | 86.67% |
CMYK | 43.44% | 60.18% | 0.00% |
13.33% |
Hexadezimal | 7D | 58 | DD |
Dezimal | 125 | 88 | 221 |
Binär | 1111101 | 1011000 | 11011101 |
Oktal | 175 | 130 | 335 |
Beispiele css- und html für Elemente in der Farbe #7D58DD. Bitte benutzen Sie auch rgb(125,88,221) statt hex-Code.
.myTextColor { color: #7D58DD; }
<p style="color:#7D58DD">This sample text font color is #7D58DD.</p>
Die Farbe dieses Textes ist #7D58DD.
.myBgColor { background-color: #7D58DD; }
<div style="background-color:#7D58DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D58DD.
.myBorderColor { border: 1px solid #7D58DD; }
<div style="border:3px solid #7D58DD">Div</div>
Die Grenzen von diesem div sind in Farbe #7D58DD.
.myOpacity80 { color: #7D58DD; opacity: 0.8; }
<p style="color:#7D58DD;opacity:0.8;">80%</p>
Text in Farbe #7D58DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D58DD;}
<p style="text-shadow: 3px 3px 1px #7D58DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D58DD.
.textShadow {text-shadow: 3px 3px 1px #7D58DD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D58DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D58DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D58DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D58DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D58DD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D58DD; -webkit-box-shadow: 1px 1px 3px 2px #7D58DD; box-shadow: 1px 1px 3px 2px #7D58DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D58DD; -webkit-box-shadow: 1px 1px 3px 2px #7D58DD; box-shadow:1px 1px 3px 2px #7D58DD;">
Div content here</div>
Dieser Text ist in der Farbe #7D58DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D58DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D58DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D58DD.