Color Hex Logo

#9e5bef Color Hex

#9E5BEF
(158,91,239)
0 Favorites   0 Comments

Color spaces of #9e5bef

RGB 15891239
HSL0.740.820.65
HSV267°62°94°
CMYK 0.340.620.00   0.06
XYZ33.421620.983383.9500
Yxy20.98330.24160.1517
Hunter Lab45.807550.0721-76.5936
CIE-Lab52.931255.7946-64.5464

#9e5bef color RGB value is (158,91,239).

#9e5bef hex color red value is 158, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9e5bef hue: 0.74 , saturation: 0.82 and the lightness value of 9e5bef is 0.65.

The process color (four color CMYK) of #9e5bef color hex is 0.34, 0.62, 0.00, 0.06. Web safe color of #9e5bef is #9966ff. Color #9e5bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01011011 11101111
Octal 236 133 357
Decimal 158 91 239
Hex 9E 5B EF

RGB Percentages of Color #9e5bef

%32.38
%18.65
%48.98

CMYK Percentages of Color #9e5bef

%34
%62
%0
%6

Triadic Colors of #9e5bef

#9e5bef #ef9e5b #5bef9e

Analogous Colors of #9e5bef

#9e5bef #e85bef #5b62ef

Monochromatic Colors of #9e5bef

#9e5bef

Complementary Color

#9e5bef #acef5b

#9e5bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e5bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e5bef Color CSS Codes

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

#9e5bef Text Font Color

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

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


#9e5bef Background Color

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

This div background color is #9e5bef


#9e5bef Border Color

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

This div border color is #9e5bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e5bef


Comments

No comments written yet.

Please login to write comment.