Color Hex Logo

#9e31fe Color Hex

#9E31FE
(158,49,254)
0 Favorites   0 Comments

Color spaces of #9e31fe

RGB 15849254
HSL0.760.990.59
HSV272°81°100°
CMYK 0.380.810.00   0.00
XYZ33.088316.621595.2303
Yxy16.62150.22830.1147
Hunter Lab40.769573.5231-109.9524
CIE-Lab47.779576.8230-81.3001

#9e31fe color RGB value is (158,49,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00110001 11111110
Octal 236 61 376
Decimal 158 49 254
Hex 9E 31 FE

RGB Percentages of Color #9e31fe

%34.27
%10.63
%55.10

CMYK Percentages of Color #9e31fe

%38
%81
%0
%0

Triadic Colors of #9e31fe

#9e31fe #fe9e31 #31fe9e

Analogous Colors of #9e31fe

#9e31fe #fe31f8 #3731fe

Monochromatic Colors of #9e31fe

#9e31fe

Complementary Color

#9e31fe #91fe31

#9e31fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e31fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e31fe Color CSS Codes

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

#9e31fe Text Font Color

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

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


#9e31fe Background Color

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

This div background color is #9e31fe


#9e31fe Border Color

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

This div border color is #9e31fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e31fe


Comments

No comments written yet.

Please login to write comment.