Color spaces of #bc457f
RGB | 188 | 69 | 127 |
---|---|---|---|
HSL | 0.92 | 0.47 | 0.50 |
HSV | 331° | 63° | 74° |
CMYK | 0.00 | 0.63 | 0.32 0.26 |
XYZ | 26.6979 | 16.4799 | 21.8525 |
Yxy | 16.4799 | 0.4105 | 0.2534 |
Hunter Lab | 40.5954 | 46.3498 | -3.4990 |
CIE-Lab | 47.5979 | 53.3245 | -7.4449 |
#bc457f color RGB value is (188,69,127).
#bc457f hex color red value is 188, green value is 69 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bc457f hue: 0.92 , saturation: 0.47 and the lightness value of bc457f is 0.50.
The process color (four color CMYK) of #bc457f color hex is 0.00, 0.63, 0.32, 0.26. Web safe color of #bc457f is #cc3366. Color #bc457f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01000101 | 01111111 |
Octal | 274 | 105 | 177 |
Decimal | 188 | 69 | 127 |
Hex | BC | 45 | 7F |
Shades of #bc457f
Tints of #bc457f
RGB Percentages of Color #bc457f
CMYK Percentages of Color #bc457f
Complementary Color
#bc457f | #45bc82 |
#bc457f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc457f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc457f Color CSS Codes
.mybgcolor {background-color:#bc457f; } .myforecolor {color:#bc457f; } .mybordercolor {border:3px solid #bc457f; }
#bc457f Text Font Color
<p style="color:#bc457f">Text here</p>
This sample text font color is #bc457f
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.
#bc457f Background Color
<div style="background-color:#bc457f">
Div content here</div>
This div background color is #bc457f
#bc457f Border Color
<div style="border:3px solid #bc457f">
Div here</div>
This div border color is #bc457f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,69,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc457f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc457f; -webkit-box-shadow: 1px 1px 3px 2px #bc457f; box-shadow: 1px 1px 3px 2px #bc457f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,69,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc457f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc457f; -webkit-box-shadow: 1px 1px 3px 2px #bc457f; box-shadow: 1px 1px 3px 2px #bc457f;">
Div content here</div>
This div box has shadow with color #bc457f
Comments
No comments written yet.
Please login to write comment.