Color spaces of #ac50aa
RGB | 172 | 80 | 170 |
---|---|---|---|
HSL | 0.84 | 0.37 | 0.49 |
HSV | 301° | 53° | 67° |
CMYK | 0.00 | 0.53 | 0.01 0.33 |
XYZ | 27.1376 | 17.4103 | 39.9604 |
Yxy | 17.4103 | 0.3211 | 0.2060 |
Hunter Lab | 41.7257 | 43.0732 | -27.5737 |
CIE-Lab | 48.7729 | 50.0478 | -31.5150 |
#ac50aa color RGB value is (172,80,170).
#ac50aa hex color red value is 172, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac50aa hue: 0.84 , saturation: 0.37 and the lightness value of ac50aa is 0.49.
The process color (four color CMYK) of #ac50aa color hex is 0.00, 0.53, 0.01, 0.33. Web safe color of #ac50aa is #996699. Color #ac50aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01010000 | 10101010 |
Octal | 254 | 120 | 252 |
Decimal | 172 | 80 | 170 |
Hex | AC | 50 | AA |
Shades of #ac50aa
Tints of #ac50aa
RGB Percentages of Color #ac50aa
CMYK Percentages of Color #ac50aa
Complementary Color
#ac50aa | #50ac52 |
#ac50aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac50aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac50aa Color CSS Codes
.mybgcolor {background-color:#ac50aa; } .myforecolor {color:#ac50aa; } .mybordercolor {border:3px solid #ac50aa; }
#ac50aa Text Font Color
<p style="color:#ac50aa">Text here</p>
This sample text font color is #ac50aa
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.
#ac50aa Background Color
<div style="background-color:#ac50aa">
Div content here</div>
This div background color is #ac50aa
#ac50aa Border Color
<div style="border:3px solid #ac50aa">
Div here</div>
This div border color is #ac50aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,80,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac50aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac50aa; -webkit-box-shadow: 1px 1px 3px 2px #ac50aa; box-shadow: 1px 1px 3px 2px #ac50aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,80,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac50aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac50aa; -webkit-box-shadow: 1px 1px 3px 2px #ac50aa; box-shadow: 1px 1px 3px 2px #ac50aa;">
Div content here</div>
This div box has shadow with color #ac50aa
Comments
No comments written yet.
Please login to write comment.