Color Hex Logo

#a757ad Color Hex

#A757AD
(167,87,173)
0 Favorites   0 Comments

Color spaces of #a757ad

RGB 16787173
HSL0.820.340.51
HSV296°50°68°
CMYK 0.030.500.00   0.32
XYZ26.887418.049041.6018
Yxy18.04900.31070.2086
Hunter Lab42.484138.6221-28.3198
CIE-Lab49.555545.6596-32.1000

#a757ad color RGB value is (167,87,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 10101101
Octal 247 127 255
Decimal 167 87 173
Hex A7 57 AD

RGB Percentages of Color #a757ad

%39.11
%20.37
%40.52

CMYK Percentages of Color #a757ad

%3
%50
%0
%32

Triadic Colors of #a757ad

#a757ad #ada757 #57ada7

Analogous Colors of #a757ad

#a757ad #ad5788 #7c57ad

Monochromatic Colors of #a757ad

#a757ad

Complementary Color

#a757ad #5dad57

#a757ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757ad Color CSS Codes

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

#a757ad Text Font Color

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

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


#a757ad Background Color

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

This div background color is #a757ad


#a757ad Border Color

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

This div border color is #a757ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757ad


Comments

No comments written yet.

Please login to write comment.