Color spaces of #bb588d
RGB | 187 | 88 | 141 |
---|---|---|---|
HSL | 0.91 | 0.42 | 0.54 |
HSV | 328° | 53° | 73° |
CMYK | 0.00 | 0.53 | 0.25 0.27 |
XYZ | 28.7910 | 19.4673 | 27.4394 |
Yxy | 19.4673 | 0.3803 | 0.2572 |
Hunter Lab | 44.1218 | 39.2644 | -5.9873 |
CIE-Lab | 51.2295 | 46.0141 | -10.4156 |
#bb588d color RGB value is (187,88,141).
#bb588d hex color red value is 187, green value is 88 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb588d hue: 0.91 , saturation: 0.42 and the lightness value of bb588d is 0.54.
The process color (four color CMYK) of #bb588d color hex is 0.00, 0.53, 0.25, 0.27. Web safe color of #bb588d is #cc6699. Color #bb588d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01011000 | 10001101 |
Octal | 273 | 130 | 215 |
Decimal | 187 | 88 | 141 |
Hex | BB | 58 | 8D |
Shades of #bb588d
Tints of #bb588d
RGB Percentages of Color #bb588d
CMYK Percentages of Color #bb588d
Complementary Color
#bb588d | #58bb86 |
#bb588d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb588d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb588d Color CSS Codes
.mybgcolor {background-color:#bb588d; } .myforecolor {color:#bb588d; } .mybordercolor {border:3px solid #bb588d; }
#bb588d Text Font Color
<p style="color:#bb588d">Text here</p>
This sample text font color is #bb588d
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.
#bb588d Background Color
<div style="background-color:#bb588d">
Div content here</div>
This div background color is #bb588d
#bb588d Border Color
<div style="border:3px solid #bb588d">
Div here</div>
This div border color is #bb588d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,88,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb588d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb588d; -webkit-box-shadow: 1px 1px 3px 2px #bb588d; box-shadow: 1px 1px 3px 2px #bb588d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,88,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb588d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb588d; -webkit-box-shadow: 1px 1px 3px 2px #bb588d; box-shadow: 1px 1px 3px 2px #bb588d;">
Div content here</div>
This div box has shadow with color #bb588d
Comments
No comments written yet.
Please login to write comment.