Color spaces of #bb8cbd
RGB | 187 | 140 | 189 |
---|---|---|---|
HSL | 0.83 | 0.27 | 0.65 |
HSV | 298° | 26° | 74° |
CMYK | 0.01 | 0.26 | 0.00 0.26 |
XYZ | 39.0569 | 32.9951 | 52.4543 |
Yxy | 32.9951 | 0.3137 | 0.2650 |
Hunter Lab | 57.4414 | 20.8476 | -13.9335 |
CIE-Lab | 64.1569 | 26.2221 | -18.5831 |
#bb8cbd color RGB value is (187,140,189).
#bb8cbd hex color red value is 187, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bb8cbd hue: 0.83 , saturation: 0.27 and the lightness value of bb8cbd is 0.65.
The process color (four color CMYK) of #bb8cbd color hex is 0.01, 0.26, 0.00, 0.26. Web safe color of #bb8cbd is #cc99cc. Color #bb8cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10001100 | 10111101 |
Octal | 273 | 214 | 275 |
Decimal | 187 | 140 | 189 |
Hex | BB | 8C | BD |
Shades of #bb8cbd
Tints of #bb8cbd
RGB Percentages of Color #bb8cbd
CMYK Percentages of Color #bb8cbd
Complementary Color
#bb8cbd | #8ebd8c |
#bb8cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb8cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb8cbd Color CSS Codes
.mybgcolor {background-color:#bb8cbd; } .myforecolor {color:#bb8cbd; } .mybordercolor {border:3px solid #bb8cbd; }
#bb8cbd Text Font Color
<p style="color:#bb8cbd">Text here</p>
This sample text font color is #bb8cbd
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.
#bb8cbd Background Color
<div style="background-color:#bb8cbd">
Div content here</div>
This div background color is #bb8cbd
#bb8cbd Border Color
<div style="border:3px solid #bb8cbd">
Div here</div>
This div border color is #bb8cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,140,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb8cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb8cbd; -webkit-box-shadow: 1px 1px 3px 2px #bb8cbd; box-shadow: 1px 1px 3px 2px #bb8cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,140,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb8cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb8cbd; -webkit-box-shadow: 1px 1px 3px 2px #bb8cbd; box-shadow: 1px 1px 3px 2px #bb8cbd;">
Div content here</div>
This div box has shadow with color #bb8cbd
Comments
No comments written yet.
Please login to write comment.