Color Hex Logo

#9a598e Color Hex

#9A598E
(154,89,142)
0 Favorites   0 Comments

Color spaces of #9a598e

RGB 15489142
HSL0.860.270.48
HSV311°42°60°
CMYK 0.000.420.08   0.40
XYZ21.781315.967827.5253
Yxy15.96780.33370.2446
Hunter Lab39.959727.3675-12.8687
CIE-Lab46.932234.7149-17.9564

#9a598e color RGB value is (154,89,142).

#9a598e hex color red value is 154, green value is 89 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #9a598e hue: 0.86 , saturation: 0.27 and the lightness value of 9a598e is 0.48.

The process color (four color CMYK) of #9a598e color hex is 0.00, 0.42, 0.08, 0.40. Web safe color of #9a598e is #996699. Color #9a598e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01011001 10001110
Octal 232 131 216
Decimal 154 89 142
Hex 9A 59 8E

RGB Percentages of Color #9a598e

%40.00
%23.12
%36.88

CMYK Percentages of Color #9a598e

%0
%42
%8
%40

Triadic Colors of #9a598e

#9a598e #8e9a59 #598e9a

Analogous Colors of #9a598e

#9a598e #9a596e #86599a

Monochromatic Colors of #9a598e

#9a598e

Complementary Color

#9a598e #599a65

#9a598e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a598e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a598e Color CSS Codes

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

#9a598e Text Font Color

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

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


#9a598e Background Color

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

This div background color is #9a598e


#9a598e Border Color

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

This div border color is #9a598e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,89,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a598e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a598e;
  -webkit-box-shadow: 1px 1px 3px 2px #9a598e;
  box-shadow:         1px 1px 3px 2px #9a598e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a598e


Comments

No comments written yet.

Please login to write comment.