Color Hex Logo

#a59dba Color Hex

#A59DBA
(165,157,186)
0 Favorites   0 Comments

Color spaces of #a59dba

RGB 165157186
HSL0.710.170.67
HSV257°16°73°
CMYK 0.110.160.00   0.27
XYZ36.436935.658451.4167
Yxy35.65840.29500.2887
Hunter Lab59.71474.4171-9.2508
CIE-Lab66.25818.6603-13.9197

#a59dba color RGB value is (165,157,186).

#a59dba hex color red value is 165, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a59dba hue: 0.71 , saturation: 0.17 and the lightness value of a59dba is 0.67.

The process color (four color CMYK) of #a59dba color hex is 0.11, 0.16, 0.00, 0.27. Web safe color of #a59dba is #9999cc. Color #a59dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 10111010
Octal 245 235 272
Decimal 165 157 186
Hex A5 9D BA

RGB Percentages of Color #a59dba

%32.48
%30.91
%36.61

CMYK Percentages of Color #a59dba

%11
%16
%0
%27

Triadic Colors of #a59dba

#a59dba #baa59d #9dbaa5

Analogous Colors of #a59dba

#a59dba #b49dba #9da4ba

Monochromatic Colors of #a59dba

#a59dba

Complementary Color

#a59dba #b2ba9d

#a59dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59dba Color CSS Codes

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

#a59dba Text Font Color

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

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


#a59dba Background Color

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

This div background color is #a59dba


#a59dba Border Color

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

This div border color is #a59dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59dba


Comments

No comments written yet.

Please login to write comment.