Color Hex Logo

#a57eac Color Hex

#A57EAC
(165,126,172)
0 Favorites   0 Comments

Color spaces of #a57eac

RGB 165126172
HSL0.810.220.58
HSV291°27°67°
CMYK 0.040.270.00   0.33
XYZ30.424325.899642.4253
Yxy25.89960.30810.2623
Hunter Lab50.891617.6514-13.8023
CIE-Lab57.941623.3160-18.5925

#a57eac color RGB value is (165,126,172).

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

The process color (four color CMYK) of #a57eac color hex is 0.04, 0.27, 0.00, 0.33. Web safe color of #a57eac is #996699. Color #a57eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111110 10101100
Octal 245 176 254
Decimal 165 126 172
Hex A5 7E AC

RGB Percentages of Color #a57eac

%35.64
%27.21
%37.15

CMYK Percentages of Color #a57eac

%4
%27
%0
%33

Triadic Colors of #a57eac

#a57eac #aca57e #7eaca5

Analogous Colors of #a57eac

#a57eac #ac7e9c #8e7eac

Monochromatic Colors of #a57eac

#a57eac

Complementary Color

#a57eac #85ac7e

#a57eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57eac Color CSS Codes

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

#a57eac Text Font Color

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

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


#a57eac Background Color

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

This div background color is #a57eac


#a57eac Border Color

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

This div border color is #a57eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57eac


Comments

No comments written yet.

Please login to write comment.