Color spaces of #ad49ad
RGB | 173 | 73 | 173 |
---|---|---|---|
HSL | 0.83 | 0.41 | 0.48 |
HSV | 300° | 58° | 68° |
CMYK | 0.00 | 0.58 | 0.00 0.32 |
XYZ | 27.1589 | 16.6665 | 41.3207 |
Yxy | 16.6665 | 0.3190 | 0.1957 |
Hunter Lab | 40.8246 | 47.3054 | -31.4332 |
CIE-Lab | 47.8370 | 54.1678 | -34.7352 |
#ad49ad color RGB value is (173,73,173).
#ad49ad hex color red value is 173, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad49ad hue: 0.83 , saturation: 0.41 and the lightness value of ad49ad is 0.48.
The process color (four color CMYK) of #ad49ad color hex is 0.00, 0.58, 0.00, 0.32. Web safe color of #ad49ad is #993399. Color #ad49ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01001001 | 10101101 |
Octal | 255 | 111 | 255 |
Decimal | 173 | 73 | 173 |
Hex | AD | 49 | AD |
Shades of #ad49ad
Tints of #ad49ad
RGB Percentages of Color #ad49ad
CMYK Percentages of Color #ad49ad
Complementary Color
#ad49ad | #49ad49 |
#ad49ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad49ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad49ad Color CSS Codes
.mybgcolor {background-color:#ad49ad; } .myforecolor {color:#ad49ad; } .mybordercolor {border:3px solid #ad49ad; }
#ad49ad Text Font Color
<p style="color:#ad49ad">Text here</p>
This sample text font color is #ad49ad
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.
#ad49ad Background Color
<div style="background-color:#ad49ad">
Div content here</div>
This div background color is #ad49ad
#ad49ad Border Color
<div style="border:3px solid #ad49ad">
Div here</div>
This div border color is #ad49ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,73,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad49ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad49ad; -webkit-box-shadow: 1px 1px 3px 2px #ad49ad; box-shadow: 1px 1px 3px 2px #ad49ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,73,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 #ad49ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad49ad; -webkit-box-shadow: 1px 1px 3px 2px #ad49ad; box-shadow: 1px 1px 3px 2px #ad49ad;">
Div content here</div>
This div box has shadow with color #ad49ad
Comments
No comments written yet.
Please login to write comment.