Color spaces of #b5799f
RGB | 181 | 121 | 159 |
---|---|---|---|
HSL | 0.89 | 0.29 | 0.59 |
HSV | 322° | 33° | 71° |
CMYK | 0.00 | 0.33 | 0.12 0.29 |
XYZ | 32.1514 | 26.0017 | 36.1252 |
Yxy | 26.0017 | 0.3410 | 0.2758 |
Hunter Lab | 50.9919 | 23.3121 | -6.3097 |
CIE-Lab | 58.0387 | 29.2510 | -10.8036 |
#b5799f color RGB value is (181,121,159).
#b5799f hex color red value is 181, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5799f hue: 0.89 , saturation: 0.29 and the lightness value of b5799f is 0.59.
The process color (four color CMYK) of #b5799f color hex is 0.00, 0.33, 0.12, 0.29. Web safe color of #b5799f is #cc6699. Color #b5799f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01111001 | 10011111 |
Octal | 265 | 171 | 237 |
Decimal | 181 | 121 | 159 |
Hex | B5 | 79 | 9F |
Shades of #b5799f
Tints of #b5799f
RGB Percentages of Color #b5799f
CMYK Percentages of Color #b5799f
Complementary Color
#b5799f | #79b58f |
#b5799f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5799f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5799f Color CSS Codes
.mybgcolor {background-color:#b5799f; } .myforecolor {color:#b5799f; } .mybordercolor {border:3px solid #b5799f; }
#b5799f Text Font Color
<p style="color:#b5799f">Text here</p>
This sample text font color is #b5799f
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.
#b5799f Background Color
<div style="background-color:#b5799f">
Div content here</div>
This div background color is #b5799f
#b5799f Border Color
<div style="border:3px solid #b5799f">
Div here</div>
This div border color is #b5799f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,121,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5799f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5799f; -webkit-box-shadow: 1px 1px 3px 2px #b5799f; box-shadow: 1px 1px 3px 2px #b5799f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,121,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5799f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5799f; -webkit-box-shadow: 1px 1px 3px 2px #b5799f; box-shadow: 1px 1px 3px 2px #b5799f;">
Div content here</div>
This div box has shadow with color #b5799f
Comments
No comments written yet.
Please login to write comment.