Color spaces of #b979ac
RGB | 185 | 121 | 172 |
---|---|---|---|
HSL | 0.87 | 0.31 | 0.60 |
HSV | 312° | 35° | 73° |
CMYK | 0.00 | 0.35 | 0.07 0.27 |
XYZ | 34.2913 | 26.9676 | 42.4276 |
Yxy | 26.9676 | 0.3307 | 0.2601 |
Hunter Lab | 51.9303 | 26.9913 | -12.0893 |
CIE-Lab | 58.9443 | 32.9110 | -16.8663 |
#b979ac color RGB value is (185,121,172).
#b979ac hex color red value is 185, green value is 121 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b979ac hue: 0.87 , saturation: 0.31 and the lightness value of b979ac is 0.60.
The process color (four color CMYK) of #b979ac color hex is 0.00, 0.35, 0.07, 0.27. Web safe color of #b979ac is #cc6699. Color #b979ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111001 | 10101100 |
Octal | 271 | 171 | 254 |
Decimal | 185 | 121 | 172 |
Hex | B9 | 79 | AC |
Shades of #b979ac
Tints of #b979ac
RGB Percentages of Color #b979ac
CMYK Percentages of Color #b979ac
Complementary Color
#b979ac | #79b986 |
#b979ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b979ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b979ac Color CSS Codes
.mybgcolor {background-color:#b979ac; } .myforecolor {color:#b979ac; } .mybordercolor {border:3px solid #b979ac; }
#b979ac Text Font Color
<p style="color:#b979ac">Text here</p>
This sample text font color is #b979ac
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.
#b979ac Background Color
<div style="background-color:#b979ac">
Div content here</div>
This div background color is #b979ac
#b979ac Border Color
<div style="border:3px solid #b979ac">
Div here</div>
This div border color is #b979ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,121,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b979ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b979ac; -webkit-box-shadow: 1px 1px 3px 2px #b979ac; box-shadow: 1px 1px 3px 2px #b979ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,121,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 #b979ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b979ac; -webkit-box-shadow: 1px 1px 3px 2px #b979ac; box-shadow: 1px 1px 3px 2px #b979ac;">
Div content here</div>
This div box has shadow with color #b979ac
Comments
No comments written yet.
Please login to write comment.