Color Hex Logo

#9e53ab Color Hex

#9E53AB
(158,83,171)
0 Favorites   0 Comments

Color spaces of #9e53ab

RGB 15883171
HSL0.810.350.50
HSV291°51°67°
CMYK 0.080.510.00   0.33
XYZ24.544516.395940.3992
Yxy16.39590.30180.2016
Hunter Lab40.491937.3386-30.8100
CIE-Lab47.489744.7392-34.2497

#9e53ab color RGB value is (158,83,171).

#9e53ab hex color red value is 158, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9e53ab hue: 0.81 , saturation: 0.35 and the lightness value of 9e53ab is 0.50.

The process color (four color CMYK) of #9e53ab color hex is 0.08, 0.51, 0.00, 0.33. Web safe color of #9e53ab is #996699. Color #9e53ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01010011 10101011
Octal 236 123 253
Decimal 158 83 171
Hex 9E 53 AB

RGB Percentages of Color #9e53ab

%38.35
%20.15
%41.50

CMYK Percentages of Color #9e53ab

%8
%51
%0
%33

Triadic Colors of #9e53ab

#9e53ab #ab9e53 #53ab9e

Analogous Colors of #9e53ab

#9e53ab #ab538c #7253ab

Monochromatic Colors of #9e53ab

#9e53ab

Complementary Color

#9e53ab #60ab53

#9e53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e53ab Color CSS Codes

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

#9e53ab Text Font Color

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

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


#9e53ab Background Color

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

This div background color is #9e53ab


#9e53ab Border Color

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

This div border color is #9e53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e53ab


Comments

No comments written yet.

Please login to write comment.