Color spaces of #a52fad
RGB | 165 | 47 | 173 |
---|---|---|---|
HSL | 0.82 | 0.57 | 0.43 |
HSV | 296° | 73° | 68° |
CMYK | 0.05 | 0.73 | 0.00 0.32 |
XYZ | 24.0764 | 13.0495 | 40.7850 |
Yxy | 13.0495 | 0.3090 | 0.1675 |
Hunter Lab | 36.1241 | 55.7516 | -41.6530 |
CIE-Lab | 42.8377 | 62.7536 | -42.7263 |
#a52fad color RGB value is (165,47,173).
#a52fad hex color red value is 165, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a52fad hue: 0.82 , saturation: 0.57 and the lightness value of a52fad is 0.43.
The process color (four color CMYK) of #a52fad color hex is 0.05, 0.73, 0.00, 0.32. Web safe color of #a52fad is #993399. Color #a52fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00101111 | 10101101 |
Octal | 245 | 57 | 255 |
Decimal | 165 | 47 | 173 |
Hex | A5 | 2F | AD |
Shades of #a52fad
Tints of #a52fad
RGB Percentages of Color #a52fad
CMYK Percentages of Color #a52fad
Complementary Color
#a52fad | #37ad2f |
#a52fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a52fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a52fad Color CSS Codes
.mybgcolor {background-color:#a52fad; } .myforecolor {color:#a52fad; } .mybordercolor {border:3px solid #a52fad; }
#a52fad Text Font Color
<p style="color:#a52fad">Text here</p>
This sample text font color is #a52fad
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.
#a52fad Background Color
<div style="background-color:#a52fad">
Div content here</div>
This div background color is #a52fad
#a52fad Border Color
<div style="border:3px solid #a52fad">
Div here</div>
This div border color is #a52fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,47,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a52fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a52fad; -webkit-box-shadow: 1px 1px 3px 2px #a52fad; box-shadow: 1px 1px 3px 2px #a52fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,47,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 #a52fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a52fad; -webkit-box-shadow: 1px 1px 3px 2px #a52fad; box-shadow: 1px 1px 3px 2px #a52fad;">
Div content here</div>
This div box has shadow with color #a52fad
Comments
No comments written yet.
Please login to write comment.