Color spaces of #aa328e
RGB | 170 | 50 | 142 |
---|---|---|---|
HSL | 0.87 | 0.55 | 0.43 |
HSV | 314° | 71° | 67° |
CMYK | 0.00 | 0.71 | 0.16 0.33 |
XYZ | 22.6007 | 12.7802 | 26.8668 |
Yxy | 12.7802 | 0.3631 | 0.2053 |
Hunter Lab | 35.7494 | 50.2859 | -19.5337 |
CIE-Lab | 42.4302 | 57.9099 | -24.7019 |
#aa328e color RGB value is (170,50,142).
#aa328e hex color red value is 170, green value is 50 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa328e hue: 0.87 , saturation: 0.55 and the lightness value of aa328e is 0.43.
The process color (four color CMYK) of #aa328e color hex is 0.00, 0.71, 0.16, 0.33. Web safe color of #aa328e is #993399. Color #aa328e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00110010 | 10001110 |
Octal | 252 | 62 | 216 |
Decimal | 170 | 50 | 142 |
Hex | AA | 32 | 8E |
Shades of #aa328e
Tints of #aa328e
RGB Percentages of Color #aa328e
CMYK Percentages of Color #aa328e
Complementary Color
#aa328e | #32aa4e |
#aa328e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa328e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa328e Color CSS Codes
.mybgcolor {background-color:#aa328e; } .myforecolor {color:#aa328e; } .mybordercolor {border:3px solid #aa328e; }
#aa328e Text Font Color
<p style="color:#aa328e">Text here</p>
This sample text font color is #aa328e
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.
#aa328e Background Color
<div style="background-color:#aa328e">
Div content here</div>
This div background color is #aa328e
#aa328e Border Color
<div style="border:3px solid #aa328e">
Div here</div>
This div border color is #aa328e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,50,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa328e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa328e; -webkit-box-shadow: 1px 1px 3px 2px #aa328e; box-shadow: 1px 1px 3px 2px #aa328e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,50,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa328e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa328e; -webkit-box-shadow: 1px 1px 3px 2px #aa328e; box-shadow: 1px 1px 3px 2px #aa328e;">
Div content here</div>
This div box has shadow with color #aa328e
Comments
No comments written yet.
Please login to write comment.