Color Hex Logo

#a95978 Color Hex

#A95978
(169,89,120)
0 Favorites   0 Comments

Color spaces of #a95978

RGB 16989120
HSL0.940.320.51
HSV337°47°66°
CMYK 0.000.470.29   0.34
XYZ23.324716.935819.8089
Yxy16.93580.38830.2819
Hunter Lab41.153129.15200.2682
CIE-Lab48.179036.4034-2.6726

#a95978 color RGB value is (169,89,120).

#a95978 hex color red value is 169, green value is 89 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a95978 hue: 0.94 , saturation: 0.32 and the lightness value of a95978 is 0.51.

The process color (four color CMYK) of #a95978 color hex is 0.00, 0.47, 0.29, 0.34. Web safe color of #a95978 is #996666. Color #a95978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 01111000
Octal 251 131 170
Decimal 169 89 120
Hex A9 59 78

RGB Percentages of Color #a95978

%44.71
%23.54
%31.75

CMYK Percentages of Color #a95978

%0
%47
%29
%34

Triadic Colors of #a95978

#a95978 #78a959 #5978a9

Analogous Colors of #a95978

#a95978 #a96259 #a959a0

Monochromatic Colors of #a95978

#a95978

Complementary Color

#a95978 #59a98a

#a95978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95978 Color CSS Codes

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

#a95978 Text Font Color

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

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


#a95978 Background Color

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

This div background color is #a95978


#a95978 Border Color

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

This div border color is #a95978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95978


Comments

No comments written yet.

Please login to write comment.