Color Hex Logo

#a9588c Color Hex

#A9588C
(169,88,140)
0 Favorites   0 Comments

Color spaces of #a9588c

RGB 16988140
HSL0.890.320.50
HSV321°48°66°
CMYK 0.000.480.17   0.34
XYZ24.585517.307926.8559
Yxy17.30790.35760.2518
Hunter Lab41.602832.6812-9.1516
CIE-Lab48.645739.9337-13.9686

#a9588c color RGB value is (169,88,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 10001100
Octal 251 130 214
Decimal 169 88 140
Hex A9 58 8C

RGB Percentages of Color #a9588c

%42.57
%22.17
%35.26

CMYK Percentages of Color #a9588c

%0
%48
%17
%34

Triadic Colors of #a9588c

#a9588c #8ca958 #588ca9

Analogous Colors of #a9588c

#a9588c #a95864 #9e58a9

Monochromatic Colors of #a9588c

#a9588c

Complementary Color

#a9588c #58a975

#a9588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9588c Color CSS Codes

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

#a9588c Text Font Color

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

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


#a9588c Background Color

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

This div background color is #a9588c


#a9588c Border Color

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

This div border color is #a9588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9588c


Comments

No comments written yet.

Please login to write comment.