Color Hex Logo

#9e758c Color Hex

#9E758C
(158,117,140)
0 Favorites   0 Comments

Color spaces of #9e758c

RGB 158117140
HSL0.910.170.54
HSV326°26°62°
CMYK 0.000.260.11   0.38
XYZ25.195521.885127.7072
Yxy21.88510.33690.2926
Hunter Lab46.781514.2685-2.3685
CIE-Lab53.904919.8780-6.2125

#9e758c color RGB value is (158,117,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01110101 10001100
Octal 236 165 214
Decimal 158 117 140
Hex 9E 75 8C

RGB Percentages of Color #9e758c

%38.07
%28.19
%33.73

CMYK Percentages of Color #9e758c

%0
%26
%11
%38

Triadic Colors of #9e758c

#9e758c #8c9e75 #758c9e

Analogous Colors of #9e758c

#9e758c #9e7578 #9c759e

Monochromatic Colors of #9e758c

#9e758c

Complementary Color

#9e758c #759e87

#9e758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e758c Color CSS Codes

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

#9e758c Text Font Color

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

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


#9e758c Background Color

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

This div background color is #9e758c


#9e758c Border Color

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

This div border color is #9e758c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e758c


Comments

No comments written yet.

Please login to write comment.