Color Hex Logo

#9a5e7d Color Hex

#9A5E7D
(154,94,125)
0 Favorites   0 Comments

Color spaces of #9a5e7d

RGB 15494125
HSL0.910.240.49
HSV329°39°60°
CMYK 0.000.390.19   0.40
XYZ21.030816.356121.4506
Yxy16.35610.35740.2780
Hunter Lab40.442722.0480-3.1373
CIE-Lab47.438328.9783-6.9978

#9a5e7d color RGB value is (154,94,125).

#9a5e7d hex color red value is 154, green value is 94 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9a5e7d hue: 0.91 , saturation: 0.24 and the lightness value of 9a5e7d is 0.49.

The process color (four color CMYK) of #9a5e7d color hex is 0.00, 0.39, 0.19, 0.40. Web safe color of #9a5e7d is #996666. Color #9a5e7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01011110 01111101
Octal 232 136 175
Decimal 154 94 125
Hex 9A 5E 7D

RGB Percentages of Color #9a5e7d

%41.29
%25.20
%33.51

CMYK Percentages of Color #9a5e7d

%0
%39
%19
%40

Triadic Colors of #9a5e7d

#9a5e7d #7d9a5e #5e7d9a

Analogous Colors of #9a5e7d

#9a5e7d #9a5e5f #995e9a

Monochromatic Colors of #9a5e7d

#9a5e7d

Complementary Color

#9a5e7d #5e9a7b

#9a5e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a5e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a5e7d Color CSS Codes

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

#9a5e7d Text Font Color

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

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


#9a5e7d Background Color

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

This div background color is #9a5e7d


#9a5e7d Border Color

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

This div border color is #9a5e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a5e7d


Comments

No comments written yet.

Please login to write comment.