Color spaces of #a62dbd
RGB | 166 | 45 | 189 |
---|---|---|---|
HSL | 0.81 | 0.62 | 0.46 |
HSV | 290° | 76° | 74° |
CMYK | 0.12 | 0.76 | 0.00 0.26 |
XYZ | 25.8496 | 13.6579 | 49.4179 |
Yxy | 13.6579 | 0.2907 | 0.1536 |
Hunter Lab | 36.9566 | 60.1793 | -53.4122 |
CIE-Lab | 43.7383 | 66.4553 | -50.7021 |
#a62dbd color RGB value is (166,45,189).
#a62dbd hex color red value is 166, green value is 45 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a62dbd hue: 0.81 , saturation: 0.62 and the lightness value of a62dbd is 0.46.
The process color (four color CMYK) of #a62dbd color hex is 0.12, 0.76, 0.00, 0.26. Web safe color of #a62dbd is #9933cc. Color #a62dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00101101 | 10111101 |
Octal | 246 | 55 | 275 |
Decimal | 166 | 45 | 189 |
Hex | A6 | 2D | BD |
Shades of #a62dbd
Tints of #a62dbd
RGB Percentages of Color #a62dbd
CMYK Percentages of Color #a62dbd
Complementary Color
#a62dbd | #44bd2d |
#a62dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a62dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a62dbd Color CSS Codes
.mybgcolor {background-color:#a62dbd; } .myforecolor {color:#a62dbd; } .mybordercolor {border:3px solid #a62dbd; }
#a62dbd Text Font Color
<p style="color:#a62dbd">Text here</p>
This sample text font color is #a62dbd
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.
#a62dbd Background Color
<div style="background-color:#a62dbd">
Div content here</div>
This div background color is #a62dbd
#a62dbd Border Color
<div style="border:3px solid #a62dbd">
Div here</div>
This div border color is #a62dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,45,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a62dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a62dbd; -webkit-box-shadow: 1px 1px 3px 2px #a62dbd; box-shadow: 1px 1px 3px 2px #a62dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,45,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a62dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a62dbd; -webkit-box-shadow: 1px 1px 3px 2px #a62dbd; box-shadow: 1px 1px 3px 2px #a62dbd;">
Div content here</div>
This div box has shadow with color #a62dbd
Comments
No comments written yet.
Please login to write comment.