Color spaces of #a779fc
RGB | 167 | 121 | 252 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.73 |
HSV | 261° | 52° | 99° |
CMYK | 0.34 | 0.52 | 0.00 0.01 |
XYZ | 40.3444 | 28.9185 | 95.5509 |
Yxy | 28.9185 | 0.2448 | 0.1755 |
Hunter Lab | 53.7759 | 39.8085 | -67.7054 |
CIE-Lab | 60.7096 | 45.1217 | -59.2212 |
#a779fc color RGB value is (167,121,252).
#a779fc hex color red value is 167, green value is 121 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a779fc hue: 0.73 , saturation: 0.96 and the lightness value of a779fc is 0.73.
The process color (four color CMYK) of #a779fc color hex is 0.34, 0.52, 0.00, 0.01. Web safe color of #a779fc is #9966ff. Color #a779fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01111001 | 11111100 |
Octal | 247 | 171 | 374 |
Decimal | 167 | 121 | 252 |
Hex | A7 | 79 | FC |
Shades of #a779fc
Tints of #a779fc
RGB Percentages of Color #a779fc
CMYK Percentages of Color #a779fc
Complementary Color
#a779fc | #cefc79 |
#a779fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a779fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a779fc Color CSS Codes
.mybgcolor {background-color:#a779fc; } .myforecolor {color:#a779fc; } .mybordercolor {border:3px solid #a779fc; }
#a779fc Text Font Color
<p style="color:#a779fc">Text here</p>
This sample text font color is #a779fc
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.
#a779fc Background Color
<div style="background-color:#a779fc">
Div content here</div>
This div background color is #a779fc
#a779fc Border Color
<div style="border:3px solid #a779fc">
Div here</div>
This div border color is #a779fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,121,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a779fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a779fc; -webkit-box-shadow: 1px 1px 3px 2px #a779fc; box-shadow: 1px 1px 3px 2px #a779fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,121,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 #a779fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a779fc; -webkit-box-shadow: 1px 1px 3px 2px #a779fc; box-shadow: 1px 1px 3px 2px #a779fc;">
Div content here</div>
This div box has shadow with color #a779fc
Comments
No comments written yet.
Please login to write comment.