Color Hex Logo

#a77eac Color Hex

#A77EAC
(167,126,172)
0 Favorites   0 Comments

Color spaces of #a77eac

RGB 167126172
HSL0.820.220.58
HSV293°27°67°
CMYK 0.030.270.00   0.33
XYZ30.843626.115842.4449
Yxy26.11580.31030.2627
Hunter Lab51.103618.3024-13.4717
CIE-Lab58.146823.9957-18.2612

#a77eac color RGB value is (167,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 10101100
Octal 247 176 254
Decimal 167 126 172
Hex A7 7E AC

RGB Percentages of Color #a77eac

%35.91
%27.10
%36.99

CMYK Percentages of Color #a77eac

%3
%27
%0
%33

Triadic Colors of #a77eac

#a77eac #aca77e #7eaca7

Analogous Colors of #a77eac

#a77eac #ac7e9a #907eac

Monochromatic Colors of #a77eac

#a77eac

Complementary Color

#a77eac #83ac7e

#a77eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77eac Color CSS Codes

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

#a77eac Text Font Color

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

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


#a77eac Background Color

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

This div background color is #a77eac


#a77eac Border Color

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

This div border color is #a77eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77eac


Comments

No comments written yet.

Please login to write comment.