Color Hex Logo

#a49ada Color Hex

#A49ADA
(164,154,218)
0 Favorites   0 Comments

Color spaces of #a49ada

RGB 164154218
HSL0.690.460.73
HSV249°29°85°
CMYK 0.250.290.00   0.15
XYZ39.520336.065771.2081
Yxy36.06570.26920.2457
Hunter Lab60.054712.3700-28.2630
CIE-Lab66.570117.2849-31.2391

#a49ada color RGB value is (164,154,218).

#a49ada hex color red value is 164, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a49ada hue: 0.69 , saturation: 0.46 and the lightness value of a49ada is 0.73.

The process color (four color CMYK) of #a49ada color hex is 0.25, 0.29, 0.00, 0.15. Web safe color of #a49ada is #9999cc. Color #a49ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 11011010
Octal 244 232 332
Decimal 164 154 218
Hex A4 9A DA

RGB Percentages of Color #a49ada

%30.60
%28.73
%40.67

CMYK Percentages of Color #a49ada

%25
%29
%0
%15

Triadic Colors of #a49ada

#a49ada #daa49a #9adaa4

Analogous Colors of #a49ada

#a49ada #c49ada #9ab0da

Monochromatic Colors of #a49ada

#a49ada

Complementary Color

#a49ada #d0da9a

#a49ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ada Color CSS Codes

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

#a49ada Text Font Color

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

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


#a49ada Background Color

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

This div background color is #a49ada


#a49ada Border Color

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

This div border color is #a49ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,154,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a49ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49ada


Comments

No comments written yet.

Please login to write comment.