Color Hex Logo

#a8598c Color Hex

#A8598C
(168,89,140)
0 Favorites   0 Comments

Color spaces of #a8598c

RGB 16889140
HSL0.890.310.50
HSV321°47°66°
CMYK 0.000.470.17   0.34
XYZ24.454517.363026.8735
Yxy17.36300.35600.2528
Hunter Lab41.668931.8367-9.0696
CIE-Lab48.714239.0715-13.8779

#a8598c color RGB value is (168,89,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 10001100
Octal 250 131 214
Decimal 168 89 140
Hex A8 59 8C

RGB Percentages of Color #a8598c

%42.32
%22.42
%35.26

CMYK Percentages of Color #a8598c

%0
%47
%17
%34

Triadic Colors of #a8598c

#a8598c #8ca859 #598ca8

Analogous Colors of #a8598c

#a8598c #a85965 #9d59a8

Monochromatic Colors of #a8598c

#a8598c

Complementary Color

#a8598c #59a875

#a8598c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8598c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8598c Color CSS Codes

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

#a8598c Text Font Color

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

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


#a8598c Background Color

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

This div background color is #a8598c


#a8598c Border Color

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

This div border color is #a8598c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,89,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 #a8598c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8598c


Comments

No comments written yet.

Please login to write comment.