Color Hex Logo

#a57dad Color Hex

#A57DAD
(165,125,173)
0 Favorites   0 Comments

Color spaces of #a57dad

RGB 165125173
HSL0.810.230.58
HSV290°28°68°
CMYK 0.050.280.00   0.32
XYZ30.393525.683742.8907
Yxy25.68370.30710.2595
Hunter Lab50.679118.3625-14.7029
CIE-Lab57.735624.0886-19.4799

#a57dad color RGB value is (165,125,173).

#a57dad hex color red value is 165, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a57dad hue: 0.81 , saturation: 0.23 and the lightness value of a57dad is 0.58.

The process color (four color CMYK) of #a57dad color hex is 0.05, 0.28, 0.00, 0.32. Web safe color of #a57dad is #996699. Color #a57dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111101 10101101
Octal 245 175 255
Decimal 165 125 173
Hex A5 7D AD

RGB Percentages of Color #a57dad

%35.64
%27.00
%37.37

CMYK Percentages of Color #a57dad

%5
%28
%0
%32

Triadic Colors of #a57dad

#a57dad #ada57d #7dada5

Analogous Colors of #a57dad

#a57dad #ad7d9d #8d7dad

Monochromatic Colors of #a57dad

#a57dad

Complementary Color

#a57dad #85ad7d

#a57dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57dad Color CSS Codes

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

#a57dad Text Font Color

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

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


#a57dad Background Color

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

This div background color is #a57dad


#a57dad Border Color

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

This div border color is #a57dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57dad


Comments

No comments written yet.

Please login to write comment.