Color Hex Logo

#9e3bac Color Hex

#9E3BAC
(158,59,172)
0 Favorites   0 Comments

Color spaces of #9e3bac

RGB 15859172
HSL0.810.490.45
HSV293°66°67°
CMYK 0.080.660.00   0.33
XYZ23.110913.375640.3934
Yxy13.37560.30060.1740
Hunter Lab36.572748.7951-39.8831
CIE-Lab43.323856.3717-41.4253

#9e3bac color RGB value is (158,59,172).

#9e3bac hex color red value is 158, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9e3bac hue: 0.81 , saturation: 0.49 and the lightness value of 9e3bac is 0.45.

The process color (four color CMYK) of #9e3bac color hex is 0.08, 0.66, 0.00, 0.33. Web safe color of #9e3bac is #993399. Color #9e3bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00111011 10101100
Octal 236 73 254
Decimal 158 59 172
Hex 9E 3B AC

RGB Percentages of Color #9e3bac

%40.62
%15.17
%44.22

CMYK Percentages of Color #9e3bac

%8
%66
%0
%33

Triadic Colors of #9e3bac

#9e3bac #ac9e3b #3bac9e

Analogous Colors of #9e3bac

#9e3bac #ac3b82 #663bac

Monochromatic Colors of #9e3bac

#9e3bac

Complementary Color

#9e3bac #49ac3b

#9e3bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e3bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e3bac Color CSS Codes

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

#9e3bac Text Font Color

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

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


#9e3bac Background Color

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

This div background color is #9e3bac


#9e3bac Border Color

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

This div border color is #9e3bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e3bac


Comments

No comments written yet.

Please login to write comment.