Color spaces of #a428af
RGB | 164 | 40 | 175 |
---|---|---|---|
HSL | 0.82 | 0.63 | 0.42 |
HSV | 295° | 77° | 69° |
CMYK | 0.06 | 0.77 | 0.00 0.31 |
XYZ | 23.8065 | 12.5052 | 41.7165 |
Yxy | 12.5052 | 0.3051 | 0.1603 |
Hunter Lab | 35.3627 | 58.2832 | -45.1891 |
CIE-Lab | 42.0080 | 65.1432 | -45.2461 |
#a428af color RGB value is (164,40,175).
#a428af hex color red value is 164, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a428af hue: 0.82 , saturation: 0.63 and the lightness value of a428af is 0.42.
The process color (four color CMYK) of #a428af color hex is 0.06, 0.77, 0.00, 0.31. Web safe color of #a428af is #993399. Color #a428af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00101000 | 10101111 |
Octal | 244 | 50 | 257 |
Decimal | 164 | 40 | 175 |
Hex | A4 | 28 | AF |
Shades of #a428af
Tints of #a428af
RGB Percentages of Color #a428af
CMYK Percentages of Color #a428af
Complementary Color
#a428af | #33af28 |
#a428af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a428af Color Preview on White Background
Lorem ipsum dolor sit amet.
#a428af Color CSS Codes
.mybgcolor {background-color:#a428af; } .myforecolor {color:#a428af; } .mybordercolor {border:3px solid #a428af; }
#a428af Text Font Color
<p style="color:#a428af">Text here</p>
This sample text font color is #a428af
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.
#a428af Background Color
<div style="background-color:#a428af">
Div content here</div>
This div background color is #a428af
#a428af Border Color
<div style="border:3px solid #a428af">
Div here</div>
This div border color is #a428af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,40,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a428af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a428af; -webkit-box-shadow: 1px 1px 3px 2px #a428af; box-shadow: 1px 1px 3px 2px #a428af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,40,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a428af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a428af; -webkit-box-shadow: 1px 1px 3px 2px #a428af; box-shadow: 1px 1px 3px 2px #a428af;">
Div content here</div>
This div box has shadow with color #a428af
Comments
No comments written yet.
Please login to write comment.