Color Hex Logo

#a59aca Color Hex

#A59ACA
(165,154,202)
0 Favorites   0 Comments

Color spaces of #a59aca

RGB 165154202
HSL0.700.310.70
HSV254°24°79°
CMYK 0.180.240.00   0.21
XYZ37.733335.374860.7164
Yxy35.37480.28200.2643
Hunter Lab59.47679.1600-18.8921
CIE-Lab66.039413.8604-23.1712

#a59aca color RGB value is (165,154,202).

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

The process color (four color CMYK) of #a59aca color hex is 0.18, 0.24, 0.00, 0.21. Web safe color of #a59aca is #9999cc. Color #a59aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011010 11001010
Octal 245 232 312
Decimal 165 154 202
Hex A5 9A CA

RGB Percentages of Color #a59aca

%31.67
%29.56
%38.77

CMYK Percentages of Color #a59aca

%18
%24
%0
%21

Triadic Colors of #a59aca

#a59aca #caa59a #9acaa5

Analogous Colors of #a59aca

#a59aca #bd9aca #9aa7ca

Monochromatic Colors of #a59aca

#a59aca

Complementary Color

#a59aca #bfca9a

#a59aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59aca Color CSS Codes

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

#a59aca Text Font Color

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

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


#a59aca Background Color

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

This div background color is #a59aca


#a59aca Border Color

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

This div border color is #a59aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59aca


Comments

No comments written yet.

Please login to write comment.