Color spaces of #bb337a
RGB | 187 | 51 | 122 |
---|---|---|---|
HSL | 0.91 | 0.57 | 0.47 |
HSV | 329° | 73° | 73° |
CMYK | 0.00 | 0.73 | 0.35 0.27 |
XYZ | 25.1902 | 14.3376 | 19.8521 |
Yxy | 14.3376 | 0.4242 | 0.2415 |
Hunter Lab | 37.8650 | 52.4857 | -4.5794 |
CIE-Lab | 44.7132 | 59.4745 | -8.7304 |
#bb337a color RGB value is (187,51,122).
#bb337a hex color red value is 187, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb337a hue: 0.91 , saturation: 0.57 and the lightness value of bb337a is 0.47.
The process color (four color CMYK) of #bb337a color hex is 0.00, 0.73, 0.35, 0.27. Web safe color of #bb337a is #cc3366. Color #bb337a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00110011 | 01111010 |
Octal | 273 | 63 | 172 |
Decimal | 187 | 51 | 122 |
Hex | BB | 33 | 7A |
Shades of #bb337a
Tints of #bb337a
RGB Percentages of Color #bb337a
CMYK Percentages of Color #bb337a
Complementary Color
#bb337a | #33bb74 |
#bb337a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb337a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb337a Color CSS Codes
.mybgcolor {background-color:#bb337a; } .myforecolor {color:#bb337a; } .mybordercolor {border:3px solid #bb337a; }
#bb337a Text Font Color
<p style="color:#bb337a">Text here</p>
This sample text font color is #bb337a
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.
#bb337a Background Color
<div style="background-color:#bb337a">
Div content here</div>
This div background color is #bb337a
#bb337a Border Color
<div style="border:3px solid #bb337a">
Div here</div>
This div border color is #bb337a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,51,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb337a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb337a; -webkit-box-shadow: 1px 1px 3px 2px #bb337a; box-shadow: 1px 1px 3px 2px #bb337a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,51,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb337a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb337a; -webkit-box-shadow: 1px 1px 3px 2px #bb337a; box-shadow: 1px 1px 3px 2px #bb337a;">
Div content here</div>
This div box has shadow with color #bb337a
Comments
No comments written yet.
Please login to write comment.