Color Hex Logo

#a95779 Color Hex

#A95779
(169,87,121)
0 Favorites   0 Comments

Color spaces of #a95779

RGB 16987121
HSL0.930.320.50
HSV335°49°66°
CMYK 0.000.490.28   0.34
XYZ23.221616.631920.0755
Yxy16.63190.38750.2775
Hunter Lab40.782230.2699-0.6386
CIE-Lab47.792837.6061-3.8446

#a95779 color RGB value is (169,87,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 01111001
Octal 251 127 171
Decimal 169 87 121
Hex A9 57 79

RGB Percentages of Color #a95779

%44.83
%23.08
%32.10

CMYK Percentages of Color #a95779

%0
%49
%28
%34

Triadic Colors of #a95779

#a95779 #79a957 #5779a9

Analogous Colors of #a95779

#a95779 #a95e57 #a957a2

Monochromatic Colors of #a95779

#a95779

Complementary Color

#a95779 #57a987

#a95779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95779 Color CSS Codes

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

#a95779 Text Font Color

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

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


#a95779 Background Color

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

This div background color is #a95779


#a95779 Border Color

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

This div border color is #a95779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95779


Comments

No comments written yet.

Please login to write comment.