Color Hex Logo

#a59ace Color Hex

#A59ACE
(165,154,206)
0 Favorites   0 Comments

Color spaces of #a59ace

RGB 165154206
HSL0.700.350.71
HSV253°25°81°
CMYK 0.200.250.00   0.19
XYZ38.213235.566863.2435
Yxy35.56680.27890.2596
Hunter Lab59.637910.0082-21.1280
CIE-Lab66.187614.7731-25.1687

#a59ace color RGB value is (165,154,206).

#a59ace hex color red value is 165, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a59ace hue: 0.70 , saturation: 0.35 and the lightness value of a59ace is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011010 11001110
Octal 245 232 316
Decimal 165 154 206
Hex A5 9A CE

RGB Percentages of Color #a59ace

%31.43
%29.33
%39.24

CMYK Percentages of Color #a59ace

%20
%25
%0
%19

Triadic Colors of #a59ace

#a59ace #cea59a #9acea5

Analogous Colors of #a59ace

#a59ace #bf9ace #9aa9ce

Monochromatic Colors of #a59ace

#a59ace

Complementary Color

#a59ace #c3ce9a

#a59ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59ace Color CSS Codes

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

#a59ace Text Font Color

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

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


#a59ace Background Color

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

This div background color is #a59ace


#a59ace Border Color

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

This div border color is #a59ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59ace


Comments

No comments written yet.

Please login to write comment.