Color spaces of #bb7fbd
RGB | 187 | 127 | 189 |
---|---|---|---|
HSL | 0.83 | 0.32 | 0.62 |
HSV | 298° | 33° | 74° |
CMYK | 0.01 | 0.33 | 0.00 0.26 |
XYZ | 37.2682 | 29.4177 | 51.8580 |
Yxy | 29.4177 | 0.3144 | 0.2482 |
Hunter Lab | 54.2381 | 27.7347 | -18.7216 |
CIE-Lab | 61.1485 | 33.4259 | -23.1736 |
#bb7fbd color RGB value is (187,127,189).
#bb7fbd hex color red value is 187, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bb7fbd hue: 0.83 , saturation: 0.32 and the lightness value of bb7fbd is 0.62.
The process color (four color CMYK) of #bb7fbd color hex is 0.01, 0.33, 0.00, 0.26. Web safe color of #bb7fbd is #cc66cc. Color #bb7fbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01111111 | 10111101 |
Octal | 273 | 177 | 275 |
Decimal | 187 | 127 | 189 |
Hex | BB | 7F | BD |
Shades of #bb7fbd
Tints of #bb7fbd
RGB Percentages of Color #bb7fbd
CMYK Percentages of Color #bb7fbd
Complementary Color
#bb7fbd | #81bd7f |
#bb7fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb7fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb7fbd Color CSS Codes
.mybgcolor {background-color:#bb7fbd; } .myforecolor {color:#bb7fbd; } .mybordercolor {border:3px solid #bb7fbd; }
#bb7fbd Text Font Color
<p style="color:#bb7fbd">Text here</p>
This sample text font color is #bb7fbd
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.
#bb7fbd Background Color
<div style="background-color:#bb7fbd">
Div content here</div>
This div background color is #bb7fbd
#bb7fbd Border Color
<div style="border:3px solid #bb7fbd">
Div here</div>
This div border color is #bb7fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,127,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb7fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb7fbd; -webkit-box-shadow: 1px 1px 3px 2px #bb7fbd; box-shadow: 1px 1px 3px 2px #bb7fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,127,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 #bb7fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb7fbd; -webkit-box-shadow: 1px 1px 3px 2px #bb7fbd; box-shadow: 1px 1px 3px 2px #bb7fbd;">
Div content here</div>
This div box has shadow with color #bb7fbd
Comments
No comments written yet.
Please login to write comment.