Color Hex Logo

#9e157b Color Hex

#9E157B
(158,21,123)
0 Favorites   0 Comments

Color spaces of #9e157b

RGB 15821123
HSL0.880.770.35
HSV315°87°62°
CMYK 0.000.870.22   0.38
XYZ17.94399.235519.5758
Yxy9.23550.38380.1975
Hunter Lab30.390052.2137-16.9189
CIE-Lab36.433860.8254-22.4767

#9e157b color RGB value is (158,21,123).

#9e157b hex color red value is 158, green value is 21 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9e157b hue: 0.88 , saturation: 0.77 and the lightness value of 9e157b is 0.35.

The process color (four color CMYK) of #9e157b color hex is 0.00, 0.87, 0.22, 0.38. Web safe color of #9e157b is #990066. Color #9e157b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00010101 01111011
Octal 236 25 173
Decimal 158 21 123
Hex 9E 15 7B

RGB Percentages of Color #9e157b

%52.32
%6.95
%40.73

CMYK Percentages of Color #9e157b

%0
%87
%22
%38

Triadic Colors of #9e157b

#9e157b #7b9e15 #157b9e

Analogous Colors of #9e157b

#9e157b #9e1537 #7d159e

Monochromatic Colors of #9e157b

#9e157b

Complementary Color

#9e157b #159e38

#9e157b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e157b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e157b Color CSS Codes

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

#9e157b Text Font Color

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

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


#9e157b Background Color

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

This div background color is #9e157b


#9e157b Border Color

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

This div border color is #9e157b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e157b


Comments

No comments written yet.

Please login to write comment.