Color Hex Logo

#a77caa Color Hex

#A77CAA
(167,124,170)
0 Favorites   0 Comments

Color spaces of #a77caa

RGB 167124170
HSL0.820.210.58
HSV296°27°67°
CMYK 0.020.270.00   0.33
XYZ30.399725.533141.3563
Yxy25.53310.31250.2624
Hunter Lab50.530318.9600-13.1544
CIE-Lab57.591224.7343-17.9593

#a77caa color RGB value is (167,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111100 10101010
Octal 247 174 252
Decimal 167 124 170
Hex A7 7C AA

RGB Percentages of Color #a77caa

%36.23
%26.90
%36.88

CMYK Percentages of Color #a77caa

%2
%27
%0
%33

Triadic Colors of #a77caa

#a77caa #aaa77c #7caaa7

Analogous Colors of #a77caa

#a77caa #aa7c96 #907caa

Monochromatic Colors of #a77caa

#a77caa

Complementary Color

#a77caa #7faa7c

#a77caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77caa Color CSS Codes

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

#a77caa Text Font Color

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

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


#a77caa Background Color

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

This div background color is #a77caa


#a77caa Border Color

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

This div border color is #a77caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77caa


Comments

No comments written yet.

Please login to write comment.