Color Hex Logo

#a057ad Color Hex

#A057AD
(160,87,173)
0 Favorites   0 Comments

Color spaces of #a057ad

RGB 16087173
HSL0.810.340.51
HSV291°50°68°
CMYK 0.080.500.00   0.32
XYZ25.448217.307141.5345
Yxy17.30710.30190.2053
Hunter Lab41.601836.3869-30.0728
CIE-Lab48.644743.6215-33.5921

#a057ad color RGB value is (160,87,173).

#a057ad hex color red value is 160, green value is 87 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a057ad hue: 0.81 , saturation: 0.34 and the lightness value of a057ad is 0.51.

The process color (four color CMYK) of #a057ad color hex is 0.08, 0.50, 0.00, 0.32. Web safe color of #a057ad is #996699. Color #a057ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 10101101
Octal 240 127 255
Decimal 160 87 173
Hex A0 57 AD

RGB Percentages of Color #a057ad

%38.10
%20.71
%41.19

CMYK Percentages of Color #a057ad

%8
%50
%0
%32

Triadic Colors of #a057ad

#a057ad #ada057 #57ada0

Analogous Colors of #a057ad

#a057ad #ad578f #7557ad

Monochromatic Colors of #a057ad

#a057ad

Complementary Color

#a057ad #64ad57

#a057ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a057ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a057ad Color CSS Codes

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

#a057ad Text Font Color

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

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


#a057ad Background Color

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

This div background color is #a057ad


#a057ad Border Color

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

This div border color is #a057ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a057ad


Comments

No comments written yet.

Please login to write comment.