Color spaces of #bb558a
RGB | 187 | 85 | 138 |
---|---|---|---|
HSL | 0.91 | 0.43 | 0.53 |
HSV | 329° | 55° | 73° |
CMYK | 0.00 | 0.55 | 0.26 0.27 |
XYZ | 28.3295 | 18.8968 | 26.1991 |
Yxy | 18.8968 | 0.3858 | 0.2574 |
Hunter Lab | 43.4704 | 40.2544 | -5.3040 |
CIE-Lab | 50.5662 | 47.0691 | -9.6263 |
#bb558a color RGB value is (187,85,138).
#bb558a hex color red value is 187, green value is 85 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bb558a hue: 0.91 , saturation: 0.43 and the lightness value of bb558a is 0.53.
The process color (four color CMYK) of #bb558a color hex is 0.00, 0.55, 0.26, 0.27. Web safe color of #bb558a is #cc6699. Color #bb558a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01010101 | 10001010 |
Octal | 273 | 125 | 212 |
Decimal | 187 | 85 | 138 |
Hex | BB | 55 | 8A |
Shades of #bb558a
Tints of #bb558a
RGB Percentages of Color #bb558a
CMYK Percentages of Color #bb558a
Complementary Color
#bb558a | #55bb86 |
#bb558a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb558a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb558a Color CSS Codes
.mybgcolor {background-color:#bb558a; } .myforecolor {color:#bb558a; } .mybordercolor {border:3px solid #bb558a; }
#bb558a Text Font Color
<p style="color:#bb558a">Text here</p>
This sample text font color is #bb558a
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.
#bb558a Background Color
<div style="background-color:#bb558a">
Div content here</div>
This div background color is #bb558a
#bb558a Border Color
<div style="border:3px solid #bb558a">
Div here</div>
This div border color is #bb558a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,85,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb558a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb558a; -webkit-box-shadow: 1px 1px 3px 2px #bb558a; box-shadow: 1px 1px 3px 2px #bb558a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,85,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb558a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb558a; -webkit-box-shadow: 1px 1px 3px 2px #bb558a; box-shadow: 1px 1px 3px 2px #bb558a;">
Div content here</div>
This div box has shadow with color #bb558a
Comments
No comments written yet.
Please login to write comment.