Color spaces of #a499ce
RGB | 164 | 153 | 206 |
---|---|---|---|
HSL | 0.70 | 0.35 | 0.70 |
HSV | 252° | 26° | 81° |
CMYK | 0.20 | 0.26 | 0.00 0.19 |
XYZ | 37.8417 | 35.1312 | 63.1791 |
Yxy | 35.1312 | 0.2779 | 0.2580 |
Hunter Lab | 59.2716 | 10.2373 | -21.7086 |
CIE-Lab | 65.8507 | 15.0255 | -25.6929 |
#a499ce color RGB value is (164,153,206).
#a499ce hex color red value is 164, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a499ce hue: 0.70 , saturation: 0.35 and the lightness value of a499ce is 0.70.
The process color (four color CMYK) of #a499ce color hex is 0.20, 0.26, 0.00, 0.19. Web safe color of #a499ce is #9999cc. Color #a499ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10011001 | 11001110 |
Octal | 244 | 231 | 316 |
Decimal | 164 | 153 | 206 |
Hex | A4 | 99 | CE |
Shades of #a499ce
Tints of #a499ce
RGB Percentages of Color #a499ce
CMYK Percentages of Color #a499ce
Complementary Color
#a499ce | #c3ce99 |
#a499ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a499ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#a499ce Color CSS Codes
.mybgcolor {background-color:#a499ce; } .myforecolor {color:#a499ce; } .mybordercolor {border:3px solid #a499ce; }
#a499ce Text Font Color
<p style="color:#a499ce">Text here</p>
This sample text font color is #a499ce
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.
#a499ce Background Color
<div style="background-color:#a499ce">
Div content here</div>
This div background color is #a499ce
#a499ce Border Color
<div style="border:3px solid #a499ce">
Div here</div>
This div border color is #a499ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,153,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a499ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a499ce; -webkit-box-shadow: 1px 1px 3px 2px #a499ce; box-shadow: 1px 1px 3px 2px #a499ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,153,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 #a499ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a499ce; -webkit-box-shadow: 1px 1px 3px 2px #a499ce; box-shadow: 1px 1px 3px 2px #a499ce;">
Div content here</div>
This div box has shadow with color #a499ce
Comments
No comments written yet.
Please login to write comment.