Color spaces of #bc489c
RGB | 188 | 72 | 156 |
---|---|---|---|
HSL | 0.88 | 0.46 | 0.51 |
HSV | 317° | 62° | 74° |
CMYK | 0.00 | 0.62 | 0.17 0.26 |
XYZ | 29.0572 | 17.7264 | 33.3425 |
Yxy | 17.7264 | 0.3626 | 0.2212 |
Hunter Lab | 42.1027 | 49.5120 | -17.4817 |
CIE-Lab | 49.1626 | 55.9551 | -22.4568 |
#bc489c color RGB value is (188,72,156).
#bc489c hex color red value is 188, green value is 72 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bc489c hue: 0.88 , saturation: 0.46 and the lightness value of bc489c is 0.51.
The process color (four color CMYK) of #bc489c color hex is 0.00, 0.62, 0.17, 0.26. Web safe color of #bc489c is #cc3399. Color #bc489c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01001000 | 10011100 |
Octal | 274 | 110 | 234 |
Decimal | 188 | 72 | 156 |
Hex | BC | 48 | 9C |
Shades of #bc489c
Tints of #bc489c
RGB Percentages of Color #bc489c
CMYK Percentages of Color #bc489c
Complementary Color
#bc489c | #48bc68 |
#bc489c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc489c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc489c Color CSS Codes
.mybgcolor {background-color:#bc489c; } .myforecolor {color:#bc489c; } .mybordercolor {border:3px solid #bc489c; }
#bc489c Text Font Color
<p style="color:#bc489c">Text here</p>
This sample text font color is #bc489c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bc489c Background Color
<div style="background-color:#bc489c">
Div content here</div>
This div background color is #bc489c
#bc489c Border Color
<div style="border:3px solid #bc489c">
Div here</div>
This div border color is #bc489c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,72,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc489c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc489c; -webkit-box-shadow: 1px 1px 3px 2px #bc489c; box-shadow: 1px 1px 3px 2px #bc489c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,72,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc489c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc489c; -webkit-box-shadow: 1px 1px 3px 2px #bc489c; box-shadow: 1px 1px 3px 2px #bc489c;">
Div content here</div>
This div box has shadow with color #bc489c
Comments
No comments written yet.
Please login to write comment.