HEX: #BC4979
RGB: (188,73,121)
#BC4979 enthält hauptsächlich rote Farbe. Für #BC4979 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #BC4979 wird in RGB als (188,73,121) definiert.
RGB: (188,73,121) (74%,29%,47%)
R 188 von 255 = 74%
G 73 von 255 = 29%
B 121 von 255 = 47%
R + G + B ~ 50%. #BC4979 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 73 + 121 = 382 (100%)
R 188 von 382 ~ 49.21%
G 73 von 382 ~ 19.11%
B 121 von 382 ~ 31.68%
Die Farbe #BC4979 wird in CMYK als (0,61,36,26) definiert.
CMYK: (0,61,36,26) C0M61Y36K26 (0%,61%,36%,26%) (0.00/0.61/0.36/0.26)
BC | 49 | 79 | |
---|---|---|---|
RGB | 188 | 73 | 121 |
HSL | 335° | 46.18% | 51.18% |
HSB/HSV | 335° | 61.17% | 73.73% |
CMYK | 0.00% | 61.17% | 35.64% |
26.27% |
Hexadezimal | BC | 49 | 79 |
Dezimal | 188 | 73 | 121 |
Binär | 10111100 | 1001001 | 1111001 |
Oktal | 274 | 111 | 171 |
Beispiele css- und html für Elemente in der Farbe #BC4979. Bitte benutzen Sie auch rgb(188,73,121) statt hex-Code.
.myTextColor { color: #BC4979; }
<p style="color:#BC4979">This sample text font color is #BC4979.</p>
Die Farbe dieses Textes ist #BC4979.
.myBgColor { background-color: #BC4979; }
<div style="background-color:#BC4979">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC4979.
.myBorderColor { border: 1px solid #BC4979; }
<div style="border:3px solid #BC4979">Div</div>
Die Grenzen von diesem div sind in Farbe #BC4979.
.myOpacity80 { color: #BC4979; opacity: 0.8; }
<p style="color:#BC4979;opacity:0.8;">80%</p>
Text in Farbe #BC4979 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC4979;}
<p style="text-shadow: 3px 3px 1px #BC4979">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC4979.
.textShadow {text-shadow: 3px 3px 1px #BC4979, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC4979, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC4979 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC4979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC4979, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC4979 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC4979; -webkit-box-shadow: 1px 1px 3px 2px #BC4979; box-shadow: 1px 1px 3px 2px #BC4979; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC4979; -webkit-box-shadow: 1px 1px 3px 2px #BC4979; box-shadow:1px 1px 3px 2px #BC4979;">
Div content here</div>
Dieser Text ist in der Farbe #BC4979 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC4979 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC4979.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC4979.