Color spaces of #a073ea
RGB | 160 | 115 | 234 |
---|---|---|---|
HSL | 0.73 | 0.74 | 0.68 |
HSV | 263° | 51° | 92° |
CMYK | 0.32 | 0.51 | 0.00 0.08 |
XYZ | 35.4792 | 25.6756 | 80.9278 |
Yxy | 25.6756 | 0.2497 | 0.1807 |
Hunter Lab | 50.6711 | 36.3088 | -59.2235 |
CIE-Lab | 57.7278 | 42.2181 | -54.0487 |
#a073ea color RGB value is (160,115,234).
#a073ea hex color red value is 160, green value is 115 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a073ea hue: 0.73 , saturation: 0.74 and the lightness value of a073ea is 0.68.
The process color (four color CMYK) of #a073ea color hex is 0.32, 0.51, 0.00, 0.08. Web safe color of #a073ea is #9966ff. Color #a073ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01110011 | 11101010 |
Octal | 240 | 163 | 352 |
Decimal | 160 | 115 | 234 |
Hex | A0 | 73 | EA |
Shades of #a073ea
Tints of #a073ea
RGB Percentages of Color #a073ea
CMYK Percentages of Color #a073ea
Complementary Color
#a073ea | #bdea73 |
#a073ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a073ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a073ea Color CSS Codes
.mybgcolor {background-color:#a073ea; } .myforecolor {color:#a073ea; } .mybordercolor {border:3px solid #a073ea; }
#a073ea Text Font Color
<p style="color:#a073ea">Text here</p>
This sample text font color is #a073ea
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.
#a073ea Background Color
<div style="background-color:#a073ea">
Div content here</div>
This div background color is #a073ea
#a073ea Border Color
<div style="border:3px solid #a073ea">
Div here</div>
This div border color is #a073ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,115,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a073ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a073ea; -webkit-box-shadow: 1px 1px 3px 2px #a073ea; box-shadow: 1px 1px 3px 2px #a073ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,115,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a073ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a073ea; -webkit-box-shadow: 1px 1px 3px 2px #a073ea; box-shadow: 1px 1px 3px 2px #a073ea;">
Div content here</div>
This div box has shadow with color #a073ea
Comments
No comments written yet.
Please login to write comment.