HEX: #88479B
RGB: (136,71,155)
#88479B enthält hauptsächlich rote und blaue Farbe. Für #88479B ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #88479B wird in RGB als (136,71,155) definiert.
RGB: (136,71,155) (53%,28%,61%)
R 136 von 255 = 53%
G 71 von 255 = 28%
B 155 von 255 = 61%
R + G + B ~ 47%. #88479B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 71 + 155 = 362 (100%)
R 136 von 362 ~ 37.57%
G 71 von 362 ~ 19.61%
B 155 von 362 ~ 42.82%
Die Farbe #88479B wird in CMYK als (12,54,0,39) definiert.
CMYK: (12,54,0,39) C12M54Y0K39 (12%,54%,0%,39%) (0.12/0.54/0.00/0.39)
88 | 47 | 9B | |
---|---|---|---|
RGB | 136 | 71 | 155 |
HSL | 286° | 37.17% | 44.31% |
HSB/HSV | 286° | 54.19% | 60.78% |
CMYK | 12.26% | 54.19% | 0.00% |
39.22% |
Hexadezimal | 88 | 47 | 9B |
Dezimal | 136 | 71 | 155 |
Binär | 10001000 | 1000111 | 10011011 |
Oktal | 210 | 107 | 233 |
Beispiele css- und html für Elemente in der Farbe #88479B. Bitte benutzen Sie auch rgb(136,71,155) statt hex-Code.
.myTextColor { color: #88479B; }
<p style="color:#88479B">This sample text font color is #88479B.</p>
Die Farbe dieses Textes ist #88479B.
.myBgColor { background-color: #88479B; }
<div style="background-color:#88479B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #88479B.
.myBorderColor { border: 1px solid #88479B; }
<div style="border:3px solid #88479B">Div</div>
Die Grenzen von diesem div sind in Farbe #88479B.
.myOpacity80 { color: #88479B; opacity: 0.8; }
<p style="color:#88479B;opacity:0.8;">80%</p>
Text in Farbe #88479B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88479B;}
<p style="text-shadow: 3px 3px 1px #88479B">Text here.</p>
Dieser Text hat den Schatten in Farbe #88479B.
.textShadow {text-shadow: 3px 3px 1px #88479B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88479B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #88479B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88479B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88479B, Direction=45, Strength=4)">Text</p>
This text has shadow with #88479B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88479B; -webkit-box-shadow: 1px 1px 3px 2px #88479B; box-shadow: 1px 1px 3px 2px #88479B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88479B; -webkit-box-shadow: 1px 1px 3px 2px #88479B; box-shadow:1px 1px 3px 2px #88479B;">
Div content here</div>
Dieser Text ist in der Farbe #88479B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #88479B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #88479B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #88479B.