Color Hex Logo

#a9589b Color Hex

#A9589B
(169,88,155)
0 Favorites   0 Comments

Color spaces of #a9589b

RGB 16988155
HSL0.860.320.50
HSV310°48°66°
CMYK 0.000.480.08   0.34
XYZ25.768317.781033.0843
Yxy17.78100.33630.2320
Hunter Lab42.167535.2870-17.0012
CIE-Lab49.229442.4467-21.9927

#a9589b color RGB value is (169,88,155).

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

The process color (four color CMYK) of #a9589b color hex is 0.00, 0.48, 0.08, 0.34. Web safe color of #a9589b is #996699. Color #a9589b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 10011011
Octal 251 130 233
Decimal 169 88 155
Hex A9 58 9B

RGB Percentages of Color #a9589b

%41.02
%21.36
%37.62

CMYK Percentages of Color #a9589b

%0
%48
%8
%34

Triadic Colors of #a9589b

#a9589b #9ba958 #589ba9

Analogous Colors of #a9589b

#a9589b #a95873 #8f58a9

Monochromatic Colors of #a9589b

#a9589b

Complementary Color

#a9589b #58a966

#a9589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9589b Color CSS Codes

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

#a9589b Text Font Color

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

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


#a9589b Background Color

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

This div background color is #a9589b


#a9589b Border Color

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

This div border color is #a9589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9589b


Comments

No comments written yet.

Please login to write comment.