Color Hex Logo

#9e788c Color Hex

#9E788C
(158,120,140)
0 Favorites   0 Comments

Color spaces of #9e788c

RGB 158120140
HSL0.910.160.55
HSV328°24°62°
CMYK 0.000.240.11   0.38
XYZ25.550622.595527.8256
Yxy22.59550.33630.2974
Hunter Lab47.534712.7606-1.4325
CIE-Lab54.653218.1543-5.1026

#9e788c color RGB value is (158,120,140).

#9e788c hex color red value is 158, green value is 120 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #9e788c hue: 0.91 , saturation: 0.16 and the lightness value of 9e788c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01111000 10001100
Octal 236 170 214
Decimal 158 120 140
Hex 9E 78 8C

RGB Percentages of Color #9e788c

%37.80
%28.71
%33.49

CMYK Percentages of Color #9e788c

%0
%24
%11
%38

Triadic Colors of #9e788c

#9e788c #8c9e78 #788c9e

Analogous Colors of #9e788c

#9e788c #9e7879 #9d789e

Monochromatic Colors of #9e788c

#9e788c

Complementary Color

#9e788c #789e8a

#9e788c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e788c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e788c Color CSS Codes

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

#9e788c Text Font Color

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

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


#9e788c Background Color

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

This div background color is #9e788c


#9e788c Border Color

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

This div border color is #9e788c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e788c


Comments

No comments written yet.

Please login to write comment.