HEX: #BE87DB
RGB: (190,135,219)
#BE87DB enthält hauptsächlich rote und blaue Farbe. Für #BE87DB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BE87DB wird in RGB als (190,135,219) definiert.
RGB: (190,135,219) (75%,53%,86%)
R 190 von 255 = 75%
G 135 von 255 = 53%
B 219 von 255 = 86%
R + G + B ~ 71%. #BE87DB ziemlich helle Farbe.
R + G + B =
190 + 135 + 219 = 544 (100%)
R 190 von 544 ~ 34.93%
G 135 von 544 ~ 24.82%
B 219 von 544 ~ 40.26%
Die Farbe #BE87DB wird in CMYK als (13,38,0,14) definiert.
CMYK: (13,38,0,14) C13M38Y0K14 (13%,38%,0%,14%) (0.13/0.38/0.00/0.14)
BE | 87 | DB | |
---|---|---|---|
RGB | 190 | 135 | 219 |
HSL | 279° | 53.85% | 69.41% |
HSB/HSV | 279° | 38.36% | 85.88% |
CMYK | 13.24% | 38.36% | 0.00% |
14.12% |
Hexadezimal | BE | 87 | DB |
Dezimal | 190 | 135 | 219 |
Binär | 10111110 | 10000111 | 11011011 |
Oktal | 276 | 207 | 333 |
Beispiele css- und html für Elemente in der Farbe #BE87DB. Bitte benutzen Sie auch rgb(190,135,219) statt hex-Code.
.myTextColor { color: #BE87DB; }
<p style="color:#BE87DB">This sample text font color is #BE87DB.</p>
Die Farbe dieses Textes ist #BE87DB.
.myBgColor { background-color: #BE87DB; }
<div style="background-color:#BE87DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE87DB.
.myBorderColor { border: 1px solid #BE87DB; }
<div style="border:3px solid #BE87DB">Div</div>
Die Grenzen von diesem div sind in Farbe #BE87DB.
.myOpacity80 { color: #BE87DB; opacity: 0.8; }
<p style="color:#BE87DB;opacity:0.8;">80%</p>
Text in Farbe #BE87DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE87DB;}
<p style="text-shadow: 3px 3px 1px #BE87DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE87DB.
.textShadow {text-shadow: 3px 3px 1px #BE87DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE87DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE87DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE87DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE87DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE87DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BE87DB; -webkit-box-shadow: 1px 1px 3px 2px #BE87DB; box-shadow: 1px 1px 3px 2px #BE87DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BE87DB; -webkit-box-shadow: 1px 1px 3px 2px #BE87DB; box-shadow:1px 1px 3px 2px #BE87DB;">
Div content here</div>
Dieser Text ist in der Farbe #BE87DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE87DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE87DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE87DB.