Color spaces of #b5757f
RGB | 181 | 117 | 127 |
---|---|---|---|
HSL | 0.97 | 0.30 | 0.58 |
HSV | 351° | 35° | 71° |
CMYK | 0.00 | 0.35 | 0.30 0.29 |
XYZ | 29.2481 | 24.0786 | 23.1848 |
Yxy | 24.0786 | 0.3823 | 0.3147 |
Hunter Lab | 49.0700 | 20.5224 | 6.3353 |
CIE-Lab | 56.1664 | 26.5021 | 4.9955 |
#b5757f color RGB value is (181,117,127).
#b5757f hex color red value is 181, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b5757f hue: 0.97 , saturation: 0.30 and the lightness value of b5757f is 0.58.
The process color (four color CMYK) of #b5757f color hex is 0.00, 0.35, 0.30, 0.29. Web safe color of #b5757f is #cc6666. Color #b5757f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01110101 | 01111111 |
Octal | 265 | 165 | 177 |
Decimal | 181 | 117 | 127 |
Hex | B5 | 75 | 7F |
Shades of #b5757f
Tints of #b5757f
RGB Percentages of Color #b5757f
CMYK Percentages of Color #b5757f
Complementary Color
#b5757f | #75b5ab |
#b5757f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5757f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5757f Color CSS Codes
.mybgcolor {background-color:#b5757f; } .myforecolor {color:#b5757f; } .mybordercolor {border:3px solid #b5757f; }
#b5757f Text Font Color
<p style="color:#b5757f">Text here</p>
This sample text font color is #b5757f
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.
#b5757f Background Color
<div style="background-color:#b5757f">
Div content here</div>
This div background color is #b5757f
#b5757f Border Color
<div style="border:3px solid #b5757f">
Div here</div>
This div border color is #b5757f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,117,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5757f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5757f; -webkit-box-shadow: 1px 1px 3px 2px #b5757f; box-shadow: 1px 1px 3px 2px #b5757f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,117,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5757f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5757f; -webkit-box-shadow: 1px 1px 3px 2px #b5757f; box-shadow: 1px 1px 3px 2px #b5757f;">
Div content here</div>
This div box has shadow with color #b5757f
Comments
No comments written yet.
Please login to write comment.