Color Hex Logo

#a59acc Color Hex

#A59ACC
(165,154,204)
0 Favorites   0 Comments

Color spaces of #a59acc

RGB 165154204
HSL0.700.330.70
HSV253°25°80°
CMYK 0.190.250.00   0.20
XYZ37.971735.470261.9718
Yxy35.47020.28040.2619
Hunter Lab59.55699.5818-20.0043
CIE-Lab66.113114.3151-24.1710

#a59acc color RGB value is (165,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011010 11001100
Octal 245 232 314
Decimal 165 154 204
Hex A5 9A CC

RGB Percentages of Color #a59acc

%31.55
%29.45
%39.01

CMYK Percentages of Color #a59acc

%19
%25
%0
%20

Triadic Colors of #a59acc

#a59acc #cca59a #9acca5

Analogous Colors of #a59acc

#a59acc #be9acc #9aa8cc

Monochromatic Colors of #a59acc

#a59acc

Complementary Color

#a59acc #c1cc9a

#a59acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59acc Color CSS Codes

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

#a59acc Text Font Color

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

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


#a59acc Background Color

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

This div background color is #a59acc


#a59acc Border Color

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

This div border color is #a59acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59acc


Comments

No comments written yet.

Please login to write comment.