Color Hex Logo

#9e0fef Color Hex

#9E0FEF
(158,15,239)
0 Favorites   0 Comments

Color spaces of #9e0fef

RGB 15815239
HSL0.770.880.50
HSV278°94°94°
CMYK 0.340.940.00   0.06
XYZ29.851413.842782.7599
Yxy13.84270.23610.1095
Hunter Lab37.205878.1062-105.8396
CIE-Lab44.006581.2207-79.0631

#9e0fef color RGB value is (158,15,239).

#9e0fef hex color red value is 158, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9e0fef hue: 0.77 , saturation: 0.88 and the lightness value of 9e0fef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00001111 11101111
Octal 236 17 357
Decimal 158 15 239
Hex 9E F EF

RGB Percentages of Color #9e0fef

%38.35
%3.64
%58.01

CMYK Percentages of Color #9e0fef

%34
%94
%0
%6

Triadic Colors of #9e0fef

#9e0fef #ef9e0f #0fef9e

Analogous Colors of #9e0fef

#9e0fef #ef0fd0 #2e0fef

Monochromatic Colors of #9e0fef

#9e0fef

Complementary Color

#9e0fef #60ef0f

#9e0fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e0fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e0fef Color CSS Codes

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

#9e0fef Text Font Color

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

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


#9e0fef Background Color

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

This div background color is #9e0fef


#9e0fef Border Color

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

This div border color is #9e0fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e0fef


Comments

No comments written yet.

Please login to write comment.