Color spaces of #a47dbd
RGB | 164 | 125 | 189 |
---|---|---|---|
HSL | 0.77 | 0.33 | 0.62 |
HSV | 277° | 34° | 74° |
CMYK | 0.13 | 0.34 | 0.00 0.26 |
XYZ | 31.8288 | 26.2339 | 51.5302 |
Yxy | 26.2339 | 0.2904 | 0.2394 |
Hunter Lab | 51.2190 | 21.2911 | -23.7969 |
CIE-Lab | 58.2584 | 27.1347 | -27.8268 |
#a47dbd color RGB value is (164,125,189).
#a47dbd hex color red value is 164, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a47dbd hue: 0.77 , saturation: 0.33 and the lightness value of a47dbd is 0.62.
The process color (four color CMYK) of #a47dbd color hex is 0.13, 0.34, 0.00, 0.26. Web safe color of #a47dbd is #9966cc. Color #a47dbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01111101 | 10111101 |
Octal | 244 | 175 | 275 |
Decimal | 164 | 125 | 189 |
Hex | A4 | 7D | BD |
Shades of #a47dbd
Tints of #a47dbd
RGB Percentages of Color #a47dbd
CMYK Percentages of Color #a47dbd
Complementary Color
#a47dbd | #96bd7d |
#a47dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a47dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a47dbd Color CSS Codes
.mybgcolor {background-color:#a47dbd; } .myforecolor {color:#a47dbd; } .mybordercolor {border:3px solid #a47dbd; }
#a47dbd Text Font Color
<p style="color:#a47dbd">Text here</p>
This sample text font color is #a47dbd
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.
#a47dbd Background Color
<div style="background-color:#a47dbd">
Div content here</div>
This div background color is #a47dbd
#a47dbd Border Color
<div style="border:3px solid #a47dbd">
Div here</div>
This div border color is #a47dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,125,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a47dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a47dbd; -webkit-box-shadow: 1px 1px 3px 2px #a47dbd; box-shadow: 1px 1px 3px 2px #a47dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,125,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 #a47dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a47dbd; -webkit-box-shadow: 1px 1px 3px 2px #a47dbd; box-shadow: 1px 1px 3px 2px #a47dbd;">
Div content here</div>
This div box has shadow with color #a47dbd
Comments
No comments written yet.
Please login to write comment.