Color spaces of #a932da
RGB | 169 | 50 | 218 |
---|---|---|---|
HSL | 0.78 | 0.69 | 0.53 |
HSV | 283° | 77° | 85° |
CMYK | 0.22 | 0.77 | 0.00 0.15 |
XYZ | 30.1577 | 15.7782 | 67.7857 |
Yxy | 15.7782 | 0.2652 | 0.1387 |
Hunter Lab | 39.7218 | 66.0082 | -73.3739 |
CIE-Lab | 46.6821 | 70.8463 | -62.7017 |
#a932da color RGB value is (169,50,218).
#a932da hex color red value is 169, green value is 50 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a932da hue: 0.78 , saturation: 0.69 and the lightness value of a932da is 0.53.
The process color (four color CMYK) of #a932da color hex is 0.22, 0.77, 0.00, 0.15. Web safe color of #a932da is #9933cc. Color #a932da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00110010 | 11011010 |
Octal | 251 | 62 | 332 |
Decimal | 169 | 50 | 218 |
Hex | A9 | 32 | DA |
Shades of #a932da
Tints of #a932da
RGB Percentages of Color #a932da
CMYK Percentages of Color #a932da
Complementary Color
#a932da | #63da32 |
#a932da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a932da Color Preview on White Background
Lorem ipsum dolor sit amet.
#a932da Color CSS Codes
.mybgcolor {background-color:#a932da; } .myforecolor {color:#a932da; } .mybordercolor {border:3px solid #a932da; }
#a932da Text Font Color
<p style="color:#a932da">Text here</p>
This sample text font color is #a932da
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.
#a932da Background Color
<div style="background-color:#a932da">
Div content here</div>
This div background color is #a932da
#a932da Border Color
<div style="border:3px solid #a932da">
Div here</div>
This div border color is #a932da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,50,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a932da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a932da; -webkit-box-shadow: 1px 1px 3px 2px #a932da; box-shadow: 1px 1px 3px 2px #a932da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,50,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a932da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a932da; -webkit-box-shadow: 1px 1px 3px 2px #a932da; box-shadow: 1px 1px 3px 2px #a932da;">
Div content here</div>
This div box has shadow with color #a932da
Comments
No comments written yet.
Please login to write comment.