Color Hex Logo

#9e02ed Color Hex

#9E02ED
(158,2,237)
0 Favorites   0 Comments

Color spaces of #9e02ed

RGB 1582237
HSL0.780.980.47
HSV280°99°93°
CMYK 0.330.990.00   0.07
XYZ29.408313.426981.1624
Yxy13.42690.23720.1083
Hunter Lab36.642779.1337-105.6754
CIE-Lab43.399682.1468-78.9275

#9e02ed color RGB value is (158,2,237).

#9e02ed hex color red value is 158, green value is 2 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9e02ed hue: 0.78 , saturation: 0.98 and the lightness value of 9e02ed is 0.47.

The process color (four color CMYK) of #9e02ed color hex is 0.33, 0.99, 0.00, 0.07. Web safe color of #9e02ed is #9900ff. Color #9e02ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00000010 11101101
Octal 236 2 355
Decimal 158 2 237
Hex 9E 2 ED

RGB Percentages of Color #9e02ed

%39.80
%0.50
%59.70

CMYK Percentages of Color #9e02ed

%33
%99
%0
%7

Triadic Colors of #9e02ed

#9e02ed #ed9e02 #02ed9e

Analogous Colors of #9e02ed

#9e02ed #ed02c7 #2802ed

Monochromatic Colors of #9e02ed

#9e02ed

Complementary Color

#9e02ed #51ed02

#9e02ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e02ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e02ed Color CSS Codes

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

#9e02ed Text Font Color

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

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


#9e02ed Background Color

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

This div background color is #9e02ed


#9e02ed Border Color

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

This div border color is #9e02ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e02ed


Comments

No comments written yet.

Please login to write comment.