Color spaces of #b58bac
RGB | 181 | 139 | 172 |
---|---|---|---|
HSL | 0.87 | 0.22 | 0.63 |
HSV | 313° | 23° | 71° |
CMYK | 0.00 | 0.23 | 0.05 0.29 |
XYZ | 35.7351 | 31.2676 | 43.1815 |
Yxy | 31.2676 | 0.3243 | 0.2838 |
Hunter Lab | 55.9174 | 16.2183 | -6.6437 |
CIE-Lab | 62.7329 | 21.5081 | -11.1945 |
#b58bac color RGB value is (181,139,172).
#b58bac hex color red value is 181, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b58bac hue: 0.87 , saturation: 0.22 and the lightness value of b58bac is 0.63.
The process color (four color CMYK) of #b58bac color hex is 0.00, 0.23, 0.05, 0.29. Web safe color of #b58bac is #cc9999. Color #b58bac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10001011 | 10101100 |
Octal | 265 | 213 | 254 |
Decimal | 181 | 139 | 172 |
Hex | B5 | 8B | AC |
Shades of #b58bac
Tints of #b58bac
RGB Percentages of Color #b58bac
CMYK Percentages of Color #b58bac
Complementary Color
#b58bac | #8bb594 |
#b58bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b58bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b58bac Color CSS Codes
.mybgcolor {background-color:#b58bac; } .myforecolor {color:#b58bac; } .mybordercolor {border:3px solid #b58bac; }
#b58bac Text Font Color
<p style="color:#b58bac">Text here</p>
This sample text font color is #b58bac
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.
#b58bac Background Color
<div style="background-color:#b58bac">
Div content here</div>
This div background color is #b58bac
#b58bac Border Color
<div style="border:3px solid #b58bac">
Div here</div>
This div border color is #b58bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,139,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b58bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b58bac; -webkit-box-shadow: 1px 1px 3px 2px #b58bac; box-shadow: 1px 1px 3px 2px #b58bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,139,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b58bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b58bac; -webkit-box-shadow: 1px 1px 3px 2px #b58bac; box-shadow: 1px 1px 3px 2px #b58bac;">
Div content here</div>
This div box has shadow with color #b58bac
Comments
No comments written yet.
Please login to write comment.