Color Hex Logo

#a757ac Color Hex

#A757AC
(167,87,172)
0 Favorites   0 Comments

Color spaces of #a757ac

RGB 16787172
HSL0.820.340.51
HSV296°49°67°
CMYK 0.030.490.00   0.33
XYZ26.790918.010441.0940
Yxy18.01040.31190.2097
Hunter Lab42.438738.4168-27.7043
CIE-Lab49.508745.4681-31.5877

#a757ac color RGB value is (167,87,172).

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

The process color (four color CMYK) of #a757ac color hex is 0.03, 0.49, 0.00, 0.33. Web safe color of #a757ac is #996699. Color #a757ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 10101100
Octal 247 127 254
Decimal 167 87 172
Hex A7 57 AC

RGB Percentages of Color #a757ac

%39.20
%20.42
%40.38

CMYK Percentages of Color #a757ac

%3
%49
%0
%33

Triadic Colors of #a757ac

#a757ac #aca757 #57aca7

Analogous Colors of #a757ac

#a757ac #ac5787 #7d57ac

Monochromatic Colors of #a757ac

#a757ac

Complementary Color

#a757ac #5cac57

#a757ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757ac Color CSS Codes

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

#a757ac Text Font Color

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

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


#a757ac Background Color

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

This div background color is #a757ac


#a757ac Border Color

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

This div border color is #a757ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,87,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757ac


Comments

No comments written yet.

Please login to write comment.