Color spaces of #a27dad
RGB | 162 | 125 | 173 |
---|---|---|---|
HSL | 0.80 | 0.23 | 0.58 |
HSV | 286° | 28° | 68° |
CMYK | 0.06 | 0.28 | 0.00 0.32 |
XYZ | 29.7767 | 25.3657 | 42.8618 |
Yxy | 25.3657 | 0.3038 | 0.2588 |
Hunter Lab | 50.3644 | 17.3961 | -15.2028 |
CIE-Lab | 57.4300 | 23.0770 | -19.9738 |
#a27dad color RGB value is (162,125,173).
#a27dad hex color red value is 162, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a27dad hue: 0.80 , saturation: 0.23 and the lightness value of a27dad is 0.58.
The process color (four color CMYK) of #a27dad color hex is 0.06, 0.28, 0.00, 0.32. Web safe color of #a27dad is #996699. Color #a27dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01111101 | 10101101 |
Octal | 242 | 175 | 255 |
Decimal | 162 | 125 | 173 |
Hex | A2 | 7D | AD |
Shades of #a27dad
Tints of #a27dad
RGB Percentages of Color #a27dad
CMYK Percentages of Color #a27dad
Complementary Color
#a27dad | #88ad7d |
#a27dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a27dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a27dad Color CSS Codes
.mybgcolor {background-color:#a27dad; } .myforecolor {color:#a27dad; } .mybordercolor {border:3px solid #a27dad; }
#a27dad Text Font Color
<p style="color:#a27dad">Text here</p>
This sample text font color is #a27dad
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.
#a27dad Background Color
<div style="background-color:#a27dad">
Div content here</div>
This div background color is #a27dad
#a27dad Border Color
<div style="border:3px solid #a27dad">
Div here</div>
This div border color is #a27dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,125,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a27dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a27dad; -webkit-box-shadow: 1px 1px 3px 2px #a27dad; box-shadow: 1px 1px 3px 2px #a27dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,125,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 #a27dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a27dad; -webkit-box-shadow: 1px 1px 3px 2px #a27dad; box-shadow: 1px 1px 3px 2px #a27dad;">
Div content here</div>
This div box has shadow with color #a27dad
#a27dad Color Palettes
Comments
No comments written yet.
Please login to write comment.