Color Hex Logo

#9e738c Color Hex

#9E738C
(158,115,140)
0 Favorites   0 Comments

Color spaces of #9e738c

RGB 158115140
HSL0.900.180.54
HSV325°27°62°
CMYK 0.000.270.11   0.38
XYZ24.964921.424027.6304
Yxy21.42400.33730.2894
Hunter Lab46.286115.2753-2.9928
CIE-Lab53.410421.0262-6.9478

#9e738c color RGB value is (158,115,140).

#9e738c hex color red value is 158, green value is 115 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #9e738c hue: 0.90 , saturation: 0.18 and the lightness value of 9e738c is 0.54.

The process color (four color CMYK) of #9e738c color hex is 0.00, 0.27, 0.11, 0.38. Web safe color of #9e738c is #996699. Color #9e738c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110011 10001100
Octal 236 163 214
Decimal 158 115 140
Hex 9E 73 8C

RGB Percentages of Color #9e738c

%38.26
%27.85
%33.90

CMYK Percentages of Color #9e738c

%0
%27
%11
%38

Triadic Colors of #9e738c

#9e738c #8c9e73 #738c9e

Analogous Colors of #9e738c

#9e738c #9e7377 #9b739e

Monochromatic Colors of #9e738c

#9e738c

Complementary Color

#9e738c #739e85

#9e738c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e738c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e738c Color CSS Codes

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

#9e738c Text Font Color

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

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


#9e738c Background Color

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

This div background color is #9e738c


#9e738c Border Color

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

This div border color is #9e738c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,115,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e738c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e738c;
  -webkit-box-shadow: 1px 1px 3px 2px #9e738c;
  box-shadow:         1px 1px 3px 2px #9e738c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,115,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 #9e738c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e738c


Comments

No comments written yet.

Please login to write comment.