Color spaces of #a94fca
RGB | 169 | 79 | 202 |
---|---|---|---|
HSL | 0.79 | 0.54 | 0.55 |
HSV | 284° | 61° | 79° |
CMYK | 0.16 | 0.61 | 0.00 0.21 |
XYZ | 29.8188 | 18.2912 | 57.8361 |
Yxy | 18.2912 | 0.2815 | 0.1726 |
Hunter Lab | 42.7682 | 49.6092 | -50.2410 |
CIE-Lab | 49.8474 | 55.9206 | -48.4431 |
#a94fca color RGB value is (169,79,202).
#a94fca hex color red value is 169, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a94fca hue: 0.79 , saturation: 0.54 and the lightness value of a94fca is 0.55.
The process color (four color CMYK) of #a94fca color hex is 0.16, 0.61, 0.00, 0.21. Web safe color of #a94fca is #9966cc. Color #a94fca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01001111 | 11001010 |
Octal | 251 | 117 | 312 |
Decimal | 169 | 79 | 202 |
Hex | A9 | 4F | CA |
Shades of #a94fca
Tints of #a94fca
RGB Percentages of Color #a94fca
CMYK Percentages of Color #a94fca
Complementary Color
#a94fca | #70ca4f |
#a94fca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a94fca Color Preview on White Background
Lorem ipsum dolor sit amet.
#a94fca Color CSS Codes
.mybgcolor {background-color:#a94fca; } .myforecolor {color:#a94fca; } .mybordercolor {border:3px solid #a94fca; }
#a94fca Text Font Color
<p style="color:#a94fca">Text here</p>
This sample text font color is #a94fca
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.
#a94fca Background Color
<div style="background-color:#a94fca">
Div content here</div>
This div background color is #a94fca
#a94fca Border Color
<div style="border:3px solid #a94fca">
Div here</div>
This div border color is #a94fca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,79,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a94fca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a94fca; -webkit-box-shadow: 1px 1px 3px 2px #a94fca; box-shadow: 1px 1px 3px 2px #a94fca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,79,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a94fca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a94fca; -webkit-box-shadow: 1px 1px 3px 2px #a94fca; box-shadow: 1px 1px 3px 2px #a94fca;">
Div content here</div>
This div box has shadow with color #a94fca
Comments
No comments written yet.
Please login to write comment.