Color spaces of #a95cde
RGB | 169 | 92 | 222 |
---|---|---|---|
HSL | 0.77 | 0.66 | 0.62 |
HSV | 276° | 59° | 87° |
CMYK | 0.24 | 0.59 | 0.00 0.13 |
XYZ | 33.3741 | 21.3632 | 71.4717 |
Yxy | 21.3632 | 0.2644 | 0.1693 |
Hunter Lab | 46.2203 | 48.0030 | -59.3274 |
CIE-Lab | 53.3447 | 53.8449 | -54.2554 |
#a95cde color RGB value is (169,92,222).
#a95cde hex color red value is 169, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a95cde hue: 0.77 , saturation: 0.66 and the lightness value of a95cde is 0.62.
The process color (four color CMYK) of #a95cde color hex is 0.24, 0.59, 0.00, 0.13. Web safe color of #a95cde is #9966cc. Color #a95cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01011100 | 11011110 |
Octal | 251 | 134 | 336 |
Decimal | 169 | 92 | 222 |
Hex | A9 | 5C | DE |
Shades of #a95cde
Tints of #a95cde
RGB Percentages of Color #a95cde
CMYK Percentages of Color #a95cde
Complementary Color
#a95cde | #91de5c |
#a95cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a95cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#a95cde Color CSS Codes
.mybgcolor {background-color:#a95cde; } .myforecolor {color:#a95cde; } .mybordercolor {border:3px solid #a95cde; }
#a95cde Text Font Color
<p style="color:#a95cde">Text here</p>
This sample text font color is #a95cde
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.
#a95cde Background Color
<div style="background-color:#a95cde">
Div content here</div>
This div background color is #a95cde
#a95cde Border Color
<div style="border:3px solid #a95cde">
Div here</div>
This div border color is #a95cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,92,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a95cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a95cde; -webkit-box-shadow: 1px 1px 3px 2px #a95cde; box-shadow: 1px 1px 3px 2px #a95cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,92,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a95cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a95cde; -webkit-box-shadow: 1px 1px 3px 2px #a95cde; box-shadow: 1px 1px 3px 2px #a95cde;">
Div content here</div>
This div box has shadow with color #a95cde
Comments
No comments written yet.
Please login to write comment.