Color Hex Logo

#a59abf Color Hex

#A59ABF
(165,154,191)
0 Favorites   0 Comments

Color spaces of #a59abf

RGB 165154191
HSL0.720.220.68
HSV258°19°75°
CMYK 0.140.190.00   0.25
XYZ36.476634.872154.0987
Yxy34.87210.29080.2780
Hunter Lab59.05266.9168-12.9794
CIE-Lab65.649011.4177-17.6321

#a59abf color RGB value is (165,154,191).

#a59abf hex color red value is 165, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a59abf hue: 0.72 , saturation: 0.22 and the lightness value of a59abf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011010 10111111
Octal 245 232 277
Decimal 165 154 191
Hex A5 9A BF

RGB Percentages of Color #a59abf

%32.35
%30.20
%37.45

CMYK Percentages of Color #a59abf

%14
%19
%0
%25

Triadic Colors of #a59abf

#a59abf #bfa59a #9abfa5

Analogous Colors of #a59abf

#a59abf #b89abf #9aa2bf

Monochromatic Colors of #a59abf

#a59abf

Complementary Color

#a59abf #b4bf9a

#a59abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59abf Color CSS Codes

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

#a59abf Text Font Color

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

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


#a59abf Background Color

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

This div background color is #a59abf


#a59abf Border Color

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

This div border color is #a59abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59abf


Comments

No comments written yet.

Please login to write comment.