HEX: #7D467D
RGB: (125,70,125)
#7D467D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7D467D ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #7D467D wird in RGB als (125,70,125) definiert.
RGB: (125,70,125) (49%,27%,49%)
R 125 von 255 = 49%
G 70 von 255 = 27%
B 125 von 255 = 49%
R + G + B ~ 42%. #7D467D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
125 + 70 + 125 = 320 (100%)
R 125 von 320 ~ 39.06%
G 70 von 320 ~ 21.88%
B 125 von 320 ~ 39.06%
Die Farbe #7D467D wird in CMYK als (0,44,0,51) definiert.
CMYK: (0,44,0,51) C0M44Y0K51 (0%,44%,0%,51%) (0.00/0.44/0.00/0.51)
7D | 46 | 7D | |
---|---|---|---|
RGB | 125 | 70 | 125 |
HSL | 300° | 28.21% | 38.24% |
HSB/HSV | 300° | 44.00% | 49.02% |
CMYK | 0.00% | 44.00% | 0.00% |
50.98% |
Hexadezimal | 7D | 46 | 7D |
Dezimal | 125 | 70 | 125 |
Binär | 1111101 | 1000110 | 1111101 |
Oktal | 175 | 106 | 175 |
Beispiele css- und html für Elemente in der Farbe #7D467D. Bitte benutzen Sie auch rgb(125,70,125) statt hex-Code.
.myTextColor { color: #7D467D; }
<p style="color:#7D467D">This sample text font color is #7D467D.</p>
Die Farbe dieses Textes ist #7D467D.
.myBgColor { background-color: #7D467D; }
<div style="background-color:#7D467D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7D467D.
.myBorderColor { border: 1px solid #7D467D; }
<div style="border:3px solid #7D467D">Div</div>
Die Grenzen von diesem div sind in Farbe #7D467D.
.myOpacity80 { color: #7D467D; opacity: 0.8; }
<p style="color:#7D467D;opacity:0.8;">80%</p>
Text in Farbe #7D467D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D467D;}
<p style="text-shadow: 3px 3px 1px #7D467D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7D467D.
.textShadow {text-shadow: 3px 3px 1px #7D467D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D467D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7D467D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D467D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D467D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D467D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7D467D; -webkit-box-shadow: 1px 1px 3px 2px #7D467D; box-shadow: 1px 1px 3px 2px #7D467D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7D467D; -webkit-box-shadow: 1px 1px 3px 2px #7D467D; box-shadow:1px 1px 3px 2px #7D467D;">
Div content here</div>
Dieser Text ist in der Farbe #7D467D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7D467D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7D467D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7D467D.