Color spaces of #bb336d
RGB | 187 | 51 | 109 |
---|---|---|---|
HSL | 0.93 | 0.57 | 0.47 |
HSV | 334° | 73° | 73° |
CMYK | 0.00 | 0.73 | 0.42 0.27 |
XYZ | 24.4377 | 14.0366 | 15.8893 |
Yxy | 14.0366 | 0.4495 | 0.2582 |
Hunter Lab | 37.4655 | 50.8662 | 1.0806 |
CIE-Lab | 44.2854 | 58.0884 | -1.3556 |
#bb336d color RGB value is (187,51,109).
#bb336d hex color red value is 187, green value is 51 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bb336d hue: 0.93 , saturation: 0.57 and the lightness value of bb336d is 0.47.
The process color (four color CMYK) of #bb336d color hex is 0.00, 0.73, 0.42, 0.27. Web safe color of #bb336d is #cc3366. Color #bb336d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00110011 | 01101101 |
Octal | 273 | 63 | 155 |
Decimal | 187 | 51 | 109 |
Hex | BB | 33 | 6D |
Shades of #bb336d
Tints of #bb336d
RGB Percentages of Color #bb336d
CMYK Percentages of Color #bb336d
Complementary Color
#bb336d | #33bb81 |
#bb336d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb336d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb336d Color CSS Codes
.mybgcolor {background-color:#bb336d; } .myforecolor {color:#bb336d; } .mybordercolor {border:3px solid #bb336d; }
#bb336d Text Font Color
<p style="color:#bb336d">Text here</p>
This sample text font color is #bb336d
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.
#bb336d Background Color
<div style="background-color:#bb336d">
Div content here</div>
This div background color is #bb336d
#bb336d Border Color
<div style="border:3px solid #bb336d">
Div here</div>
This div border color is #bb336d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,51,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb336d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb336d; -webkit-box-shadow: 1px 1px 3px 2px #bb336d; box-shadow: 1px 1px 3px 2px #bb336d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,51,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb336d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb336d; -webkit-box-shadow: 1px 1px 3px 2px #bb336d; box-shadow: 1px 1px 3px 2px #bb336d;">
Div content here</div>
This div box has shadow with color #bb336d
Comments
No comments written yet.
Please login to write comment.