HEX: #887BBF
RGB: (136,123,191)
#887BBF enthält hauptsächlich rote und blaue Farbe. Für #887BBF ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #887BBF wird in RGB als (136,123,191) definiert.
RGB: (136,123,191) (53%,48%,75%)
R 136 von 255 = 53%
G 123 von 255 = 48%
B 191 von 255 = 75%
R + G + B ~ 59%. #887BBF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
136 + 123 + 191 = 450 (100%)
R 136 von 450 ~ 30.22%
G 123 von 450 ~ 27.33%
B 191 von 450 ~ 42.44%
Die Farbe #887BBF wird in CMYK als (29,36,0,25) definiert.
CMYK: (29,36,0,25) C29M36Y0K25 (29%,36%,0%,25%) (0.29/0.36/0.00/0.25)
88 | 7B | BF | |
---|---|---|---|
RGB | 136 | 123 | 191 |
HSL | 251° | 34.69% | 61.57% |
HSB/HSV | 251° | 35.60% | 74.90% |
CMYK | 28.80% | 35.60% | 0.00% |
25.10% |
Hexadezimal | 88 | 7B | BF |
Dezimal | 136 | 123 | 191 |
Binär | 10001000 | 1111011 | 10111111 |
Oktal | 210 | 173 | 277 |
Beispiele css- und html für Elemente in der Farbe #887BBF. Bitte benutzen Sie auch rgb(136,123,191) statt hex-Code.
.myTextColor { color: #887BBF; }
<p style="color:#887BBF">This sample text font color is #887BBF.</p>
Die Farbe dieses Textes ist #887BBF.
.myBgColor { background-color: #887BBF; }
<div style="background-color:#887BBF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #887BBF.
.myBorderColor { border: 1px solid #887BBF; }
<div style="border:3px solid #887BBF">Div</div>
Die Grenzen von diesem div sind in Farbe #887BBF.
.myOpacity80 { color: #887BBF; opacity: 0.8; }
<p style="color:#887BBF;opacity:0.8;">80%</p>
Text in Farbe #887BBF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #887BBF;}
<p style="text-shadow: 3px 3px 1px #887BBF">Text here.</p>
Dieser Text hat den Schatten in Farbe #887BBF.
.textShadow {text-shadow: 3px 3px 1px #887BBF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #887BBF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #887BBF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#887BBF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#887BBF, Direction=45, Strength=4)">Text</p>
This text has shadow with #887BBF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #887BBF; -webkit-box-shadow: 1px 1px 3px 2px #887BBF; box-shadow: 1px 1px 3px 2px #887BBF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #887BBF; -webkit-box-shadow: 1px 1px 3px 2px #887BBF; box-shadow:1px 1px 3px 2px #887BBF;">
Div content here</div>
Dieser Text ist in der Farbe #887BBF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #887BBF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #887BBF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #887BBF.