Color Hex Logo

#9e2178 Color Hex

#9E2178
(158,33,120)
0 Favorites   0 Comments

Color spaces of #9e2178

RGB 15833120
HSL0.880.650.37
HSV318°79°62°
CMYK 0.000.790.24   0.38
XYZ18.03469.712918.6935
Yxy9.71290.38830.2091
Hunter Lab31.165548.7532-13.7471
CIE-Lab37.322157.4789-19.2231

#9e2178 color RGB value is (158,33,120).

#9e2178 hex color red value is 158, green value is 33 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #9e2178 hue: 0.88 , saturation: 0.65 and the lightness value of 9e2178 is 0.37.

The process color (four color CMYK) of #9e2178 color hex is 0.00, 0.79, 0.24, 0.38. Web safe color of #9e2178 is #993366. Color #9e2178 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100001 01111000
Octal 236 41 170
Decimal 158 33 120
Hex 9E 21 78

RGB Percentages of Color #9e2178

%50.80
%10.61
%38.59

CMYK Percentages of Color #9e2178

%0
%79
%24
%38

Triadic Colors of #9e2178

#9e2178 #789e21 #21789e

Analogous Colors of #9e2178

#9e2178 #9e2139 #86219e

Monochromatic Colors of #9e2178

#9e2178

Complementary Color

#9e2178 #219e47

#9e2178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e2178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e2178 Color CSS Codes

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

#9e2178 Text Font Color

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

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


#9e2178 Background Color

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

This div background color is #9e2178


#9e2178 Border Color

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

This div border color is #9e2178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e2178

#9e2178 Color Palettes


Comments

No comments written yet.

Please login to write comment.