Color Hex Logo

#a58ead Color Hex

#A58EAD
(165,142,173)
0 Favorites   0 Comments

Color spaces of #a58ead

RGB 165142173
HSL0.790.160.62
HSV285°18°68°
CMYK 0.050.180.00   0.32
XYZ32.732930.362543.6705
Yxy30.36250.30660.2844
Hunter Lab55.10229.6073-8.4180
CIE-Lab61.965714.4117-13.0697

#a58ead color RGB value is (165,142,173).

#a58ead hex color red value is 165, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a58ead hue: 0.79 , saturation: 0.16 and the lightness value of a58ead is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 10101101
Octal 245 216 255
Decimal 165 142 173
Hex A5 8E AD

RGB Percentages of Color #a58ead

%34.38
%29.58
%36.04

CMYK Percentages of Color #a58ead

%5
%18
%0
%32

Triadic Colors of #a58ead

#a58ead #ada58e #8eada5

Analogous Colors of #a58ead

#a58ead #ad8ea6 #968ead

Monochromatic Colors of #a58ead

#a58ead

Complementary Color

#a58ead #96ad8e

#a58ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58ead Color CSS Codes

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

#a58ead Text Font Color

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

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


#a58ead Background Color

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

This div background color is #a58ead


#a58ead Border Color

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

This div border color is #a58ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,142,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 #a58ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58ead


Comments

No comments written yet.

Please login to write comment.