Color spaces of #a976fc
RGB | 169 | 118 | 252 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.73 |
HSV | 263° | 53° | 99° |
CMYK | 0.33 | 0.53 | 0.00 0.01 |
XYZ | 40.4113 | 28.4202 | 95.4512 |
Yxy | 28.4202 | 0.2460 | 0.1730 |
Hunter Lab | 53.3106 | 42.0157 | -68.8397 |
CIE-Lab | 60.2665 | 47.2395 | -59.9186 |
#a976fc color RGB value is (169,118,252).
#a976fc hex color red value is 169, green value is 118 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a976fc hue: 0.73 , saturation: 0.96 and the lightness value of a976fc is 0.73.
The process color (four color CMYK) of #a976fc color hex is 0.33, 0.53, 0.00, 0.01. Web safe color of #a976fc is #9966ff. Color #a976fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01110110 | 11111100 |
Octal | 251 | 166 | 374 |
Decimal | 169 | 118 | 252 |
Hex | A9 | 76 | FC |
Shades of #a976fc
Tints of #a976fc
RGB Percentages of Color #a976fc
CMYK Percentages of Color #a976fc
Complementary Color
#a976fc | #c9fc76 |
#a976fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a976fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a976fc Color CSS Codes
.mybgcolor {background-color:#a976fc; } .myforecolor {color:#a976fc; } .mybordercolor {border:3px solid #a976fc; }
#a976fc Text Font Color
<p style="color:#a976fc">Text here</p>
This sample text font color is #a976fc
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.
#a976fc Background Color
<div style="background-color:#a976fc">
Div content here</div>
This div background color is #a976fc
#a976fc Border Color
<div style="border:3px solid #a976fc">
Div here</div>
This div border color is #a976fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,118,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a976fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a976fc; -webkit-box-shadow: 1px 1px 3px 2px #a976fc; box-shadow: 1px 1px 3px 2px #a976fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,118,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a976fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a976fc; -webkit-box-shadow: 1px 1px 3px 2px #a976fc; box-shadow: 1px 1px 3px 2px #a976fc;">
Div content here</div>
This div box has shadow with color #a976fc
Comments
No comments written yet.
Please login to write comment.