HEX: #BB5384
RGB: (187,83,132)
#BB5384 enthält hauptsächlich rote und blaue Farbe. Für #BB5384 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BB5384 wird in RGB als (187,83,132) definiert.
RGB: (187,83,132) (73%,33%,52%)
R 187 von 255 = 73%
G 83 von 255 = 33%
B 132 von 255 = 52%
R + G + B ~ 53%. #BB5384 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 83 + 132 = 402 (100%)
R 187 von 402 ~ 46.52%
G 83 von 402 ~ 20.65%
B 132 von 402 ~ 32.84%
Die Farbe #BB5384 wird in CMYK als (0,56,29,27) definiert.
CMYK: (0,56,29,27) C0M56Y29K27 (0%,56%,29%,27%) (0.00/0.56/0.29/0.27)
BB | 53 | 84 | |
---|---|---|---|
RGB | 187 | 83 | 132 |
HSL | 332° | 43.33% | 52.94% |
HSB/HSV | 332° | 55.61% | 73.33% |
CMYK | 0.00% | 55.61% | 29.41% |
26.67% |
Hexadezimal | BB | 53 | 84 |
Dezimal | 187 | 83 | 132 |
Binär | 10111011 | 1010011 | 10000100 |
Oktal | 273 | 123 | 204 |
Beispiele css- und html für Elemente in der Farbe #BB5384. Bitte benutzen Sie auch rgb(187,83,132) statt hex-Code.
.myTextColor { color: #BB5384; }
<p style="color:#BB5384">This sample text font color is #BB5384.</p>
Die Farbe dieses Textes ist #BB5384.
.myBgColor { background-color: #BB5384; }
<div style="background-color:#BB5384">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB5384.
.myBorderColor { border: 1px solid #BB5384; }
<div style="border:3px solid #BB5384">Div</div>
Die Grenzen von diesem div sind in Farbe #BB5384.
.myOpacity80 { color: #BB5384; opacity: 0.8; }
<p style="color:#BB5384;opacity:0.8;">80%</p>
Text in Farbe #BB5384 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB5384;}
<p style="text-shadow: 3px 3px 1px #BB5384">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB5384.
.textShadow {text-shadow: 3px 3px 1px #BB5384, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB5384, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB5384 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB5384, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB5384, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB5384 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB5384; -webkit-box-shadow: 1px 1px 3px 2px #BB5384; box-shadow: 1px 1px 3px 2px #BB5384; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB5384; -webkit-box-shadow: 1px 1px 3px 2px #BB5384; box-shadow:1px 1px 3px 2px #BB5384;">
Div content here</div>
Dieser Text ist in der Farbe #BB5384 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB5384 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB5384.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB5384.