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