Color Hex Logo

#9e5edb Color Hex

#9E5EDB
(158,94,219)
0 Favorites   0 Comments

Color spaces of #9e5edb

RGB 15894219
HSL0.750.630.61
HSV271°57°86°
CMYK 0.280.570.00   0.14
XYZ30.889420.389069.3252
Yxy20.38900.25610.1691
Hunter Lab45.154243.0898-59.4200
CIE-Lab52.274249.4786-54.3434

#9e5edb color RGB value is (158,94,219).

#9e5edb hex color red value is 158, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9e5edb hue: 0.75 , saturation: 0.63 and the lightness value of 9e5edb is 0.61.

The process color (four color CMYK) of #9e5edb color hex is 0.28, 0.57, 0.00, 0.14. Web safe color of #9e5edb is #9966cc. Color #9e5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01011110 11011011
Octal 236 136 333
Decimal 158 94 219
Hex 9E 5E DB

RGB Percentages of Color #9e5edb

%33.55
%19.96
%46.50

CMYK Percentages of Color #9e5edb

%28
%57
%0
%14

Triadic Colors of #9e5edb

#9e5edb #db9e5e #5edb9e

Analogous Colors of #9e5edb

#9e5edb #db5eda #605edb

Monochromatic Colors of #9e5edb

#9e5edb

Complementary Color

#9e5edb #9bdb5e

#9e5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e5edb Color CSS Codes

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

#9e5edb Text Font Color

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

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


#9e5edb Background Color

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

This div background color is #9e5edb


#9e5edb Border Color

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

This div border color is #9e5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e5edb


Comments

No comments written yet.

Please login to write comment.