Color spaces of #a079fe
RGB | 160 | 121 | 254 |
---|---|---|---|
HSL | 0.72 | 0.99 | 0.74 |
HSV | 258° | 52° | 100° |
CMYK | 0.37 | 0.52 | 0.00 0.00 |
XYZ | 39.2240 | 28.3041 | 97.1618 |
Yxy | 28.3041 | 0.2382 | 0.1719 |
Hunter Lab | 53.2016 | 38.5001 | -71.0399 |
CIE-Lab | 60.1625 | 43.9690 | -61.2346 |
#a079fe color RGB value is (160,121,254).
#a079fe hex color red value is 160, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a079fe hue: 0.72 , saturation: 0.99 and the lightness value of a079fe is 0.74.
The process color (four color CMYK) of #a079fe color hex is 0.37, 0.52, 0.00, 0.00. Web safe color of #a079fe is #9966ff. Color #a079fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01111001 | 11111110 |
Octal | 240 | 171 | 376 |
Decimal | 160 | 121 | 254 |
Hex | A0 | 79 | FE |
Shades of #a079fe
Tints of #a079fe
RGB Percentages of Color #a079fe
CMYK Percentages of Color #a079fe
Complementary Color
#a079fe | #d7fe79 |
#a079fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a079fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a079fe Color CSS Codes
.mybgcolor {background-color:#a079fe; } .myforecolor {color:#a079fe; } .mybordercolor {border:3px solid #a079fe; }
#a079fe Text Font Color
<p style="color:#a079fe">Text here</p>
This sample text font color is #a079fe
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.
#a079fe Background Color
<div style="background-color:#a079fe">
Div content here</div>
This div background color is #a079fe
#a079fe Border Color
<div style="border:3px solid #a079fe">
Div here</div>
This div border color is #a079fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,121,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a079fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a079fe; -webkit-box-shadow: 1px 1px 3px 2px #a079fe; box-shadow: 1px 1px 3px 2px #a079fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,121,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a079fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a079fe; -webkit-box-shadow: 1px 1px 3px 2px #a079fe; box-shadow: 1px 1px 3px 2px #a079fe;">
Div content here</div>
This div box has shadow with color #a079fe
Comments
No comments written yet.
Please login to write comment.