Color Hex Logo

#9e01ea Color Hex

#9E01EA
(158,1,234)
0 Favorites   0 Comments

Color spaces of #9e01ea

RGB 1581234
HSL0.780.990.46
HSV280°100°92°
CMYK 0.321.000.00   0.08
XYZ28.962713.231378.8693
Yxy13.23130.23920.1093
Hunter Lab36.374978.4708-103.0924
CIE-Lab43.109781.6794-77.7031

#9e01ea color RGB value is (158,1,234).

#9e01ea hex color red value is 158, green value is 1 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9e01ea hue: 0.78 , saturation: 0.99 and the lightness value of 9e01ea is 0.46.

The process color (four color CMYK) of #9e01ea color hex is 0.32, 1.00, 0.00, 0.08. Web safe color of #9e01ea is #9900ff. Color #9e01ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00000001 11101010
Octal 236 1 352
Decimal 158 1 234
Hex 9E 1 EA

RGB Percentages of Color #9e01ea

%40.20
%0.25
%59.54

CMYK Percentages of Color #9e01ea

%32
%100
%0
%8

Triadic Colors of #9e01ea

#9e01ea #ea9e01 #01ea9e

Analogous Colors of #9e01ea

#9e01ea #ea01c2 #2901ea

Monochromatic Colors of #9e01ea

#9e01ea

Complementary Color

#9e01ea #4dea01

#9e01ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e01ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e01ea Color CSS Codes

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

#9e01ea Text Font Color

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

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


#9e01ea Background Color

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

This div background color is #9e01ea


#9e01ea Border Color

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

This div border color is #9e01ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e01ea


Comments

No comments written yet.

Please login to write comment.