Color Hex Logo

#9e2081 Color Hex

#9E2081
(158,32,129)
0 Favorites   0 Comments

Color spaces of #9e2081

RGB 15832129
HSL0.870.660.37
HSV314°80°62°
CMYK 0.000.800.18   0.38
XYZ18.57959.887121.6980
Yxy9.88710.37040.1971
Hunter Lab31.443850.4456-18.9029
CIE-Lab37.639058.9780-24.3387

#9e2081 color RGB value is (158,32,129).

#9e2081 hex color red value is 158, green value is 32 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #9e2081 hue: 0.87 , saturation: 0.66 and the lightness value of 9e2081 is 0.37.

The process color (four color CMYK) of #9e2081 color hex is 0.00, 0.80, 0.18, 0.38. Web safe color of #9e2081 is #993399. Color #9e2081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00100000 10000001
Octal 236 40 201
Decimal 158 32 129
Hex 9E 20 81

RGB Percentages of Color #9e2081

%49.53
%10.03
%40.44

CMYK Percentages of Color #9e2081

%0
%80
%18
%38

Triadic Colors of #9e2081

#9e2081 #819e20 #20819e

Analogous Colors of #9e2081

#9e2081 #9e2042 #7c209e

Monochromatic Colors of #9e2081

#9e2081

Complementary Color

#9e2081 #209e3d

#9e2081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e2081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e2081 Color CSS Codes

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

#9e2081 Text Font Color

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

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


#9e2081 Background Color

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

This div background color is #9e2081


#9e2081 Border Color

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

This div border color is #9e2081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e2081


Comments

No comments written yet.

Please login to write comment.