HEX: #BC8AE6
RGB: (188,138,230)
#BC8AE6 enthält hauptsächlich rote und blaue Farbe. Für #BC8AE6 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #BC8AE6 wird in RGB als (188,138,230) definiert.
RGB: (188,138,230) (74%,54%,90%)
R 188 von 255 = 74%
G 138 von 255 = 54%
B 230 von 255 = 90%
R + G + B ~ 73%. #BC8AE6 ziemlich helle Farbe.
R + G + B =
188 + 138 + 230 = 556 (100%)
R 188 von 556 ~ 33.81%
G 138 von 556 ~ 24.82%
B 230 von 556 ~ 41.37%
Die Farbe #BC8AE6 wird in CMYK als (18,40,0,10) definiert.
CMYK: (18,40,0,10) C18M40Y0K10 (18%,40%,0%,10%) (0.18/0.40/0.00/0.10)
BC | 8A | E6 | |
---|---|---|---|
RGB | 188 | 138 | 230 |
HSL | 273° | 64.79% | 72.16% |
HSB/HSV | 273° | 40.00% | 90.20% |
CMYK | 18.26% | 40.00% | 0.00% |
9.80% |
Hexadezimal | BC | 8A | E6 |
Dezimal | 188 | 138 | 230 |
Binär | 10111100 | 10001010 | 11100110 |
Oktal | 274 | 212 | 346 |
Beispiele css- und html für Elemente in der Farbe #BC8AE6. Bitte benutzen Sie auch rgb(188,138,230) statt hex-Code.
.myTextColor { color: #BC8AE6; }
<p style="color:#BC8AE6">This sample text font color is #BC8AE6.</p>
Die Farbe dieses Textes ist #BC8AE6.
.myBgColor { background-color: #BC8AE6; }
<div style="background-color:#BC8AE6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC8AE6.
.myBorderColor { border: 1px solid #BC8AE6; }
<div style="border:3px solid #BC8AE6">Div</div>
Die Grenzen von diesem div sind in Farbe #BC8AE6.
.myOpacity80 { color: #BC8AE6; opacity: 0.8; }
<p style="color:#BC8AE6;opacity:0.8;">80%</p>
Text in Farbe #BC8AE6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC8AE6;}
<p style="text-shadow: 3px 3px 1px #BC8AE6">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC8AE6.
.textShadow {text-shadow: 3px 3px 1px #BC8AE6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC8AE6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC8AE6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC8AE6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC8AE6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC8AE6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC8AE6; -webkit-box-shadow: 1px 1px 3px 2px #BC8AE6; box-shadow: 1px 1px 3px 2px #BC8AE6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC8AE6; -webkit-box-shadow: 1px 1px 3px 2px #BC8AE6; box-shadow:1px 1px 3px 2px #BC8AE6;">
Div content here</div>
Dieser Text ist in der Farbe #BC8AE6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC8AE6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC8AE6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC8AE6.