Color spaces of #a47eac
RGB | 164 | 126 | 172 |
---|---|---|---|
HSL | 0.80 | 0.22 | 0.58 |
HSV | 290° | 27° | 67° |
CMYK | 0.05 | 0.27 | 0.00 0.33 |
XYZ | 30.2171 | 25.7928 | 42.4156 |
Yxy | 25.7928 | 0.3070 | 0.2621 |
Hunter Lab | 50.7866 | 17.3276 | -13.9668 |
CIE-Lab | 57.8399 | 22.9765 | -18.7568 |
#a47eac color RGB value is (164,126,172).
#a47eac hex color red value is 164, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a47eac hue: 0.80 , saturation: 0.22 and the lightness value of a47eac is 0.58.
The process color (four color CMYK) of #a47eac color hex is 0.05, 0.27, 0.00, 0.33. Web safe color of #a47eac is #996699. Color #a47eac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01111110 | 10101100 |
Octal | 244 | 176 | 254 |
Decimal | 164 | 126 | 172 |
Hex | A4 | 7E | AC |
Shades of #a47eac
Tints of #a47eac
RGB Percentages of Color #a47eac
CMYK Percentages of Color #a47eac
Complementary Color
#a47eac | #86ac7e |
#a47eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a47eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a47eac Color CSS Codes
.mybgcolor {background-color:#a47eac; } .myforecolor {color:#a47eac; } .mybordercolor {border:3px solid #a47eac; }
#a47eac Text Font Color
<p style="color:#a47eac">Text here</p>
This sample text font color is #a47eac
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.
#a47eac Background Color
<div style="background-color:#a47eac">
Div content here</div>
This div background color is #a47eac
#a47eac Border Color
<div style="border:3px solid #a47eac">
Div here</div>
This div border color is #a47eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,126,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a47eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a47eac; -webkit-box-shadow: 1px 1px 3px 2px #a47eac; box-shadow: 1px 1px 3px 2px #a47eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,126,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 #a47eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a47eac; -webkit-box-shadow: 1px 1px 3px 2px #a47eac; box-shadow: 1px 1px 3px 2px #a47eac;">
Div content here</div>
This div box has shadow with color #a47eac
Comments
No comments written yet.
Please login to write comment.