Color spaces of #bb357a
RGB | 187 | 53 | 122 |
---|---|---|---|
HSL | 0.91 | 0.56 | 0.47 |
HSV | 329° | 72° | 73° |
CMYK | 0.00 | 0.72 | 0.35 0.27 |
XYZ | 25.2795 | 14.5161 | 19.8819 |
Yxy | 14.5161 | 0.4236 | 0.2432 |
Hunter Lab | 38.1000 | 51.7605 | -4.2696 |
CIE-Lab | 44.9642 | 58.7721 | -8.3545 |
#bb357a color RGB value is (187,53,122).
#bb357a hex color red value is 187, green value is 53 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb357a hue: 0.91 , saturation: 0.56 and the lightness value of bb357a is 0.47.
The process color (four color CMYK) of #bb357a color hex is 0.00, 0.72, 0.35, 0.27. Web safe color of #bb357a is #cc3366. Color #bb357a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 00110101 | 01111010 |
Octal | 273 | 65 | 172 |
Decimal | 187 | 53 | 122 |
Hex | BB | 35 | 7A |
Shades of #bb357a
Tints of #bb357a
RGB Percentages of Color #bb357a
CMYK Percentages of Color #bb357a
Complementary Color
#bb357a | #35bb76 |
#bb357a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb357a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb357a Color CSS Codes
.mybgcolor {background-color:#bb357a; } .myforecolor {color:#bb357a; } .mybordercolor {border:3px solid #bb357a; }
#bb357a Text Font Color
<p style="color:#bb357a">Text here</p>
This sample text font color is #bb357a
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.
#bb357a Background Color
<div style="background-color:#bb357a">
Div content here</div>
This div background color is #bb357a
#bb357a Border Color
<div style="border:3px solid #bb357a">
Div here</div>
This div border color is #bb357a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,53,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb357a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb357a; -webkit-box-shadow: 1px 1px 3px 2px #bb357a; box-shadow: 1px 1px 3px 2px #bb357a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,53,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 #bb357a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb357a; -webkit-box-shadow: 1px 1px 3px 2px #bb357a; box-shadow: 1px 1px 3px 2px #bb357a;">
Div content here</div>
This div box has shadow with color #bb357a
Comments
No comments written yet.
Please login to write comment.