Color spaces of #bc859a
RGB | 188 | 133 | 154 |
---|---|---|---|
HSL | 0.94 | 0.29 | 0.63 |
HSV | 337° | 29° | 74° |
CMYK | 0.00 | 0.29 | 0.18 0.26 |
XYZ | 34.9593 | 29.7995 | 34.4812 |
Yxy | 29.7995 | 0.3523 | 0.3003 |
Hunter Lab | 54.5889 | 18.7826 | 0.7616 |
CIE-Lab | 61.4808 | 24.2742 | -2.7359 |
#bc859a color RGB value is (188,133,154).
#bc859a hex color red value is 188, green value is 133 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bc859a hue: 0.94 , saturation: 0.29 and the lightness value of bc859a is 0.63.
The process color (four color CMYK) of #bc859a color hex is 0.00, 0.29, 0.18, 0.26. Web safe color of #bc859a is #cc9999. Color #bc859a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10000101 | 10011010 |
Octal | 274 | 205 | 232 |
Decimal | 188 | 133 | 154 |
Hex | BC | 85 | 9A |
Shades of #bc859a
Tints of #bc859a
RGB Percentages of Color #bc859a
CMYK Percentages of Color #bc859a
Complementary Color
#bc859a | #85bca7 |
#bc859a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc859a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc859a Color CSS Codes
.mybgcolor {background-color:#bc859a; } .myforecolor {color:#bc859a; } .mybordercolor {border:3px solid #bc859a; }
#bc859a Text Font Color
<p style="color:#bc859a">Text here</p>
This sample text font color is #bc859a
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.
#bc859a Background Color
<div style="background-color:#bc859a">
Div content here</div>
This div background color is #bc859a
#bc859a Border Color
<div style="border:3px solid #bc859a">
Div here</div>
This div border color is #bc859a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,133,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc859a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc859a; -webkit-box-shadow: 1px 1px 3px 2px #bc859a; box-shadow: 1px 1px 3px 2px #bc859a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,133,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc859a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc859a; -webkit-box-shadow: 1px 1px 3px 2px #bc859a; box-shadow: 1px 1px 3px 2px #bc859a;">
Div content here</div>
This div box has shadow with color #bc859a
Comments
No comments written yet.
Please login to write comment.