Color Hex Logo

#9e3dfe Color Hex

#9E3DFE
(158,61,254)
0 Favorites   0 Comments

Color spaces of #9e3dfe

RGB 15861254
HSL0.750.990.62
HSV270°76°100°
CMYK 0.380.760.00   0.00
XYZ33.658717.762395.4204
Yxy17.76230.22920.1210
Hunter Lab42.145368.8018-104.7355
CIE-Lab49.206572.6819-78.9669

#9e3dfe color RGB value is (158,61,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00111101 11111110
Octal 236 75 376
Decimal 158 61 254
Hex 9E 3D FE

RGB Percentages of Color #9e3dfe

%33.40
%12.90
%53.70

CMYK Percentages of Color #9e3dfe

%38
%76
%0
%0

Triadic Colors of #9e3dfe

#9e3dfe #fe9e3d #3dfe9e

Analogous Colors of #9e3dfe

#9e3dfe #fe3dfe #3e3dfe

Monochromatic Colors of #9e3dfe

#9e3dfe

Complementary Color

#9e3dfe #9dfe3d

#9e3dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e3dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e3dfe Color CSS Codes

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

#9e3dfe Text Font Color

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

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


#9e3dfe Background Color

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

This div background color is #9e3dfe


#9e3dfe Border Color

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

This div border color is #9e3dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e3dfe


Comments

No comments written yet.

Please login to write comment.