Color spaces of #ac439a
RGB | 172 | 67 | 154 |
---|---|---|---|
HSL | 0.86 | 0.44 | 0.47 |
HSV | 310° | 61° | 67° |
CMYK | 0.00 | 0.61 | 0.10 0.33 |
XYZ | 24.8531 | 15.1181 | 32.1800 |
Yxy | 15.1181 | 0.3445 | 0.2095 |
Hunter Lab | 38.8820 | 46.0524 | -21.8529 |
CIE-Lab | 45.7955 | 53.3704 | -26.6768 |
#ac439a color RGB value is (172,67,154).
#ac439a hex color red value is 172, green value is 67 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac439a hue: 0.86 , saturation: 0.44 and the lightness value of ac439a is 0.47.
The process color (four color CMYK) of #ac439a color hex is 0.00, 0.61, 0.10, 0.33. Web safe color of #ac439a is #993399. Color #ac439a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01000011 | 10011010 |
Octal | 254 | 103 | 232 |
Decimal | 172 | 67 | 154 |
Hex | AC | 43 | 9A |
Shades of #ac439a
Tints of #ac439a
RGB Percentages of Color #ac439a
CMYK Percentages of Color #ac439a
Complementary Color
#ac439a | #43ac55 |
#ac439a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac439a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac439a Color CSS Codes
.mybgcolor {background-color:#ac439a; } .myforecolor {color:#ac439a; } .mybordercolor {border:3px solid #ac439a; }
#ac439a Text Font Color
<p style="color:#ac439a">Text here</p>
This sample text font color is #ac439a
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.
#ac439a Background Color
<div style="background-color:#ac439a">
Div content here</div>
This div background color is #ac439a
#ac439a Border Color
<div style="border:3px solid #ac439a">
Div here</div>
This div border color is #ac439a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,67,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac439a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac439a; -webkit-box-shadow: 1px 1px 3px 2px #ac439a; box-shadow: 1px 1px 3px 2px #ac439a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,67,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac439a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac439a; -webkit-box-shadow: 1px 1px 3px 2px #ac439a; box-shadow: 1px 1px 3px 2px #ac439a;">
Div content here</div>
This div box has shadow with color #ac439a
Comments
No comments written yet.
Please login to write comment.