Color spaces of #bb52af
RGB | 187 | 82 | 175 |
---|---|---|---|
HSL | 0.85 | 0.44 | 0.53 |
HSV | 307° | 56° | 73° |
CMYK | 0.00 | 0.56 | 0.06 0.27 |
XYZ | 31.2487 | 19.6945 | 42.7119 |
Yxy | 19.6945 | 0.3337 | 0.2103 |
Hunter Lab | 44.3785 | 48.0268 | -25.9985 |
CIE-Lab | 51.4900 | 54.1864 | -30.0441 |
#bb52af color RGB value is (187,82,175).
#bb52af hex color red value is 187, green value is 82 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb52af hue: 0.85 , saturation: 0.44 and the lightness value of bb52af is 0.53.
The process color (four color CMYK) of #bb52af color hex is 0.00, 0.56, 0.06, 0.27. Web safe color of #bb52af is #cc6699. Color #bb52af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01010010 | 10101111 |
Octal | 273 | 122 | 257 |
Decimal | 187 | 82 | 175 |
Hex | BB | 52 | AF |
Shades of #bb52af
Tints of #bb52af
RGB Percentages of Color #bb52af
CMYK Percentages of Color #bb52af
Complementary Color
#bb52af | #52bb5e |
#bb52af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb52af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb52af Color CSS Codes
.mybgcolor {background-color:#bb52af; } .myforecolor {color:#bb52af; } .mybordercolor {border:3px solid #bb52af; }
#bb52af Text Font Color
<p style="color:#bb52af">Text here</p>
This sample text font color is #bb52af
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.
#bb52af Background Color
<div style="background-color:#bb52af">
Div content here</div>
This div background color is #bb52af
#bb52af Border Color
<div style="border:3px solid #bb52af">
Div here</div>
This div border color is #bb52af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,82,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb52af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb52af; -webkit-box-shadow: 1px 1px 3px 2px #bb52af; box-shadow: 1px 1px 3px 2px #bb52af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,82,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb52af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb52af; -webkit-box-shadow: 1px 1px 3px 2px #bb52af; box-shadow: 1px 1px 3px 2px #bb52af;">
Div content here</div>
This div box has shadow with color #bb52af
Comments
No comments written yet.
Please login to write comment.