Color spaces of #b584bb
RGB | 181 | 132 | 187 |
---|---|---|---|
HSL | 0.82 | 0.29 | 0.63 |
HSV | 293° | 29° | 73° |
CMYK | 0.03 | 0.29 | 0.00 0.27 |
XYZ | 36.2770 | 29.9141 | 50.8757 |
Yxy | 29.9141 | 0.3099 | 0.2555 |
Hunter Lab | 54.6938 | 22.6804 | -16.8654 |
CIE-Lab | 61.5800 | 28.2922 | -21.4372 |
#b584bb color RGB value is (181,132,187).
#b584bb hex color red value is 181, green value is 132 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b584bb hue: 0.82 , saturation: 0.29 and the lightness value of b584bb is 0.63.
The process color (four color CMYK) of #b584bb color hex is 0.03, 0.29, 0.00, 0.27. Web safe color of #b584bb is #cc99cc. Color #b584bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10000100 | 10111011 |
Octal | 265 | 204 | 273 |
Decimal | 181 | 132 | 187 |
Hex | B5 | 84 | BB |
Shades of #b584bb
Tints of #b584bb
RGB Percentages of Color #b584bb
CMYK Percentages of Color #b584bb
Complementary Color
#b584bb | #8abb84 |
#b584bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b584bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b584bb Color CSS Codes
.mybgcolor {background-color:#b584bb; } .myforecolor {color:#b584bb; } .mybordercolor {border:3px solid #b584bb; }
#b584bb Text Font Color
<p style="color:#b584bb">Text here</p>
This sample text font color is #b584bb
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.
#b584bb Background Color
<div style="background-color:#b584bb">
Div content here</div>
This div background color is #b584bb
#b584bb Border Color
<div style="border:3px solid #b584bb">
Div here</div>
This div border color is #b584bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,132,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b584bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b584bb; -webkit-box-shadow: 1px 1px 3px 2px #b584bb; box-shadow: 1px 1px 3px 2px #b584bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,132,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b584bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b584bb; -webkit-box-shadow: 1px 1px 3px 2px #b584bb; box-shadow: 1px 1px 3px 2px #b584bb;">
Div content here</div>
This div box has shadow with color #b584bb
Comments
No comments written yet.
Please login to write comment.