Color Hex Logo

#a59dbd Color Hex

#A59DBD
(165,157,189)
0 Favorites   0 Comments

Color spaces of #a59dbd

RGB 165157189
HSL0.710.200.68
HSV255°17°74°
CMYK 0.130.170.00   0.26
XYZ36.759335.787453.1143
Yxy35.78740.29250.2848
Hunter Lab59.82264.9938-10.7656
CIE-Lab66.35729.3014-15.4444

#a59dbd color RGB value is (165,157,189).

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

The process color (four color CMYK) of #a59dbd color hex is 0.13, 0.17, 0.00, 0.26. Web safe color of #a59dbd is #9999cc. Color #a59dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 10111101
Octal 245 235 275
Decimal 165 157 189
Hex A5 9D BD

RGB Percentages of Color #a59dbd

%32.29
%30.72
%36.99

CMYK Percentages of Color #a59dbd

%13
%17
%0
%26

Triadic Colors of #a59dbd

#a59dbd #bda59d #9dbda5

Analogous Colors of #a59dbd

#a59dbd #b59dbd #9da5bd

Monochromatic Colors of #a59dbd

#a59dbd

Complementary Color

#a59dbd #b5bd9d

#a59dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59dbd Color CSS Codes

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

#a59dbd Text Font Color

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

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


#a59dbd Background Color

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

This div background color is #a59dbd


#a59dbd Border Color

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

This div border color is #a59dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59dbd


Comments

No comments written yet.

Please login to write comment.