Color spaces of #a49ffd
RGB | 164 | 159 | 253 |
---|---|---|---|
HSL | 0.68 | 0.96 | 0.81 |
HSV | 243° | 37° | 99° |
CMYK | 0.35 | 0.37 | 0.00 0.01 |
XYZ | 45.4376 | 39.7806 | 98.2121 |
Yxy | 39.7806 | 0.2477 | 0.2169 |
Hunter Lab | 63.0719 | 18.2174 | -48.1729 |
CIE-Lab | 69.3130 | 23.2287 | -46.1492 |
#a49ffd color RGB value is (164,159,253).
#a49ffd hex color red value is 164, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a49ffd hue: 0.68 , saturation: 0.96 and the lightness value of a49ffd is 0.81.
The process color (four color CMYK) of #a49ffd color hex is 0.35, 0.37, 0.00, 0.01. Web safe color of #a49ffd is #9999ff. Color #a49ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10011111 | 11111101 |
Octal | 244 | 237 | 375 |
Decimal | 164 | 159 | 253 |
Hex | A4 | 9F | FD |
Shades of #a49ffd
Tints of #a49ffd
RGB Percentages of Color #a49ffd
CMYK Percentages of Color #a49ffd
Complementary Color
#a49ffd | #f8fd9f |
#a49ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a49ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a49ffd Color CSS Codes
.mybgcolor {background-color:#a49ffd; } .myforecolor {color:#a49ffd; } .mybordercolor {border:3px solid #a49ffd; }
#a49ffd Text Font Color
<p style="color:#a49ffd">Text here</p>
This sample text font color is #a49ffd
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.
#a49ffd Background Color
<div style="background-color:#a49ffd">
Div content here</div>
This div background color is #a49ffd
#a49ffd Border Color
<div style="border:3px solid #a49ffd">
Div here</div>
This div border color is #a49ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,159,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a49ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a49ffd; -webkit-box-shadow: 1px 1px 3px 2px #a49ffd; box-shadow: 1px 1px 3px 2px #a49ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,159,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a49ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a49ffd; -webkit-box-shadow: 1px 1px 3px 2px #a49ffd; box-shadow: 1px 1px 3px 2px #a49ffd;">
Div content here</div>
This div box has shadow with color #a49ffd
Comments
No comments written yet.
Please login to write comment.