HEX: #7555AD
RGB: (117,85,173)
#7555AD enthält hauptsächlich rote und blaue Farbe. Für #7555AD ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7555AD wird in RGB als (117,85,173) definiert.
RGB: (117,85,173) (46%,33%,68%)
R 117 von 255 = 46%
G 85 von 255 = 33%
B 173 von 255 = 68%
R + G + B ~ 49%. #7555AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
117 + 85 + 173 = 375 (100%)
R 117 von 375 ~ 31.2%
G 85 von 375 ~ 22.67%
B 173 von 375 ~ 46.13%
Die Farbe #7555AD wird in CMYK als (32,51,0,32) definiert.
CMYK: (32,51,0,32) C32M51Y0K32 (32%,51%,0%,32%) (0.32/0.51/0.00/0.32)
75 | 55 | AD | |
---|---|---|---|
RGB | 117 | 85 | 173 |
HSL | 262° | 34.92% | 50.59% |
HSB/HSV | 262° | 50.87% | 67.84% |
CMYK | 32.37% | 50.87% | 0.00% |
32.16% |
Hexadezimal | 75 | 55 | AD |
Dezimal | 117 | 85 | 173 |
Binär | 1110101 | 1010101 | 10101101 |
Oktal | 165 | 125 | 255 |
Beispiele css- und html für Elemente in der Farbe #7555AD. Bitte benutzen Sie auch rgb(117,85,173) statt hex-Code.
.myTextColor { color: #7555AD; }
<p style="color:#7555AD">This sample text font color is #7555AD.</p>
Die Farbe dieses Textes ist #7555AD.
.myBgColor { background-color: #7555AD; }
<div style="background-color:#7555AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7555AD.
.myBorderColor { border: 1px solid #7555AD; }
<div style="border:3px solid #7555AD">Div</div>
Die Grenzen von diesem div sind in Farbe #7555AD.
.myOpacity80 { color: #7555AD; opacity: 0.8; }
<p style="color:#7555AD;opacity:0.8;">80%</p>
Text in Farbe #7555AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7555AD;}
<p style="text-shadow: 3px 3px 1px #7555AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #7555AD.
.textShadow {text-shadow: 3px 3px 1px #7555AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7555AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7555AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7555AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7555AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #7555AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7555AD; -webkit-box-shadow: 1px 1px 3px 2px #7555AD; box-shadow: 1px 1px 3px 2px #7555AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7555AD; -webkit-box-shadow: 1px 1px 3px 2px #7555AD; box-shadow:1px 1px 3px 2px #7555AD;">
Div content here</div>
Dieser Text ist in der Farbe #7555AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7555AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7555AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7555AD.