Color spaces of #b57fbb
RGB | 181 | 127 | 187 |
---|---|---|---|
HSL | 0.82 | 0.31 | 0.62 |
HSV | 294° | 32° | 73° |
CMYK | 0.03 | 0.32 | 0.00 0.27 |
XYZ | 35.6151 | 28.5904 | 50.6551 |
Yxy | 28.5904 | 0.3101 | 0.2489 |
Hunter Lab | 53.4700 | 25.3222 | -18.7397 |
CIE-Lab | 60.4184 | 31.0798 | -23.2153 |
#b57fbb color RGB value is (181,127,187).
#b57fbb hex color red value is 181, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b57fbb hue: 0.82 , saturation: 0.31 and the lightness value of b57fbb is 0.62.
The process color (four color CMYK) of #b57fbb color hex is 0.03, 0.32, 0.00, 0.27. Web safe color of #b57fbb is #cc66cc. Color #b57fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01111111 | 10111011 |
Octal | 265 | 177 | 273 |
Decimal | 181 | 127 | 187 |
Hex | B5 | 7F | BB |
Shades of #b57fbb
Tints of #b57fbb
RGB Percentages of Color #b57fbb
CMYK Percentages of Color #b57fbb
Complementary Color
#b57fbb | #85bb7f |
#b57fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b57fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b57fbb Color CSS Codes
.mybgcolor {background-color:#b57fbb; } .myforecolor {color:#b57fbb; } .mybordercolor {border:3px solid #b57fbb; }
#b57fbb Text Font Color
<p style="color:#b57fbb">Text here</p>
This sample text font color is #b57fbb
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.
#b57fbb Background Color
<div style="background-color:#b57fbb">
Div content here</div>
This div background color is #b57fbb
#b57fbb Border Color
<div style="border:3px solid #b57fbb">
Div here</div>
This div border color is #b57fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,127,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b57fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b57fbb; -webkit-box-shadow: 1px 1px 3px 2px #b57fbb; box-shadow: 1px 1px 3px 2px #b57fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,127,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 #b57fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b57fbb; -webkit-box-shadow: 1px 1px 3px 2px #b57fbb; box-shadow: 1px 1px 3px 2px #b57fbb;">
Div content here</div>
This div box has shadow with color #b57fbb
Comments
No comments written yet.
Please login to write comment.