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