Color spaces of #a520ec
RGB | 165 | 32 | 236 |
---|---|---|---|
HSL | 0.78 | 0.84 | 0.53 |
HSV | 279° | 86° | 93° |
CMYK | 0.30 | 0.86 | 0.00 0.07 |
XYZ | 31.1739 | 15.0885 | 80.6262 |
Yxy | 15.0885 | 0.2457 | 0.1189 |
Hunter Lab | 38.8439 | 75.2770 | -95.8743 |
CIE-Lab | 45.7552 | 78.6300 | -74.4659 |
#a520ec color RGB value is (165,32,236).
#a520ec hex color red value is 165, green value is 32 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a520ec hue: 0.78 , saturation: 0.84 and the lightness value of a520ec is 0.53.
The process color (four color CMYK) of #a520ec color hex is 0.30, 0.86, 0.00, 0.07. Web safe color of #a520ec is #9933ff. Color #a520ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00100000 | 11101100 |
Octal | 245 | 40 | 354 |
Decimal | 165 | 32 | 236 |
Hex | A5 | 20 | EC |
Shades of #a520ec
Tints of #a520ec
RGB Percentages of Color #a520ec
CMYK Percentages of Color #a520ec
Complementary Color
#a520ec | #67ec20 |
#a520ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a520ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a520ec Color CSS Codes
.mybgcolor {background-color:#a520ec; } .myforecolor {color:#a520ec; } .mybordercolor {border:3px solid #a520ec; }
#a520ec Text Font Color
<p style="color:#a520ec">Text here</p>
This sample text font color is #a520ec
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.
#a520ec Background Color
<div style="background-color:#a520ec">
Div content here</div>
This div background color is #a520ec
#a520ec Border Color
<div style="border:3px solid #a520ec">
Div here</div>
This div border color is #a520ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,32,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a520ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a520ec; -webkit-box-shadow: 1px 1px 3px 2px #a520ec; box-shadow: 1px 1px 3px 2px #a520ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,32,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a520ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a520ec; -webkit-box-shadow: 1px 1px 3px 2px #a520ec; box-shadow: 1px 1px 3px 2px #a520ec;">
Div content here</div>
This div box has shadow with color #a520ec
Comments
No comments written yet.
Please login to write comment.