Color spaces of #a62dad
RGB | 166 | 45 | 173 |
---|---|---|---|
HSL | 0.82 | 0.59 | 0.43 |
HSV | 297° | 74° | 68° |
CMYK | 0.04 | 0.74 | 0.00 0.32 |
XYZ | 24.2071 | 13.0009 | 40.7687 |
Yxy | 13.0009 | 0.3104 | 0.1667 |
Hunter Lab | 36.0568 | 56.7386 | -41.7984 |
CIE-Lab | 42.7646 | 63.6402 | -42.8331 |
#a62dad color RGB value is (166,45,173).
#a62dad hex color red value is 166, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a62dad hue: 0.82 , saturation: 0.59 and the lightness value of a62dad is 0.43.
The process color (four color CMYK) of #a62dad color hex is 0.04, 0.74, 0.00, 0.32. Web safe color of #a62dad is #993399. Color #a62dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00101101 | 10101101 |
Octal | 246 | 55 | 255 |
Decimal | 166 | 45 | 173 |
Hex | A6 | 2D | AD |
Shades of #a62dad
Tints of #a62dad
RGB Percentages of Color #a62dad
CMYK Percentages of Color #a62dad
Complementary Color
#a62dad | #34ad2d |
#a62dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a62dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a62dad Color CSS Codes
.mybgcolor {background-color:#a62dad; } .myforecolor {color:#a62dad; } .mybordercolor {border:3px solid #a62dad; }
#a62dad Text Font Color
<p style="color:#a62dad">Text here</p>
This sample text font color is #a62dad
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.
#a62dad Background Color
<div style="background-color:#a62dad">
Div content here</div>
This div background color is #a62dad
#a62dad Border Color
<div style="border:3px solid #a62dad">
Div here</div>
This div border color is #a62dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,45,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a62dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a62dad; -webkit-box-shadow: 1px 1px 3px 2px #a62dad; box-shadow: 1px 1px 3px 2px #a62dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,45,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a62dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a62dad; -webkit-box-shadow: 1px 1px 3px 2px #a62dad; box-shadow: 1px 1px 3px 2px #a62dad;">
Div content here</div>
This div box has shadow with color #a62dad
Comments
No comments written yet.
Please login to write comment.