Color Hex Logo

#a95777 Color Hex

#A95777
(169,87,119)
0 Favorites   0 Comments

Color spaces of #a95777

RGB 16987119
HSL0.930.320.50
HSV337°49°66°
CMYK 0.000.490.30   0.34
XYZ23.100216.583319.4362
Yxy16.58330.39070.2805
Hunter Lab40.722629.99090.2077
CIE-Lab47.730637.3285-2.7305

#a95777 color RGB value is (169,87,119).

#a95777 hex color red value is 169, green value is 87 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a95777 hue: 0.93 , saturation: 0.32 and the lightness value of a95777 is 0.50.

The process color (four color CMYK) of #a95777 color hex is 0.00, 0.49, 0.30, 0.34. Web safe color of #a95777 is #996666. Color #a95777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 01110111
Octal 251 127 167
Decimal 169 87 119
Hex A9 57 77

RGB Percentages of Color #a95777

%45.07
%23.20
%31.73

CMYK Percentages of Color #a95777

%0
%49
%30
%34

Triadic Colors of #a95777

#a95777 #77a957 #5777a9

Analogous Colors of #a95777

#a95777 #a96057 #a957a0

Monochromatic Colors of #a95777

#a95777

Complementary Color

#a95777 #57a989

#a95777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95777 Color CSS Codes

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

#a95777 Text Font Color

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

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


#a95777 Background Color

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

This div background color is #a95777


#a95777 Border Color

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

This div border color is #a95777


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,87,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a95777; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a95777;
  -webkit-box-shadow: 1px 1px 3px 2px #a95777;
  box-shadow:         1px 1px 3px 2px #a95777; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,87,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95777


Comments

No comments written yet.

Please login to write comment.