Color spaces of #bc578e
RGB | 188 | 87 | 142 |
---|---|---|---|
HSL | 0.91 | 0.43 | 0.54 |
HSV | 327° | 54° | 74° |
CMYK | 0.00 | 0.54 | 0.24 0.26 |
XYZ | 29.0297 | 19.4608 | 27.8175 |
Yxy | 19.4608 | 0.3804 | 0.2550 |
Hunter Lab | 44.1144 | 40.2626 | -6.5068 |
CIE-Lab | 51.2220 | 46.9718 | -11.0061 |
#bc578e color RGB value is (188,87,142).
#bc578e hex color red value is 188, green value is 87 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bc578e hue: 0.91 , saturation: 0.43 and the lightness value of bc578e is 0.54.
The process color (four color CMYK) of #bc578e color hex is 0.00, 0.54, 0.24, 0.26. Web safe color of #bc578e is #cc6699. Color #bc578e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01010111 | 10001110 |
Octal | 274 | 127 | 216 |
Decimal | 188 | 87 | 142 |
Hex | BC | 57 | 8E |
Shades of #bc578e
Tints of #bc578e
RGB Percentages of Color #bc578e
CMYK Percentages of Color #bc578e
Complementary Color
#bc578e | #57bc85 |
#bc578e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc578e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc578e Color CSS Codes
.mybgcolor {background-color:#bc578e; } .myforecolor {color:#bc578e; } .mybordercolor {border:3px solid #bc578e; }
#bc578e Text Font Color
<p style="color:#bc578e">Text here</p>
This sample text font color is #bc578e
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.
#bc578e Background Color
<div style="background-color:#bc578e">
Div content here</div>
This div background color is #bc578e
#bc578e Border Color
<div style="border:3px solid #bc578e">
Div here</div>
This div border color is #bc578e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,87,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc578e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc578e; -webkit-box-shadow: 1px 1px 3px 2px #bc578e; box-shadow: 1px 1px 3px 2px #bc578e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,87,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc578e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc578e; -webkit-box-shadow: 1px 1px 3px 2px #bc578e; box-shadow: 1px 1px 3px 2px #bc578e;">
Div content here</div>
This div box has shadow with color #bc578e
Comments
No comments written yet.
Please login to write comment.