Color Hex Logo

#9e337e Color Hex

#9E337E
(158,51,126)
0 Favorites   0 Comments

Color spaces of #9e337e

RGB 15851126
HSL0.880.510.41
HSV318°68°62°
CMYK 0.000.680.20   0.38
XYZ19.050311.143120.8854
Yxy11.14310.37300.2182
Hunter Lab33.381343.4506-13.7286
CIE-Lab39.820452.0059-19.1008

#9e337e color RGB value is (158,51,126).

#9e337e hex color red value is 158, green value is 51 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9e337e hue: 0.88 , saturation: 0.51 and the lightness value of 9e337e is 0.41.

The process color (four color CMYK) of #9e337e color hex is 0.00, 0.68, 0.20, 0.38. Web safe color of #9e337e is #993366. Color #9e337e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00110011 01111110
Octal 236 63 176
Decimal 158 51 126
Hex 9E 33 7E

RGB Percentages of Color #9e337e

%47.16
%15.22
%37.61

CMYK Percentages of Color #9e337e

%0
%68
%20
%38

Triadic Colors of #9e337e

#9e337e #7e9e33 #337e9e

Analogous Colors of #9e337e

#9e337e #9e3349 #89339e

Monochromatic Colors of #9e337e

#9e337e

Complementary Color

#9e337e #339e53

#9e337e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e337e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e337e Color CSS Codes

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

#9e337e Text Font Color

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

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


#9e337e Background Color

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

This div background color is #9e337e


#9e337e Border Color

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

This div border color is #9e337e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,51,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9e337e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e337e


Comments

No comments written yet.

Please login to write comment.