Color spaces of #bb859f
RGB | 187 | 133 | 159 |
---|---|---|---|
HSL | 0.92 | 0.28 | 0.63 |
HSV | 331° | 29° | 73° |
CMYK | 0.00 | 0.29 | 0.15 0.27 |
XYZ | 35.1391 | 29.8431 | 36.7091 |
Yxy | 29.8431 | 0.3455 | 0.2935 |
Hunter Lab | 54.6288 | 19.2167 | -1.6011 |
CIE-Lab | 61.5186 | 24.7245 | -5.5457 |
#bb859f color RGB value is (187,133,159).
#bb859f hex color red value is 187, green value is 133 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb859f hue: 0.92 , saturation: 0.28 and the lightness value of bb859f is 0.63.
The process color (four color CMYK) of #bb859f color hex is 0.00, 0.29, 0.15, 0.27. Web safe color of #bb859f is #cc9999. Color #bb859f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10000101 | 10011111 |
Octal | 273 | 205 | 237 |
Decimal | 187 | 133 | 159 |
Hex | BB | 85 | 9F |
Shades of #bb859f
Tints of #bb859f
RGB Percentages of Color #bb859f
CMYK Percentages of Color #bb859f
Complementary Color
#bb859f | #85bba1 |
#bb859f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb859f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb859f Color CSS Codes
.mybgcolor {background-color:#bb859f; } .myforecolor {color:#bb859f; } .mybordercolor {border:3px solid #bb859f; }
#bb859f Text Font Color
<p style="color:#bb859f">Text here</p>
This sample text font color is #bb859f
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.
#bb859f Background Color
<div style="background-color:#bb859f">
Div content here</div>
This div background color is #bb859f
#bb859f Border Color
<div style="border:3px solid #bb859f">
Div here</div>
This div border color is #bb859f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,133,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb859f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb859f; -webkit-box-shadow: 1px 1px 3px 2px #bb859f; box-shadow: 1px 1px 3px 2px #bb859f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,133,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb859f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb859f; -webkit-box-shadow: 1px 1px 3px 2px #bb859f; box-shadow: 1px 1px 3px 2px #bb859f;">
Div content here</div>
This div box has shadow with color #bb859f
Comments
No comments written yet.
Please login to write comment.