Color spaces of #a947ba
RGB | 169 | 71 | 186 |
---|---|---|---|
HSL | 0.81 | 0.45 | 0.50 |
HSV | 291° | 62° | 73° |
CMYK | 0.09 | 0.62 | 0.00 0.27 |
XYZ | 27.4784 | 16.4867 | 48.1883 |
Yxy | 16.4867 | 0.2982 | 0.1789 |
Hunter Lab | 40.6038 | 49.7422 | -41.9422 |
CIE-Lab | 47.6067 | 56.4472 | -42.7470 |
#a947ba color RGB value is (169,71,186).
#a947ba hex color red value is 169, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a947ba hue: 0.81 , saturation: 0.45 and the lightness value of a947ba is 0.50.
The process color (four color CMYK) of #a947ba color hex is 0.09, 0.62, 0.00, 0.27. Web safe color of #a947ba is #9933cc. Color #a947ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01000111 | 10111010 |
Octal | 251 | 107 | 272 |
Decimal | 169 | 71 | 186 |
Hex | A9 | 47 | BA |
Shades of #a947ba
Tints of #a947ba
RGB Percentages of Color #a947ba
CMYK Percentages of Color #a947ba
Complementary Color
#a947ba | #58ba47 |
#a947ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a947ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a947ba Color CSS Codes
.mybgcolor {background-color:#a947ba; } .myforecolor {color:#a947ba; } .mybordercolor {border:3px solid #a947ba; }
#a947ba Text Font Color
<p style="color:#a947ba">Text here</p>
This sample text font color is #a947ba
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.
#a947ba Background Color
<div style="background-color:#a947ba">
Div content here</div>
This div background color is #a947ba
#a947ba Border Color
<div style="border:3px solid #a947ba">
Div here</div>
This div border color is #a947ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,71,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a947ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a947ba; -webkit-box-shadow: 1px 1px 3px 2px #a947ba; box-shadow: 1px 1px 3px 2px #a947ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,71,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 #a947ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a947ba; -webkit-box-shadow: 1px 1px 3px 2px #a947ba; box-shadow: 1px 1px 3px 2px #a947ba;">
Div content here</div>
This div box has shadow with color #a947ba
Comments
No comments written yet.
Please login to write comment.