Color Hex Logo

#a49ecd Color Hex

#A49ECD
(164,158,205)
0 Favorites   0 Comments

Color spaces of #a49ecd

RGB 164158205
HSL0.690.320.71
HSV248°23°80°
CMYK 0.200.230.00   0.20
XYZ38.556136.754062.8197
Yxy36.75400.27910.2661
Hunter Lab60.62517.4278-18.9987
CIE-Lab67.092111.9751-23.2357

#a49ecd color RGB value is (164,158,205).

#a49ecd hex color red value is 164, green value is 158 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a49ecd hue: 0.69 , saturation: 0.32 and the lightness value of a49ecd is 0.71.

The process color (four color CMYK) of #a49ecd color hex is 0.20, 0.23, 0.00, 0.20. Web safe color of #a49ecd is #9999cc. Color #a49ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 11001101
Octal 244 236 315
Decimal 164 158 205
Hex A4 9E CD

RGB Percentages of Color #a49ecd

%31.12
%29.98
%38.90

CMYK Percentages of Color #a49ecd

%20
%23
%0
%20

Triadic Colors of #a49ecd

#a49ecd #cda49e #9ecda4

Analogous Colors of #a49ecd

#a49ecd #bc9ecd #9eb0cd

Monochromatic Colors of #a49ecd

#a49ecd

Complementary Color

#a49ecd #c7cd9e

#a49ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ecd Color CSS Codes

.mybgcolor {background-color:#a49ecd; } 
.myforecolor {color:#a49ecd; }
.mybordercolor {border:3px solid #a49ecd; }

#a49ecd Text Font Color

<p style="color:#a49ecd">Text here</p>

This sample text font color is #a49ecd
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.


#a49ecd Background Color

<div style="background-color:#a49ecd">
Div content here</div>

This div background color is #a49ecd


#a49ecd Border Color

<div style="border:3px solid #a49ecd">
Div here</div>

This div border color is #a49ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,158,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #a49ecd;
  box-shadow:         1px 1px 3px 2px #a49ecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,158,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 #a49ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a49ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #a49ecd;
  box-shadow:         1px 1px 3px 2px #a49ecd;">
Div content here</div>

This div box has shadow with color #a49ecd


Comments

No comments written yet.

Please login to write comment.