Color spaces of #a04fbe
RGB | 160 | 79 | 190 |
---|---|---|---|
HSL | 0.79 | 0.46 | 0.53 |
HSV | 284° | 58° | 75° |
CMYK | 0.16 | 0.58 | 0.00 0.25 |
XYZ | 26.5875 | 16.7833 | 50.5534 |
Yxy | 16.7833 | 0.2831 | 0.1787 |
Hunter Lab | 40.9674 | 44.1519 | -44.4861 |
CIE-Lab | 47.9858 | 51.2005 | -44.5470 |
#a04fbe color RGB value is (160,79,190).
#a04fbe hex color red value is 160, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a04fbe hue: 0.79 , saturation: 0.46 and the lightness value of a04fbe is 0.53.
The process color (four color CMYK) of #a04fbe color hex is 0.16, 0.58, 0.00, 0.25. Web safe color of #a04fbe is #9966cc. Color #a04fbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01001111 | 10111110 |
Octal | 240 | 117 | 276 |
Decimal | 160 | 79 | 190 |
Hex | A0 | 4F | BE |
Shades of #a04fbe
Tints of #a04fbe
RGB Percentages of Color #a04fbe
CMYK Percentages of Color #a04fbe
Complementary Color
#a04fbe | #6dbe4f |
#a04fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a04fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a04fbe Color CSS Codes
.mybgcolor {background-color:#a04fbe; } .myforecolor {color:#a04fbe; } .mybordercolor {border:3px solid #a04fbe; }
#a04fbe Text Font Color
<p style="color:#a04fbe">Text here</p>
This sample text font color is #a04fbe
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.
#a04fbe Background Color
<div style="background-color:#a04fbe">
Div content here</div>
This div background color is #a04fbe
#a04fbe Border Color
<div style="border:3px solid #a04fbe">
Div here</div>
This div border color is #a04fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,79,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a04fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a04fbe; -webkit-box-shadow: 1px 1px 3px 2px #a04fbe; box-shadow: 1px 1px 3px 2px #a04fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,79,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a04fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a04fbe; -webkit-box-shadow: 1px 1px 3px 2px #a04fbe; box-shadow: 1px 1px 3px 2px #a04fbe;">
Div content here</div>
This div box has shadow with color #a04fbe
Comments
No comments written yet.
Please login to write comment.