Color spaces of #a532ba
RGB | 165 | 50 | 186 |
---|---|---|---|
HSL | 0.81 | 0.58 | 0.46 |
HSV | 291° | 73° | 73° |
CMYK | 0.11 | 0.73 | 0.00 0.27 |
XYZ | 25.5206 | 13.8257 | 47.7779 |
Yxy | 13.8257 | 0.2929 | 0.1587 |
Hunter Lab | 37.1829 | 57.4438 | -50.1562 |
CIE-Lab | 43.9819 | 64.0249 | -48.5626 |
#a532ba color RGB value is (165,50,186).
#a532ba hex color red value is 165, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a532ba hue: 0.81 , saturation: 0.58 and the lightness value of a532ba is 0.46.
The process color (four color CMYK) of #a532ba color hex is 0.11, 0.73, 0.00, 0.27. Web safe color of #a532ba is #9933cc. Color #a532ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00110010 | 10111010 |
Octal | 245 | 62 | 272 |
Decimal | 165 | 50 | 186 |
Hex | A5 | 32 | BA |
Shades of #a532ba
Tints of #a532ba
RGB Percentages of Color #a532ba
CMYK Percentages of Color #a532ba
Complementary Color
#a532ba | #47ba32 |
#a532ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a532ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a532ba Color CSS Codes
.mybgcolor {background-color:#a532ba; } .myforecolor {color:#a532ba; } .mybordercolor {border:3px solid #a532ba; }
#a532ba Text Font Color
<p style="color:#a532ba">Text here</p>
This sample text font color is #a532ba
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.
#a532ba Background Color
<div style="background-color:#a532ba">
Div content here</div>
This div background color is #a532ba
#a532ba Border Color
<div style="border:3px solid #a532ba">
Div here</div>
This div border color is #a532ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,50,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a532ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a532ba; -webkit-box-shadow: 1px 1px 3px 2px #a532ba; box-shadow: 1px 1px 3px 2px #a532ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,50,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a532ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a532ba; -webkit-box-shadow: 1px 1px 3px 2px #a532ba; box-shadow: 1px 1px 3px 2px #a532ba;">
Div content here</div>
This div box has shadow with color #a532ba
Comments
No comments written yet.
Please login to write comment.