Color spaces of #a49dee
RGB | 164 | 157 | 238 |
---|---|---|---|
HSL | 0.68 | 0.70 | 0.77 |
HSV | 245° | 34° | 93° |
CMYK | 0.31 | 0.34 | 0.00 0.07 |
XYZ | 42.7994 | 38.1795 | 86.0025 |
Yxy | 38.1795 | 0.2563 | 0.2286 |
Hunter Lab | 61.7896 | 15.5088 | -39.2708 |
CIE-Lab | 68.1527 | 20.5119 | -39.7850 |
#a49dee color RGB value is (164,157,238).
#a49dee hex color red value is 164, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a49dee hue: 0.68 , saturation: 0.70 and the lightness value of a49dee is 0.77.
The process color (four color CMYK) of #a49dee color hex is 0.31, 0.34, 0.00, 0.07. Web safe color of #a49dee is #9999ff. Color #a49dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10011101 | 11101110 |
Octal | 244 | 235 | 356 |
Decimal | 164 | 157 | 238 |
Hex | A4 | 9D | EE |
Shades of #a49dee
Tints of #a49dee
RGB Percentages of Color #a49dee
CMYK Percentages of Color #a49dee
Complementary Color
#a49dee | #e7ee9d |
#a49dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a49dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#a49dee Color CSS Codes
.mybgcolor {background-color:#a49dee; } .myforecolor {color:#a49dee; } .mybordercolor {border:3px solid #a49dee; }
#a49dee Text Font Color
<p style="color:#a49dee">Text here</p>
This sample text font color is #a49dee
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.
#a49dee Background Color
<div style="background-color:#a49dee">
Div content here</div>
This div background color is #a49dee
#a49dee Border Color
<div style="border:3px solid #a49dee">
Div here</div>
This div border color is #a49dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,157,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a49dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a49dee; -webkit-box-shadow: 1px 1px 3px 2px #a49dee; box-shadow: 1px 1px 3px 2px #a49dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,157,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a49dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a49dee; -webkit-box-shadow: 1px 1px 3px 2px #a49dee; box-shadow: 1px 1px 3px 2px #a49dee;">
Div content here</div>
This div box has shadow with color #a49dee
Comments
No comments written yet.
Please login to write comment.