Color spaces of #b57dab
RGB | 181 | 125 | 171 |
---|---|---|---|
HSL | 0.86 | 0.27 | 0.60 |
HSV | 311° | 31° | 71° |
CMYK | 0.00 | 0.31 | 0.06 0.29 |
XYZ | 33.7404 | 27.4313 | 42.0445 |
Yxy | 27.4313 | 0.3269 | 0.2658 |
Hunter Lab | 52.3749 | 23.3353 | -10.9332 |
CIE-Lab | 59.3714 | 29.1536 | -15.6889 |
#b57dab color RGB value is (181,125,171).
#b57dab hex color red value is 181, green value is 125 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b57dab hue: 0.86 , saturation: 0.27 and the lightness value of b57dab is 0.60.
The process color (four color CMYK) of #b57dab color hex is 0.00, 0.31, 0.06, 0.29. Web safe color of #b57dab is #cc6699. Color #b57dab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01111101 | 10101011 |
Octal | 265 | 175 | 253 |
Decimal | 181 | 125 | 171 |
Hex | B5 | 7D | AB |
Shades of #b57dab
Tints of #b57dab
RGB Percentages of Color #b57dab
CMYK Percentages of Color #b57dab
Complementary Color
#b57dab | #7db587 |
#b57dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b57dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b57dab Color CSS Codes
.mybgcolor {background-color:#b57dab; } .myforecolor {color:#b57dab; } .mybordercolor {border:3px solid #b57dab; }
#b57dab Text Font Color
<p style="color:#b57dab">Text here</p>
This sample text font color is #b57dab
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.
#b57dab Background Color
<div style="background-color:#b57dab">
Div content here</div>
This div background color is #b57dab
#b57dab Border Color
<div style="border:3px solid #b57dab">
Div here</div>
This div border color is #b57dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,125,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b57dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b57dab; -webkit-box-shadow: 1px 1px 3px 2px #b57dab; box-shadow: 1px 1px 3px 2px #b57dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,125,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b57dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b57dab; -webkit-box-shadow: 1px 1px 3px 2px #b57dab; box-shadow: 1px 1px 3px 2px #b57dab;">
Div content here</div>
This div box has shadow with color #b57dab
Comments
No comments written yet.
Please login to write comment.