Color spaces of #a432ad
RGB | 164 | 50 | 173 |
---|---|---|---|
HSL | 0.82 | 0.55 | 0.44 |
HSV | 296° | 71° | 68° |
CMYK | 0.05 | 0.71 | 0.00 0.32 |
XYZ | 23.9933 | 13.1908 | 40.8167 |
Yxy | 13.1908 | 0.3076 | 0.1691 |
Hunter Lab | 36.3191 | 54.3629 | -41.2087 |
CIE-Lab | 43.0493 | 61.4771 | -42.3988 |
#a432ad color RGB value is (164,50,173).
#a432ad hex color red value is 164, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a432ad hue: 0.82 , saturation: 0.55 and the lightness value of a432ad is 0.44.
The process color (four color CMYK) of #a432ad color hex is 0.05, 0.71, 0.00, 0.32. Web safe color of #a432ad is #993399. Color #a432ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00110010 | 10101101 |
Octal | 244 | 62 | 255 |
Decimal | 164 | 50 | 173 |
Hex | A4 | 32 | AD |
Shades of #a432ad
Tints of #a432ad
RGB Percentages of Color #a432ad
CMYK Percentages of Color #a432ad
Complementary Color
#a432ad | #3bad32 |
#a432ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a432ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a432ad Color CSS Codes
.mybgcolor {background-color:#a432ad; } .myforecolor {color:#a432ad; } .mybordercolor {border:3px solid #a432ad; }
#a432ad Text Font Color
<p style="color:#a432ad">Text here</p>
This sample text font color is #a432ad
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.
#a432ad Background Color
<div style="background-color:#a432ad">
Div content here</div>
This div background color is #a432ad
#a432ad Border Color
<div style="border:3px solid #a432ad">
Div here</div>
This div border color is #a432ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,50,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a432ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a432ad; -webkit-box-shadow: 1px 1px 3px 2px #a432ad; box-shadow: 1px 1px 3px 2px #a432ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,50,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a432ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a432ad; -webkit-box-shadow: 1px 1px 3px 2px #a432ad; box-shadow: 1px 1px 3px 2px #a432ad;">
Div content here</div>
This div box has shadow with color #a432ad
Comments
No comments written yet.
Please login to write comment.