HEX: #B18DEB
RGB: (177,141,235)
#B18DEB enthält hauptsächlich rote und blaue Farbe. Für #B18DEB ist eine «websichere» Webfarbe #9999FF (oder kurz #99F).
Die Farbe #B18DEB wird in RGB als (177,141,235) definiert.
RGB: (177,141,235) (69%,55%,92%)
R 177 von 255 = 69%
G 141 von 255 = 55%
B 235 von 255 = 92%
R + G + B ~ 72%. #B18DEB ziemlich helle Farbe.
R + G + B =
177 + 141 + 235 = 553 (100%)
R 177 von 553 ~ 32.01%
G 141 von 553 ~ 25.5%
B 235 von 553 ~ 42.5%
Die Farbe #B18DEB wird in CMYK als (25,40,0,8) definiert.
CMYK: (25,40,0,8) C25M40Y0K8 (25%,40%,0%,8%) (0.25/0.40/0.00/0.08)
B1 | 8D | EB | |
---|---|---|---|
RGB | 177 | 141 | 235 |
HSL | 263° | 70.15% | 73.73% |
HSB/HSV | 263° | 40.00% | 92.16% |
CMYK | 24.68% | 40.00% | 0.00% |
7.84% |
Hexadezimal | B1 | 8D | EB |
Dezimal | 177 | 141 | 235 |
Binär | 10110001 | 10001101 | 11101011 |
Oktal | 261 | 215 | 353 |
Beispiele css- und html für Elemente in der Farbe #B18DEB. Bitte benutzen Sie auch rgb(177,141,235) statt hex-Code.
.myTextColor { color: #B18DEB; }
<p style="color:#B18DEB">This sample text font color is #B18DEB.</p>
Die Farbe dieses Textes ist #B18DEB.
.myBgColor { background-color: #B18DEB; }
<div style="background-color:#B18DEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B18DEB.
.myBorderColor { border: 1px solid #B18DEB; }
<div style="border:3px solid #B18DEB">Div</div>
Die Grenzen von diesem div sind in Farbe #B18DEB.
.myOpacity80 { color: #B18DEB; opacity: 0.8; }
<p style="color:#B18DEB;opacity:0.8;">80%</p>
Text in Farbe #B18DEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B18DEB;}
<p style="text-shadow: 3px 3px 1px #B18DEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B18DEB.
.textShadow {text-shadow: 3px 3px 1px #B18DEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B18DEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B18DEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B18DEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B18DEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B18DEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B18DEB; -webkit-box-shadow: 1px 1px 3px 2px #B18DEB; box-shadow: 1px 1px 3px 2px #B18DEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B18DEB; -webkit-box-shadow: 1px 1px 3px 2px #B18DEB; box-shadow:1px 1px 3px 2px #B18DEB;">
Div content here</div>
Dieser Text ist in der Farbe #B18DEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B18DEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B18DEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B18DEB.