Color spaces of #a44dbd
RGB | 164 | 77 | 189 |
---|---|---|---|
HSL | 0.80 | 0.46 | 0.52 |
HSV | 287° | 59° | 74° |
CMYK | 0.13 | 0.59 | 0.00 0.26 |
XYZ | 27.1490 | 16.8744 | 49.9703 |
Yxy | 16.8744 | 0.2888 | 0.1795 |
Hunter Lab | 41.0785 | 46.0844 | -43.3690 |
CIE-Lab | 48.1014 | 52.9883 | -43.7501 |
#a44dbd color RGB value is (164,77,189).
#a44dbd hex color red value is 164, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a44dbd hue: 0.80 , saturation: 0.46 and the lightness value of a44dbd is 0.52.
The process color (four color CMYK) of #a44dbd color hex is 0.13, 0.59, 0.00, 0.26. Web safe color of #a44dbd is #9966cc. Color #a44dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01001101 | 10111101 |
Octal | 244 | 115 | 275 |
Decimal | 164 | 77 | 189 |
Hex | A4 | 4D | BD |
Shades of #a44dbd
Tints of #a44dbd
RGB Percentages of Color #a44dbd
CMYK Percentages of Color #a44dbd
Complementary Color
#a44dbd | #66bd4d |
#a44dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a44dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a44dbd Color CSS Codes
.mybgcolor {background-color:#a44dbd; } .myforecolor {color:#a44dbd; } .mybordercolor {border:3px solid #a44dbd; }
#a44dbd Text Font Color
<p style="color:#a44dbd">Text here</p>
This sample text font color is #a44dbd
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.
#a44dbd Background Color
<div style="background-color:#a44dbd">
Div content here</div>
This div background color is #a44dbd
#a44dbd Border Color
<div style="border:3px solid #a44dbd">
Div here</div>
This div border color is #a44dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,77,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a44dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a44dbd; -webkit-box-shadow: 1px 1px 3px 2px #a44dbd; box-shadow: 1px 1px 3px 2px #a44dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,77,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 #a44dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a44dbd; -webkit-box-shadow: 1px 1px 3px 2px #a44dbd; box-shadow: 1px 1px 3px 2px #a44dbd;">
Div content here</div>
This div box has shadow with color #a44dbd
Comments
No comments written yet.
Please login to write comment.