Color spaces of #bb49ad
RGB | 187 | 73 | 173 |
---|---|---|---|
HSL | 0.85 | 0.46 | 0.51 |
HSV | 307° | 61° | 73° |
CMYK | 0.00 | 0.61 | 0.07 0.27 |
XYZ | 30.4189 | 18.3470 | 41.4732 |
Yxy | 18.3470 | 0.3371 | 0.2033 |
Hunter Lab | 42.8334 | 51.8065 | -27.4238 |
CIE-Lab | 49.9143 | 57.8963 | -31.3317 |
#bb49ad color RGB value is (187,73,173).
#bb49ad hex color red value is 187, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb49ad hue: 0.85 , saturation: 0.46 and the lightness value of bb49ad is 0.51.
The process color (four color CMYK) of #bb49ad color hex is 0.00, 0.61, 0.07, 0.27. Web safe color of #bb49ad is #cc3399. Color #bb49ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01001001 | 10101101 |
Octal | 273 | 111 | 255 |
Decimal | 187 | 73 | 173 |
Hex | BB | 49 | AD |
Shades of #bb49ad
Tints of #bb49ad
RGB Percentages of Color #bb49ad
CMYK Percentages of Color #bb49ad
Complementary Color
#bb49ad | #49bb57 |
#bb49ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb49ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb49ad Color CSS Codes
.mybgcolor {background-color:#bb49ad; } .myforecolor {color:#bb49ad; } .mybordercolor {border:3px solid #bb49ad; }
#bb49ad Text Font Color
<p style="color:#bb49ad">Text here</p>
This sample text font color is #bb49ad
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.
#bb49ad Background Color
<div style="background-color:#bb49ad">
Div content here</div>
This div background color is #bb49ad
#bb49ad Border Color
<div style="border:3px solid #bb49ad">
Div here</div>
This div border color is #bb49ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,73,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb49ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb49ad; -webkit-box-shadow: 1px 1px 3px 2px #bb49ad; box-shadow: 1px 1px 3px 2px #bb49ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,73,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb49ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb49ad; -webkit-box-shadow: 1px 1px 3px 2px #bb49ad; box-shadow: 1px 1px 3px 2px #bb49ad;">
Div content here</div>
This div box has shadow with color #bb49ad
Comments
No comments written yet.
Please login to write comment.