Color spaces of #a804aa
RGB | 168 | 4 | 170 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.34 |
HSV | 299° | 98° | 67° |
CMYK | 0.01 | 0.98 | 0.00 0.33 |
XYZ | 23.4476 | 11.3139 | 38.9782 |
Yxy | 11.3139 | 0.3180 | 0.1534 |
Hunter Lab | 33.6361 | 65.5683 | -45.1611 |
CIE-Lab | 40.1042 | 71.7575 | -45.2781 |
#a804aa color RGB value is (168,4,170).
#a804aa hex color red value is 168, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a804aa hue: 0.83 , saturation: 0.95 and the lightness value of a804aa is 0.34.
The process color (four color CMYK) of #a804aa color hex is 0.01, 0.98, 0.00, 0.33. Web safe color of #a804aa is #990099. Color #a804aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00000100 | 10101010 |
Octal | 250 | 4 | 252 |
Decimal | 168 | 4 | 170 |
Hex | A8 | 4 | AA |
Shades of #a804aa
Tints of #a804aa
RGB Percentages of Color #a804aa
CMYK Percentages of Color #a804aa
Complementary Color
#a804aa | #06aa04 |
#a804aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a804aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a804aa Color CSS Codes
.mybgcolor {background-color:#a804aa; } .myforecolor {color:#a804aa; } .mybordercolor {border:3px solid #a804aa; }
#a804aa Text Font Color
<p style="color:#a804aa">Text here</p>
This sample text font color is #a804aa
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.
#a804aa Background Color
<div style="background-color:#a804aa">
Div content here</div>
This div background color is #a804aa
#a804aa Border Color
<div style="border:3px solid #a804aa">
Div here</div>
This div border color is #a804aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,4,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a804aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a804aa; -webkit-box-shadow: 1px 1px 3px 2px #a804aa; box-shadow: 1px 1px 3px 2px #a804aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,4,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a804aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a804aa; -webkit-box-shadow: 1px 1px 3px 2px #a804aa; box-shadow: 1px 1px 3px 2px #a804aa;">
Div content here</div>
This div box has shadow with color #a804aa
Comments
No comments written yet.
Please login to write comment.