Color Hex Logo

#a58daa Color Hex

#A58DAA
(165,141,170)
0 Favorites   0 Comments

Color spaces of #a58daa

RGB 165141170
HSL0.800.150.61
HSV290°17°67°
CMYK 0.030.170.00   0.33
XYZ32.297629.951442.1091
Yxy29.95140.30950.2870
Hunter Lab54.72799.5678-7.3098
CIE-Lab61.612314.3748-11.9000

#a58daa color RGB value is (165,141,170).

#a58daa hex color red value is 165, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a58daa hue: 0.80 , saturation: 0.15 and the lightness value of a58daa is 0.61.

The process color (four color CMYK) of #a58daa color hex is 0.03, 0.17, 0.00, 0.33. Web safe color of #a58daa is #999999. Color #a58daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001101 10101010
Octal 245 215 252
Decimal 165 141 170
Hex A5 8D AA

RGB Percentages of Color #a58daa

%34.66
%29.62
%35.71

CMYK Percentages of Color #a58daa

%3
%17
%0
%33

Triadic Colors of #a58daa

#a58daa #aaa58d #8daaa5

Analogous Colors of #a58daa

#a58daa #aa8da1 #978daa

Monochromatic Colors of #a58daa

#a58daa

Complementary Color

#a58daa #92aa8d

#a58daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58daa Color CSS Codes

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

#a58daa Text Font Color

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

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


#a58daa Background Color

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

This div background color is #a58daa


#a58daa Border Color

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

This div border color is #a58daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58daa


Comments

No comments written yet.

Please login to write comment.