Color Hex Logo

#9e40fe Color Hex

#9E40FE
(158,64,254)
0 Favorites   0 Comments

Color spaces of #9e40fe

RGB 15864254
HSL0.750.990.62
HSV270°75°100°
CMYK 0.380.750.00   0.00
XYZ33.823318.091695.4753
Yxy18.09160.22950.1227
Hunter Lab42.534267.5087-103.3125
CIE-Lab49.607071.5313-78.3131

#9e40fe color RGB value is (158,64,254).

#9e40fe hex color red value is 158, green value is 64 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9e40fe hue: 0.75 , saturation: 0.99 and the lightness value of 9e40fe is 0.62.

The process color (four color CMYK) of #9e40fe color hex is 0.38, 0.75, 0.00, 0.00. Web safe color of #9e40fe is #9933ff. Color #9e40fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01000000 11111110
Octal 236 100 376
Decimal 158 64 254
Hex 9E 40 FE

RGB Percentages of Color #9e40fe

%33.19
%13.45
%53.36

CMYK Percentages of Color #9e40fe

%38
%75
%0
%0

Triadic Colors of #9e40fe

#9e40fe #fe9e40 #40fe9e

Analogous Colors of #9e40fe

#9e40fe #fd40fe #4041fe

Monochromatic Colors of #9e40fe

#9e40fe

Complementary Color

#9e40fe #a0fe40

#9e40fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e40fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e40fe Color CSS Codes

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

#9e40fe Text Font Color

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

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


#9e40fe Background Color

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

This div background color is #9e40fe


#9e40fe Border Color

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

This div border color is #9e40fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e40fe


Comments

No comments written yet.

Please login to write comment.