Color Hex Logo

#9e56bb Color Hex

#9E56BB
(158,86,187)
0 Favorites   0 Comments

Color spaces of #9e56bb

RGB 15886187
HSL0.790.430.54
HSV283°54°73°
CMYK 0.160.540.00   0.27
XYZ26.398017.512549.0026
Yxy17.51250.28410.1885
Hunter Lab41.847939.3653-40.1331
CIE-Lab48.899446.4839-41.3718

#9e56bb color RGB value is (158,86,187).

#9e56bb hex color red value is 158, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9e56bb hue: 0.79 , saturation: 0.43 and the lightness value of 9e56bb is 0.54.

The process color (four color CMYK) of #9e56bb color hex is 0.16, 0.54, 0.00, 0.27. Web safe color of #9e56bb is #9966cc. Color #9e56bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01010110 10111011
Octal 236 126 273
Decimal 158 86 187
Hex 9E 56 BB

RGB Percentages of Color #9e56bb

%36.66
%19.95
%43.39

CMYK Percentages of Color #9e56bb

%16
%54
%0
%27

Triadic Colors of #9e56bb

#9e56bb #bb9e56 #56bb9e

Analogous Colors of #9e56bb

#9e56bb #bb56a6 #6c56bb

Monochromatic Colors of #9e56bb

#9e56bb

Complementary Color

#9e56bb #73bb56

#9e56bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e56bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e56bb Color CSS Codes

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

#9e56bb Text Font Color

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

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


#9e56bb Background Color

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

This div background color is #9e56bb


#9e56bb Border Color

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

This div border color is #9e56bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e56bb


Comments

No comments written yet.

Please login to write comment.