Color spaces of #bc156e
RGB | 188 | 21 | 110 |
---|---|---|---|
HSL | 0.91 | 0.80 | 0.41 |
HSV | 328° | 89° | 74° |
CMYK | 0.00 | 0.89 | 0.41 0.26 |
XYZ | 23.8217 | 12.3535 | 15.8808 |
Yxy | 12.3535 | 0.4576 | 0.2373 |
Hunter Lab | 35.1475 | 59.4725 | -2.1859 |
CIE-Lab | 41.7725 | 66.2254 | -5.6693 |
#bc156e color RGB value is (188,21,110).
#bc156e hex color red value is 188, green value is 21 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bc156e hue: 0.91 , saturation: 0.80 and the lightness value of bc156e is 0.41.
The process color (four color CMYK) of #bc156e color hex is 0.00, 0.89, 0.41, 0.26. Web safe color of #bc156e is #cc0066. Color #bc156e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00010101 | 01101110 |
Octal | 274 | 25 | 156 |
Decimal | 188 | 21 | 110 |
Hex | BC | 15 | 6E |
Shades of #bc156e
Tints of #bc156e
RGB Percentages of Color #bc156e
CMYK Percentages of Color #bc156e
Complementary Color
#bc156e | #15bc63 |
#bc156e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc156e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc156e Color CSS Codes
.mybgcolor {background-color:#bc156e; } .myforecolor {color:#bc156e; } .mybordercolor {border:3px solid #bc156e; }
#bc156e Text Font Color
<p style="color:#bc156e">Text here</p>
This sample text font color is #bc156e
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.
#bc156e Background Color
<div style="background-color:#bc156e">
Div content here</div>
This div background color is #bc156e
#bc156e Border Color
<div style="border:3px solid #bc156e">
Div here</div>
This div border color is #bc156e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,21,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc156e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc156e; -webkit-box-shadow: 1px 1px 3px 2px #bc156e; box-shadow: 1px 1px 3px 2px #bc156e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,21,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc156e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc156e; -webkit-box-shadow: 1px 1px 3px 2px #bc156e; box-shadow: 1px 1px 3px 2px #bc156e;">
Div content here</div>
This div box has shadow with color #bc156e
Comments
No comments written yet.
Please login to write comment.