Color Hex Logo

#a59dbe Color Hex

#A59DBE
(165,157,190)
0 Favorites   0 Comments

Color spaces of #a59dbe

RGB 165157190
HSL0.710.200.68
HSV255°17°75°
CMYK 0.130.170.00   0.25
XYZ36.868335.831053.6881
Yxy35.83100.29170.2835
Hunter Lab59.85905.1883-11.2765
CIE-Lab66.39069.5170-15.9517

#a59dbe color RGB value is (165,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 10111110
Octal 245 235 276
Decimal 165 157 190
Hex A5 9D BE

RGB Percentages of Color #a59dbe

%32.23
%30.66
%37.11

CMYK Percentages of Color #a59dbe

%13
%17
%0
%25

Triadic Colors of #a59dbe

#a59dbe #bea59d #9dbea5

Analogous Colors of #a59dbe

#a59dbe #b69dbe #9da6be

Monochromatic Colors of #a59dbe

#a59dbe

Complementary Color

#a59dbe #b6be9d

#a59dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59dbe Color CSS Codes

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

#a59dbe Text Font Color

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

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


#a59dbe Background Color

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

This div background color is #a59dbe


#a59dbe Border Color

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

This div border color is #a59dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59dbe


Comments

No comments written yet.

Please login to write comment.