Color Hex Logo

#a58aa1 Color Hex

#A58AA1
(165,138,161)
0 Favorites   0 Comments

Color spaces of #a58aa1

RGB 165138161
HSL0.860.130.59
HSV309°16°65°
CMYK 0.000.160.02   0.35
XYZ31.038628.749537.6315
Yxy28.74950.31860.2951
Hunter Lab53.61869.4972-4.0789
CIE-Lab60.559914.3169-8.3549

#a58aa1 color RGB value is (165,138,161).

#a58aa1 hex color red value is 165, green value is 138 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a58aa1 hue: 0.86 , saturation: 0.13 and the lightness value of a58aa1 is 0.59.

The process color (four color CMYK) of #a58aa1 color hex is 0.00, 0.16, 0.02, 0.35. Web safe color of #a58aa1 is #999999. Color #a58aa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 10100001
Octal 245 212 241
Decimal 165 138 161
Hex A5 8A A1

RGB Percentages of Color #a58aa1

%35.56
%29.74
%34.70

CMYK Percentages of Color #a58aa1

%0
%16
%2
%35

Triadic Colors of #a58aa1

#a58aa1 #a1a58a #8aa1a5

Analogous Colors of #a58aa1

#a58aa1 #a58a94 #9c8aa5

Monochromatic Colors of #a58aa1

#a58aa1

Complementary Color

#a58aa1 #8aa58e

#a58aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58aa1 Color CSS Codes

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

#a58aa1 Text Font Color

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

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


#a58aa1 Background Color

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

This div background color is #a58aa1


#a58aa1 Border Color

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

This div border color is #a58aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58aa1


Comments

No comments written yet.

Please login to write comment.