Color Hex Logo

#9e847d Color Hex

#9E847D
(158,132,125)
0 Favorites   0 Comments

Color spaces of #9e847d

RGB 158132125
HSL0.040.150.55
HSV13°21°62°
CMYK 0.000.160.21   0.38
XYZ26.053525.252322.9031
Yxy25.25230.35110.3403
Hunter Lab50.25174.60488.1537
CIE-Lab57.32048.76117.4708

#9e847d color RGB value is (158,132,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10000100 01111101
Octal 236 204 175
Decimal 158 132 125
Hex 9E 84 7D

RGB Percentages of Color #9e847d

%38.07
%31.81
%30.12

CMYK Percentages of Color #9e847d

%0
%16
%21
%38

Triadic Colors of #9e847d

#9e847d #7d9e84 #847d9e

Analogous Colors of #9e847d

#9e847d #9e957d #9e7d87

Monochromatic Colors of #9e847d

#9e847d

Complementary Color

#9e847d #7d979e

#9e847d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e847d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e847d Color CSS Codes

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

#9e847d Text Font Color

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

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


#9e847d Background Color

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

This div background color is #9e847d


#9e847d Border Color

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

This div border color is #9e847d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e847d


Comments

No comments written yet.

Please login to write comment.