Color Hex Logo

#9e415a Color Hex

#9E415A
(158,65,90)
0 Favorites   0 Comments

Color spaces of #9e415a

RGB 1586590
HSL0.960.420.44
HSV344°59°62°
CMYK 0.000.590.43   0.38
XYZ17.836311.787911.0081
Yxy11.78790.43900.2901
Hunter Lab34.333532.64735.0237
CIE-Lab40.877041.09924.8928

#9e415a color RGB value is (158,65,90).

#9e415a hex color red value is 158, green value is 65 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #9e415a hue: 0.96 , saturation: 0.42 and the lightness value of 9e415a is 0.44.

The process color (four color CMYK) of #9e415a color hex is 0.00, 0.59, 0.43, 0.38. Web safe color of #9e415a is #993366. Color #9e415a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01000001 01011010
Octal 236 101 132
Decimal 158 65 90
Hex 9E 41 5A

RGB Percentages of Color #9e415a

%50.48
%20.77
%28.75

CMYK Percentages of Color #9e415a

%0
%59
%43
%38

Triadic Colors of #9e415a

#9e415a #5a9e41 #415a9e

Analogous Colors of #9e415a

#9e415a #9e5741 #9e4189

Monochromatic Colors of #9e415a

#9e415a

Complementary Color

#9e415a #419e85

#9e415a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e415a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e415a Color CSS Codes

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

#9e415a Text Font Color

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

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


#9e415a Background Color

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

This div background color is #9e415a


#9e415a Border Color

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

This div border color is #9e415a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e415a


Comments

No comments written yet.

Please login to write comment.