Color Hex Logo

#9e2ab4 Color Hex

#9E2AB4
(158,42,180)
0 Favorites   0 Comments

Color spaces of #9e2ab4

RGB 15842180
HSL0.810.620.44
HSV290°77°71°
CMYK 0.120.770.00   0.29
XYZ23.166712.220344.3178
Yxy12.22030.29070.1533
Hunter Lab34.957557.1180-50.6952
CIE-Lab41.564164.2075-48.9701

#9e2ab4 color RGB value is (158,42,180).

#9e2ab4 hex color red value is 158, green value is 42 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #9e2ab4 hue: 0.81 , saturation: 0.62 and the lightness value of 9e2ab4 is 0.44.

The process color (four color CMYK) of #9e2ab4 color hex is 0.12, 0.77, 0.00, 0.29. Web safe color of #9e2ab4 is #9933cc. Color #9e2ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00101010 10110100
Octal 236 52 264
Decimal 158 42 180
Hex 9E 2A B4

RGB Percentages of Color #9e2ab4

%41.58
%11.05
%47.37

CMYK Percentages of Color #9e2ab4

%12
%77
%0
%29

Triadic Colors of #9e2ab4

#9e2ab4 #b49e2a #2ab49e

Analogous Colors of #9e2ab4

#9e2ab4 #b42a85 #592ab4

Monochromatic Colors of #9e2ab4

#9e2ab4

Complementary Color

#9e2ab4 #40b42a

#9e2ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e2ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e2ab4 Color CSS Codes

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

#9e2ab4 Text Font Color

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

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


#9e2ab4 Background Color

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

This div background color is #9e2ab4


#9e2ab4 Border Color

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

This div border color is #9e2ab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e2ab4


Comments

No comments written yet.

Please login to write comment.