Color spaces of #a897cd
RGB | 168 | 151 | 205 |
---|---|---|---|
HSL | 0.72 | 0.35 | 0.70 |
HSV | 259° | 26° | 80° |
CMYK | 0.18 | 0.26 | 0.00 0.20 |
XYZ | 38.2345 | 34.8658 | 62.4722 |
Yxy | 34.8658 | 0.2820 | 0.2572 |
Hunter Lab | 59.0473 | 12.2502 | -21.3959 |
CIE-Lab | 65.6440 | 17.1845 | -25.4247 |
#a897cd color RGB value is (168,151,205).
#a897cd hex color red value is 168, green value is 151 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a897cd hue: 0.72 , saturation: 0.35 and the lightness value of a897cd is 0.70.
The process color (four color CMYK) of #a897cd color hex is 0.18, 0.26, 0.00, 0.20. Web safe color of #a897cd is #9999cc. Color #a897cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10010111 | 11001101 |
Octal | 250 | 227 | 315 |
Decimal | 168 | 151 | 205 |
Hex | A8 | 97 | CD |
Shades of #a897cd
Tints of #a897cd
RGB Percentages of Color #a897cd
CMYK Percentages of Color #a897cd
Complementary Color
#a897cd | #bccd97 |
#a897cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a897cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a897cd Color CSS Codes
.mybgcolor {background-color:#a897cd; } .myforecolor {color:#a897cd; } .mybordercolor {border:3px solid #a897cd; }
#a897cd Text Font Color
<p style="color:#a897cd">Text here</p>
This sample text font color is #a897cd
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.
#a897cd Background Color
<div style="background-color:#a897cd">
Div content here</div>
This div background color is #a897cd
#a897cd Border Color
<div style="border:3px solid #a897cd">
Div here</div>
This div border color is #a897cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,151,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a897cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a897cd; -webkit-box-shadow: 1px 1px 3px 2px #a897cd; box-shadow: 1px 1px 3px 2px #a897cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,151,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a897cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a897cd; -webkit-box-shadow: 1px 1px 3px 2px #a897cd; box-shadow: 1px 1px 3px 2px #a897cd;">
Div content here</div>
This div box has shadow with color #a897cd
Comments
No comments written yet.
Please login to write comment.