Color Hex Logo

#a95689 Color Hex

#A95689
(169,86,137)
0 Favorites   0 Comments

Color spaces of #a95689

RGB 16986137
HSL0.900.330.50
HSV323°49°66°
CMYK 0.000.490.19   0.34
XYZ24.205316.896725.6525
Yxy16.89670.36260.2531
Hunter Lab41.105633.1761-8.2268
CIE-Lab48.129640.5073-12.9562

#a95689 color RGB value is (169,86,137).

#a95689 hex color red value is 169, green value is 86 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a95689 hue: 0.90 , saturation: 0.33 and the lightness value of a95689 is 0.50.

The process color (four color CMYK) of #a95689 color hex is 0.00, 0.49, 0.19, 0.34. Web safe color of #a95689 is #996699. Color #a95689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 10001001
Octal 251 126 211
Decimal 169 86 137
Hex A9 56 89

RGB Percentages of Color #a95689

%43.11
%21.94
%34.95

CMYK Percentages of Color #a95689

%0
%49
%19
%34

Triadic Colors of #a95689

#a95689 #89a956 #5689a9

Analogous Colors of #a95689

#a95689 #a95660 #a056a9

Monochromatic Colors of #a95689

#a95689

Complementary Color

#a95689 #56a976

#a95689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95689 Color CSS Codes

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

#a95689 Text Font Color

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

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


#a95689 Background Color

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

This div background color is #a95689


#a95689 Border Color

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

This div border color is #a95689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95689


Comments

No comments written yet.

Please login to write comment.