Color spaces of #bb7dcb
RGB | 187 | 125 | 203 |
---|---|---|---|
HSL | 0.80 | 0.43 | 0.64 |
HSV | 288° | 38° | 80° |
CMYK | 0.08 | 0.38 | 0.00 0.20 |
XYZ | 38.6066 | 29.5438 | 60.1676 |
Yxy | 29.5438 | 0.3009 | 0.2302 |
Hunter Lab | 54.3542 | 31.6648 | -27.5833 |
CIE-Lab | 61.2586 | 37.2809 | -30.9166 |
#bb7dcb color RGB value is (187,125,203).
#bb7dcb hex color red value is 187, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb7dcb hue: 0.80 , saturation: 0.43 and the lightness value of bb7dcb is 0.64.
The process color (four color CMYK) of #bb7dcb color hex is 0.08, 0.38, 0.00, 0.20. Web safe color of #bb7dcb is #cc66cc. Color #bb7dcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01111101 | 11001011 |
Octal | 273 | 175 | 313 |
Decimal | 187 | 125 | 203 |
Hex | BB | 7D | CB |
Shades of #bb7dcb
Tints of #bb7dcb
RGB Percentages of Color #bb7dcb
CMYK Percentages of Color #bb7dcb
Complementary Color
#bb7dcb | #8dcb7d |
#bb7dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb7dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb7dcb Color CSS Codes
.mybgcolor {background-color:#bb7dcb; } .myforecolor {color:#bb7dcb; } .mybordercolor {border:3px solid #bb7dcb; }
#bb7dcb Text Font Color
<p style="color:#bb7dcb">Text here</p>
This sample text font color is #bb7dcb
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.
#bb7dcb Background Color
<div style="background-color:#bb7dcb">
Div content here</div>
This div background color is #bb7dcb
#bb7dcb Border Color
<div style="border:3px solid #bb7dcb">
Div here</div>
This div border color is #bb7dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,125,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb7dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb7dcb; -webkit-box-shadow: 1px 1px 3px 2px #bb7dcb; box-shadow: 1px 1px 3px 2px #bb7dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,125,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb7dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb7dcb; -webkit-box-shadow: 1px 1px 3px 2px #bb7dcb; box-shadow: 1px 1px 3px 2px #bb7dcb;">
Div content here</div>
This div box has shadow with color #bb7dcb
Comments
No comments written yet.
Please login to write comment.