Color Hex Logo

#9e5aef Color Hex

#9E5AEF
(158,90,239)
0 Favorites   0 Comments

Color spaces of #9e5aef

RGB 15890239
HSL0.740.820.65
HSV267°62°94°
CMYK 0.340.620.00   0.06
XYZ33.336720.813483.9217
Yxy20.81340.24140.1507
Hunter Lab45.621750.5956-77.1295
CIE-Lab52.744756.2996-64.8474

#9e5aef color RGB value is (158,90,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01011010 11101111
Octal 236 132 357
Decimal 158 90 239
Hex 9E 5A EF

RGB Percentages of Color #9e5aef

%32.44
%18.48
%49.08

CMYK Percentages of Color #9e5aef

%34
%62
%0
%6

Triadic Colors of #9e5aef

#9e5aef #ef9e5a #5aef9e

Analogous Colors of #9e5aef

#9e5aef #e95aef #5a61ef

Monochromatic Colors of #9e5aef

#9e5aef

Complementary Color

#9e5aef #abef5a

#9e5aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e5aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e5aef Color CSS Codes

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

#9e5aef Text Font Color

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

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


#9e5aef Background Color

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

This div background color is #9e5aef


#9e5aef Border Color

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

This div border color is #9e5aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,90,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 #9e5aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e5aef


Comments

No comments written yet.

Please login to write comment.