HEX: #7550BB
RGB: (117,80,187)
#7550BB enthält hauptsächlich blaue Farbe. Für #7550BB ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #7550BB wird in RGB als (117,80,187) definiert.
RGB: (117,80,187) (46%,31%,73%)
R 117 von 255 = 46%
G 80 von 255 = 31%
B 187 von 255 = 73%
R + G + B ~ 50%. #7550BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
117 + 80 + 187 = 384 (100%)
R 117 von 384 ~ 30.47%
G 80 von 384 ~ 20.83%
B 187 von 384 ~ 48.7%
Die Farbe #7550BB wird in CMYK als (37,57,0,27) definiert.
CMYK: (37,57,0,27) C37M57Y0K27 (37%,57%,0%,27%) (0.37/0.57/0.00/0.27)
75 | 50 | BB | |
---|---|---|---|
RGB | 117 | 80 | 187 |
HSL | 261° | 44.03% | 52.35% |
HSB/HSV | 261° | 57.22% | 73.33% |
CMYK | 37.43% | 57.22% | 0.00% |
26.67% |
Hexadezimal | 75 | 50 | BB |
Dezimal | 117 | 80 | 187 |
Binär | 1110101 | 1010000 | 10111011 |
Oktal | 165 | 120 | 273 |
Beispiele css- und html für Elemente in der Farbe #7550BB. Bitte benutzen Sie auch rgb(117,80,187) statt hex-Code.
.myTextColor { color: #7550BB; }
<p style="color:#7550BB">This sample text font color is #7550BB.</p>
Die Farbe dieses Textes ist #7550BB.
.myBgColor { background-color: #7550BB; }
<div style="background-color:#7550BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7550BB.
.myBorderColor { border: 1px solid #7550BB; }
<div style="border:3px solid #7550BB">Div</div>
Die Grenzen von diesem div sind in Farbe #7550BB.
.myOpacity80 { color: #7550BB; opacity: 0.8; }
<p style="color:#7550BB;opacity:0.8;">80%</p>
Text in Farbe #7550BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7550BB;}
<p style="text-shadow: 3px 3px 1px #7550BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7550BB.
.textShadow {text-shadow: 3px 3px 1px #7550BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7550BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7550BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7550BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7550BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7550BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7550BB; -webkit-box-shadow: 1px 1px 3px 2px #7550BB; box-shadow: 1px 1px 3px 2px #7550BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7550BB; -webkit-box-shadow: 1px 1px 3px 2px #7550BB; box-shadow:1px 1px 3px 2px #7550BB;">
Div content here</div>
Dieser Text ist in der Farbe #7550BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7550BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7550BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7550BB.