Color spaces of #a952bf
RGB | 169 | 82 | 191 |
---|---|---|---|
HSL | 0.80 | 0.46 | 0.54 |
HSV | 288° | 57° | 75° |
CMYK | 0.12 | 0.57 | 0.00 0.25 |
XYZ | 28.7834 | 18.2312 | 51.2921 |
Yxy | 18.2312 | 0.2928 | 0.1855 |
Hunter Lab | 42.6980 | 45.6081 | -41.3351 |
CIE-Lab | 49.7753 | 52.2525 | -42.2124 |
#a952bf color RGB value is (169,82,191).
#a952bf hex color red value is 169, green value is 82 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a952bf hue: 0.80 , saturation: 0.46 and the lightness value of a952bf is 0.54.
The process color (four color CMYK) of #a952bf color hex is 0.12, 0.57, 0.00, 0.25. Web safe color of #a952bf is #9966cc. Color #a952bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01010010 | 10111111 |
Octal | 251 | 122 | 277 |
Decimal | 169 | 82 | 191 |
Hex | A9 | 52 | BF |
Shades of #a952bf
Tints of #a952bf
RGB Percentages of Color #a952bf
CMYK Percentages of Color #a952bf
Complementary Color
#a952bf | #68bf52 |
#a952bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a952bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#a952bf Color CSS Codes
.mybgcolor {background-color:#a952bf; } .myforecolor {color:#a952bf; } .mybordercolor {border:3px solid #a952bf; }
#a952bf Text Font Color
<p style="color:#a952bf">Text here</p>
This sample text font color is #a952bf
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.
#a952bf Background Color
<div style="background-color:#a952bf">
Div content here</div>
This div background color is #a952bf
#a952bf Border Color
<div style="border:3px solid #a952bf">
Div here</div>
This div border color is #a952bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,82,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a952bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a952bf; -webkit-box-shadow: 1px 1px 3px 2px #a952bf; box-shadow: 1px 1px 3px 2px #a952bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,82,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a952bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a952bf; -webkit-box-shadow: 1px 1px 3px 2px #a952bf; box-shadow: 1px 1px 3px 2px #a952bf;">
Div content here</div>
This div box has shadow with color #a952bf
Comments
No comments written yet.
Please login to write comment.