Color Hex Logo

#9e937d Color Hex

#9E937D
(158,147,125)
0 Favorites   0 Comments

Color spaces of #9e937d

RGB 158147125
HSL0.110.150.55
HSV40°21°62°
CMYK 0.000.070.21   0.38
XYZ28.235929.617223.6305
Yxy29.61720.34650.3635
Hunter Lab54.4217-2.625812.3508
CIE-Lab61.32250.337613.1249

#9e937d color RGB value is (158,147,125).

#9e937d hex color red value is 158, green value is 147 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9e937d hue: 0.11 , saturation: 0.15 and the lightness value of 9e937d is 0.55.

The process color (four color CMYK) of #9e937d color hex is 0.00, 0.07, 0.21, 0.38. Web safe color of #9e937d is #999966. Color #9e937d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10010011 01111101
Octal 236 223 175
Decimal 158 147 125
Hex 9E 93 7D

RGB Percentages of Color #9e937d

%36.74
%34.19
%29.07

CMYK Percentages of Color #9e937d

%0
%7
%21
%38

Triadic Colors of #9e937d

#9e937d #7d9e93 #937d9e

Analogous Colors of #9e937d

#9e937d #999e7d #9e837d

Monochromatic Colors of #9e937d

#9e937d

Complementary Color

#9e937d #7d889e

#9e937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e937d Color CSS Codes

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

#9e937d Text Font Color

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

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


#9e937d Background Color

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

This div background color is #9e937d


#9e937d Border Color

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

This div border color is #9e937d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e937d


Comments

No comments written yet.

Please login to write comment.