Color spaces of #a49cbe
RGB | 164 | 156 | 190 |
---|---|---|---|
HSL | 0.71 | 0.21 | 0.68 |
HSV | 254° | 18° | 75° |
CMYK | 0.14 | 0.18 | 0.00 0.25 |
XYZ | 36.4926 | 35.3872 | 53.6222 |
Yxy | 35.3872 | 0.2908 | 0.2820 |
Hunter Lab | 59.4871 | 5.3990 | -11.8035 |
CIE-Lab | 66.0490 | 9.7465 | -16.4759 |
#a49cbe color RGB value is (164,156,190).
#a49cbe hex color red value is 164, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a49cbe hue: 0.71 , saturation: 0.21 and the lightness value of a49cbe is 0.68.
The process color (four color CMYK) of #a49cbe color hex is 0.14, 0.18, 0.00, 0.25. Web safe color of #a49cbe is #9999cc. Color #a49cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10011100 | 10111110 |
Octal | 244 | 234 | 276 |
Decimal | 164 | 156 | 190 |
Hex | A4 | 9C | BE |
Shades of #a49cbe
Tints of #a49cbe
RGB Percentages of Color #a49cbe
CMYK Percentages of Color #a49cbe
Complementary Color
#a49cbe | #b6be9c |
#a49cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a49cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a49cbe Color CSS Codes
.mybgcolor {background-color:#a49cbe; } .myforecolor {color:#a49cbe; } .mybordercolor {border:3px solid #a49cbe; }
#a49cbe Text Font Color
<p style="color:#a49cbe">Text here</p>
This sample text font color is #a49cbe
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.
#a49cbe Background Color
<div style="background-color:#a49cbe">
Div content here</div>
This div background color is #a49cbe
#a49cbe Border Color
<div style="border:3px solid #a49cbe">
Div here</div>
This div border color is #a49cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,156,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a49cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a49cbe; -webkit-box-shadow: 1px 1px 3px 2px #a49cbe; box-shadow: 1px 1px 3px 2px #a49cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,156,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a49cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a49cbe; -webkit-box-shadow: 1px 1px 3px 2px #a49cbe; box-shadow: 1px 1px 3px 2px #a49cbe;">
Div content here</div>
This div box has shadow with color #a49cbe
Comments
No comments written yet.
Please login to write comment.