Color spaces of #a757ac
RGB | 167 | 87 | 172 |
---|---|---|---|
HSL | 0.82 | 0.34 | 0.51 |
HSV | 296° | 49° | 67° |
CMYK | 0.03 | 0.49 | 0.00 0.33 |
XYZ | 26.7909 | 18.0104 | 41.0940 |
Yxy | 18.0104 | 0.3119 | 0.2097 |
Hunter Lab | 42.4387 | 38.4168 | -27.7043 |
CIE-Lab | 49.5087 | 45.4681 | -31.5877 |
#a757ac color RGB value is (167,87,172).
#a757ac hex color red value is 167, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a757ac hue: 0.82 , saturation: 0.34 and the lightness value of a757ac is 0.51.
The process color (four color CMYK) of #a757ac color hex is 0.03, 0.49, 0.00, 0.33. Web safe color of #a757ac is #996699. Color #a757ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01010111 | 10101100 |
Octal | 247 | 127 | 254 |
Decimal | 167 | 87 | 172 |
Hex | A7 | 57 | AC |
Shades of #a757ac
Tints of #a757ac
RGB Percentages of Color #a757ac
CMYK Percentages of Color #a757ac
Complementary Color
#a757ac | #5cac57 |
#a757ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a757ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a757ac Color CSS Codes
.mybgcolor {background-color:#a757ac; } .myforecolor {color:#a757ac; } .mybordercolor {border:3px solid #a757ac; }
#a757ac Text Font Color
<p style="color:#a757ac">Text here</p>
This sample text font color is #a757ac
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.
#a757ac Background Color
<div style="background-color:#a757ac">
Div content here</div>
This div background color is #a757ac
#a757ac Border Color
<div style="border:3px solid #a757ac">
Div here</div>
This div border color is #a757ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,87,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a757ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a757ac; -webkit-box-shadow: 1px 1px 3px 2px #a757ac; box-shadow: 1px 1px 3px 2px #a757ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,87,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 #a757ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a757ac; -webkit-box-shadow: 1px 1px 3px 2px #a757ac; box-shadow: 1px 1px 3px 2px #a757ac;">
Div content here</div>
This div box has shadow with color #a757ac
Comments
No comments written yet.
Please login to write comment.