HEX: #BC6084
RGB: (188,96,132)
#BC6084 enthält hauptsächlich rote und blaue Farbe. Für #BC6084 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BC6084 wird in RGB als (188,96,132) definiert.
RGB: (188,96,132) (74%,38%,52%)
R 188 von 255 = 74%
G 96 von 255 = 38%
B 132 von 255 = 52%
R + G + B ~ 55%. #BC6084 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 96 + 132 = 416 (100%)
R 188 von 416 ~ 45.19%
G 96 von 416 ~ 23.08%
B 132 von 416 ~ 31.73%
Die Farbe #BC6084 wird in CMYK als (0,49,30,26) definiert.
CMYK: (0,49,30,26) C0M49Y30K26 (0%,49%,30%,26%) (0.00/0.49/0.30/0.26)
BC | 60 | 84 | |
---|---|---|---|
RGB | 188 | 96 | 132 |
HSL | 337° | 40.71% | 55.69% |
HSB/HSV | 337° | 48.94% | 73.73% |
CMYK | 0.00% | 48.94% | 29.79% |
26.27% |
Hexadezimal | BC | 60 | 84 |
Dezimal | 188 | 96 | 132 |
Binär | 10111100 | 1100000 | 10000100 |
Oktal | 274 | 140 | 204 |
Beispiele css- und html für Elemente in der Farbe #BC6084. Bitte benutzen Sie auch rgb(188,96,132) statt hex-Code.
.myTextColor { color: #BC6084; }
<p style="color:#BC6084">This sample text font color is #BC6084.</p>
Die Farbe dieses Textes ist #BC6084.
.myBgColor { background-color: #BC6084; }
<div style="background-color:#BC6084">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC6084.
.myBorderColor { border: 1px solid #BC6084; }
<div style="border:3px solid #BC6084">Div</div>
Die Grenzen von diesem div sind in Farbe #BC6084.
.myOpacity80 { color: #BC6084; opacity: 0.8; }
<p style="color:#BC6084;opacity:0.8;">80%</p>
Text in Farbe #BC6084 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC6084;}
<p style="text-shadow: 3px 3px 1px #BC6084">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC6084.
.textShadow {text-shadow: 3px 3px 1px #BC6084, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC6084, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC6084 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC6084, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC6084, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC6084 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC6084; -webkit-box-shadow: 1px 1px 3px 2px #BC6084; box-shadow: 1px 1px 3px 2px #BC6084; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC6084; -webkit-box-shadow: 1px 1px 3px 2px #BC6084; box-shadow:1px 1px 3px 2px #BC6084;">
Div content here</div>
Dieser Text ist in der Farbe #BC6084 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC6084 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC6084.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC6084.