Color spaces of #a50ead
RGB | 165 | 14 | 173 |
---|---|---|---|
HSL | 0.82 | 0.85 | 0.37 |
HSV | 297° | 92° | 68° |
CMYK | 0.05 | 0.92 | 0.00 0.32 |
XYZ | 23.2169 | 11.3305 | 40.4985 |
Yxy | 11.3305 | 0.3094 | 0.1510 |
Hunter Lab | 33.6608 | 64.2106 | -47.7713 |
CIE-Lab | 40.1316 | 70.6075 | -47.0536 |
#a50ead color RGB value is (165,14,173).
#a50ead hex color red value is 165, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a50ead hue: 0.82 , saturation: 0.85 and the lightness value of a50ead is 0.37.
The process color (four color CMYK) of #a50ead color hex is 0.05, 0.92, 0.00, 0.32. Web safe color of #a50ead is #990099. Color #a50ead contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00001110 | 10101101 |
Octal | 245 | 16 | 255 |
Decimal | 165 | 14 | 173 |
Hex | A5 | E | AD |
Shades of #a50ead
Tints of #a50ead
RGB Percentages of Color #a50ead
CMYK Percentages of Color #a50ead
Complementary Color
#a50ead | #16ad0e |
#a50ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a50ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#a50ead Color CSS Codes
.mybgcolor {background-color:#a50ead; } .myforecolor {color:#a50ead; } .mybordercolor {border:3px solid #a50ead; }
#a50ead Text Font Color
<p style="color:#a50ead">Text here</p>
This sample text font color is #a50ead
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.
#a50ead Background Color
<div style="background-color:#a50ead">
Div content here</div>
This div background color is #a50ead
#a50ead Border Color
<div style="border:3px solid #a50ead">
Div here</div>
This div border color is #a50ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,14,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a50ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a50ead; -webkit-box-shadow: 1px 1px 3px 2px #a50ead; box-shadow: 1px 1px 3px 2px #a50ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,14,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 #a50ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a50ead; -webkit-box-shadow: 1px 1px 3px 2px #a50ead; box-shadow: 1px 1px 3px 2px #a50ead;">
Div content here</div>
This div box has shadow with color #a50ead
Comments
No comments written yet.
Please login to write comment.