Color spaces of #a27dcb
RGB | 162 | 125 | 203 |
---|---|---|---|
HSL | 0.75 | 0.43 | 0.64 |
HSV | 268° | 38° | 80° |
CMYK | 0.20 | 0.38 | 0.00 0.20 |
XYZ | 33.0134 | 26.6604 | 59.9059 |
Yxy | 26.6604 | 0.2761 | 0.2230 |
Hunter Lab | 51.6337 | 23.7698 | -32.6452 |
CIE-Lab | 58.6587 | 29.6646 | -35.1609 |
#a27dcb color RGB value is (162,125,203).
#a27dcb hex color red value is 162, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a27dcb hue: 0.75 , saturation: 0.43 and the lightness value of a27dcb is 0.64.
The process color (four color CMYK) of #a27dcb color hex is 0.20, 0.38, 0.00, 0.20. Web safe color of #a27dcb is #9966cc. Color #a27dcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 01111101 | 11001011 |
Octal | 242 | 175 | 313 |
Decimal | 162 | 125 | 203 |
Hex | A2 | 7D | CB |
Shades of #a27dcb
Tints of #a27dcb
RGB Percentages of Color #a27dcb
CMYK Percentages of Color #a27dcb
Complementary Color
#a27dcb | #a6cb7d |
#a27dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a27dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a27dcb Color CSS Codes
.mybgcolor {background-color:#a27dcb; } .myforecolor {color:#a27dcb; } .mybordercolor {border:3px solid #a27dcb; }
#a27dcb Text Font Color
<p style="color:#a27dcb">Text here</p>
This sample text font color is #a27dcb
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.
#a27dcb Background Color
<div style="background-color:#a27dcb">
Div content here</div>
This div background color is #a27dcb
#a27dcb Border Color
<div style="border:3px solid #a27dcb">
Div here</div>
This div border color is #a27dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,125,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a27dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a27dcb; -webkit-box-shadow: 1px 1px 3px 2px #a27dcb; box-shadow: 1px 1px 3px 2px #a27dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,125,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a27dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a27dcb; -webkit-box-shadow: 1px 1px 3px 2px #a27dcb; box-shadow: 1px 1px 3px 2px #a27dcb;">
Div content here</div>
This div box has shadow with color #a27dcb
Comments
No comments written yet.
Please login to write comment.