HEX: #B87FD9
RGB: (184,127,217)
#B87FD9 enthält hauptsächlich rote und blaue Farbe. Für #B87FD9 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #B87FD9 wird in RGB als (184,127,217) definiert.
RGB: (184,127,217) (72%,50%,85%)
R 184 von 255 = 72%
G 127 von 255 = 50%
B 217 von 255 = 85%
R + G + B ~ 69%. #B87FD9 ziemlich helle Farbe.
R + G + B =
184 + 127 + 217 = 528 (100%)
R 184 von 528 ~ 34.85%
G 127 von 528 ~ 24.05%
B 217 von 528 ~ 41.1%
Die Farbe #B87FD9 wird in CMYK als (15,41,0,15) definiert.
CMYK: (15,41,0,15) C15M41Y0K15 (15%,41%,0%,15%) (0.15/0.41/0.00/0.15)
B8 | 7F | D9 | |
---|---|---|---|
RGB | 184 | 127 | 217 |
HSL | 278° | 54.22% | 67.45% |
HSB/HSV | 278° | 41.47% | 85.10% |
CMYK | 15.21% | 41.47% | 0.00% |
14.90% |
Hexadezimal | B8 | 7F | D9 |
Dezimal | 184 | 127 | 217 |
Binär | 10111000 | 1111111 | 11011001 |
Oktal | 270 | 177 | 331 |
Beispiele css- und html für Elemente in der Farbe #B87FD9. Bitte benutzen Sie auch rgb(184,127,217) statt hex-Code.
.myTextColor { color: #B87FD9; }
<p style="color:#B87FD9">This sample text font color is #B87FD9.</p>
Die Farbe dieses Textes ist #B87FD9.
.myBgColor { background-color: #B87FD9; }
<div style="background-color:#B87FD9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B87FD9.
.myBorderColor { border: 1px solid #B87FD9; }
<div style="border:3px solid #B87FD9">Div</div>
Die Grenzen von diesem div sind in Farbe #B87FD9.
.myOpacity80 { color: #B87FD9; opacity: 0.8; }
<p style="color:#B87FD9;opacity:0.8;">80%</p>
Text in Farbe #B87FD9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B87FD9;}
<p style="text-shadow: 3px 3px 1px #B87FD9">Text here.</p>
Dieser Text hat den Schatten in Farbe #B87FD9.
.textShadow {text-shadow: 3px 3px 1px #B87FD9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B87FD9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B87FD9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B87FD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B87FD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #B87FD9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B87FD9; -webkit-box-shadow: 1px 1px 3px 2px #B87FD9; box-shadow: 1px 1px 3px 2px #B87FD9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B87FD9; -webkit-box-shadow: 1px 1px 3px 2px #B87FD9; box-shadow:1px 1px 3px 2px #B87FD9;">
Div content here</div>
Dieser Text ist in der Farbe #B87FD9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B87FD9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B87FD9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B87FD9.