Color Hex Logo

#a77dac Color Hex

#A77DAC
(167,125,172)
0 Favorites   0 Comments

Color spaces of #a77dac

RGB 167125172
HSL0.820.220.58
HSV294°27°67°
CMYK 0.030.270.00   0.33
XYZ30.716425.861342.4025
Yxy25.86130.31030.2613
Hunter Lab50.854018.8215-13.8387
CIE-Lab57.905224.5643-18.6292

#a77dac color RGB value is (167,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111101 10101100
Octal 247 175 254
Decimal 167 125 172
Hex A7 7D AC

RGB Percentages of Color #a77dac

%35.99
%26.94
%37.07

CMYK Percentages of Color #a77dac

%3
%27
%0
%33

Triadic Colors of #a77dac

#a77dac #aca77d #7daca7

Analogous Colors of #a77dac

#a77dac #ac7d9a #907dac

Monochromatic Colors of #a77dac

#a77dac

Complementary Color

#a77dac #82ac7d

#a77dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77dac Color CSS Codes

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

#a77dac Text Font Color

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

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


#a77dac Background Color

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

This div background color is #a77dac


#a77dac Border Color

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

This div border color is #a77dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77dac


Comments

No comments written yet.

Please login to write comment.