Color Hex Logo

#a77992 Color Hex

#A77992
(167,121,146)
0 Favorites   0 Comments

Color spaces of #a77992

RGB 167121146
HSL0.910.210.56
HSV327°28°65°
CMYK 0.000.280.13   0.35
XYZ27.962023.965630.3462
Yxy23.96560.33990.2913
Hunter Lab48.954716.2852-2.4846
CIE-Lab56.053321.9674-6.4107

#a77992 color RGB value is (167,121,146).

#a77992 hex color red value is 167, green value is 121 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a77992 hue: 0.91 , saturation: 0.21 and the lightness value of a77992 is 0.56.

The process color (four color CMYK) of #a77992 color hex is 0.00, 0.28, 0.13, 0.35. Web safe color of #a77992 is #996699. Color #a77992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 10010010
Octal 247 171 222
Decimal 167 121 146
Hex A7 79 92

RGB Percentages of Color #a77992

%38.48
%27.88
%33.64

CMYK Percentages of Color #a77992

%0
%28
%13
%35

Triadic Colors of #a77992

#a77992 #92a779 #7992a7

Analogous Colors of #a77992

#a77992 #a7797b #a579a7

Monochromatic Colors of #a77992

#a77992

Complementary Color

#a77992 #79a78e

#a77992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77992 Color CSS Codes

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

#a77992 Text Font Color

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

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


#a77992 Background Color

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

This div background color is #a77992


#a77992 Border Color

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

This div border color is #a77992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77992


Comments

No comments written yet.

Please login to write comment.