Color spaces of #a597ce
RGB | 165 | 151 | 206 |
---|---|---|---|
HSL | 0.71 | 0.36 | 0.70 |
HSV | 255° | 27° | 81° |
CMYK | 0.20 | 0.27 | 0.00 0.19 |
XYZ | 37.7242 | 34.5888 | 63.0805 |
Yxy | 34.5888 | 0.2786 | 0.2555 |
Hunter Lab | 58.8122 | 11.5746 | -22.4244 |
CIE-Lab | 65.4273 | 16.4696 | -26.3361 |
#a597ce color RGB value is (165,151,206).
#a597ce hex color red value is 165, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a597ce hue: 0.71 , saturation: 0.36 and the lightness value of a597ce is 0.70.
The process color (four color CMYK) of #a597ce color hex is 0.20, 0.27, 0.00, 0.19. Web safe color of #a597ce is #9999cc. Color #a597ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10010111 | 11001110 |
Octal | 245 | 227 | 316 |
Decimal | 165 | 151 | 206 |
Hex | A5 | 97 | CE |
Shades of #a597ce
Tints of #a597ce
RGB Percentages of Color #a597ce
CMYK Percentages of Color #a597ce
Complementary Color
#a597ce | #c0ce97 |
#a597ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a597ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a597ce Color CSS Codes
.mybgcolor {background-color:#a597ce; } .myforecolor {color:#a597ce; } .mybordercolor {border:3px solid #a597ce; }
#a597ce Text Font Color
<p style="color:#a597ce">Text here</p>
This sample text font color is #a597ce
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.
#a597ce Background Color
<div style="background-color:#a597ce">
Div content here</div>
This div background color is #a597ce
#a597ce Border Color
<div style="border:3px solid #a597ce">
Div here</div>
This div border color is #a597ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,151,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a597ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a597ce; -webkit-box-shadow: 1px 1px 3px 2px #a597ce; box-shadow: 1px 1px 3px 2px #a597ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,151,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a597ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a597ce; -webkit-box-shadow: 1px 1px 3px 2px #a597ce; box-shadow: 1px 1px 3px 2px #a597ce;">
Div content here</div>
This div box has shadow with color #a597ce
Comments
No comments written yet.
Please login to write comment.