Color Hex Logo

#a58aad Color Hex

#A58AAD
(165,138,173)
0 Favorites   0 Comments

Color spaces of #a58aad

RGB 165138173
HSL0.800.180.61
HSV286°20°68°
CMYK 0.050.200.00   0.32
XYZ32.148429.193443.4757
Yxy29.19340.30670.2785
Hunter Lab54.030911.6534-9.8858
CIE-Lab60.951916.6830-14.5981

#a58aad color RGB value is (165,138,173).

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

The process color (four color CMYK) of #a58aad color hex is 0.05, 0.20, 0.00, 0.32. Web safe color of #a58aad is #999999. Color #a58aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 10101101
Octal 245 212 255
Decimal 165 138 173
Hex A5 8A AD

RGB Percentages of Color #a58aad

%34.66
%28.99
%36.34

CMYK Percentages of Color #a58aad

%5
%20
%0
%32

Triadic Colors of #a58aad

#a58aad #ada58a #8aada5

Analogous Colors of #a58aad

#a58aad #ad8aa4 #948aad

Monochromatic Colors of #a58aad

#a58aad

Complementary Color

#a58aad #92ad8a

#a58aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58aad Color CSS Codes

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

#a58aad Text Font Color

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

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


#a58aad Background Color

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

This div background color is #a58aad


#a58aad Border Color

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

This div border color is #a58aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58aad


Comments

No comments written yet.

Please login to write comment.