Color spaces of #aa358f
RGB | 170 | 53 | 143 |
---|---|---|---|
HSL | 0.87 | 0.52 | 0.44 |
HSV | 314° | 69° | 67° |
CMYK | 0.00 | 0.69 | 0.16 0.33 |
XYZ | 22.8086 | 13.0754 | 27.3083 |
Yxy | 13.0754 | 0.3609 | 0.2069 |
Hunter Lab | 36.1599 | 49.3126 | -19.4644 |
CIE-Lab | 42.8766 | 56.9325 | -24.6156 |
#aa358f color RGB value is (170,53,143).
#aa358f hex color red value is 170, green value is 53 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aa358f hue: 0.87 , saturation: 0.52 and the lightness value of aa358f is 0.44.
The process color (four color CMYK) of #aa358f color hex is 0.00, 0.69, 0.16, 0.33. Web safe color of #aa358f is #993399. Color #aa358f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 00110101 | 10001111 |
Octal | 252 | 65 | 217 |
Decimal | 170 | 53 | 143 |
Hex | AA | 35 | 8F |
Shades of #aa358f
Tints of #aa358f
RGB Percentages of Color #aa358f
CMYK Percentages of Color #aa358f
Complementary Color
#aa358f | #35aa50 |
#aa358f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa358f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa358f Color CSS Codes
.mybgcolor {background-color:#aa358f; } .myforecolor {color:#aa358f; } .mybordercolor {border:3px solid #aa358f; }
#aa358f Text Font Color
<p style="color:#aa358f">Text here</p>
This sample text font color is #aa358f
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.
#aa358f Background Color
<div style="background-color:#aa358f">
Div content here</div>
This div background color is #aa358f
#aa358f Border Color
<div style="border:3px solid #aa358f">
Div here</div>
This div border color is #aa358f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,53,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa358f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa358f; -webkit-box-shadow: 1px 1px 3px 2px #aa358f; box-shadow: 1px 1px 3px 2px #aa358f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,53,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa358f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa358f; -webkit-box-shadow: 1px 1px 3px 2px #aa358f; box-shadow: 1px 1px 3px 2px #aa358f;">
Div content here</div>
This div box has shadow with color #aa358f
Comments
No comments written yet.
Please login to write comment.