Color Hex Logo

#9e18fa Color Hex

#9E18FA
(158,24,250)
0 Favorites   0 Comments

Color spaces of #9e18fa

RGB 15824250
HSL0.770.960.54
HSV276°90°98°
CMYK 0.370.900.00   0.02
XYZ31.682514.824591.6340
Yxy14.82450.22930.1073
Hunter Lab38.502679.5021-114.1550
CIE-Lab45.392982.0568-82.9764

#9e18fa color RGB value is (158,24,250).

#9e18fa hex color red value is 158, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9e18fa hue: 0.77 , saturation: 0.96 and the lightness value of 9e18fa is 0.54.

The process color (four color CMYK) of #9e18fa color hex is 0.37, 0.90, 0.00, 0.02. Web safe color of #9e18fa is #9900ff. Color #9e18fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00011000 11111010
Octal 236 30 372
Decimal 158 24 250
Hex 9E 18 FA

RGB Percentages of Color #9e18fa

%36.57
%5.56
%57.87

CMYK Percentages of Color #9e18fa

%37
%90
%0
%2

Triadic Colors of #9e18fa

#9e18fa #fa9e18 #18fa9e

Analogous Colors of #9e18fa

#9e18fa #fa18e5 #2d18fa

Monochromatic Colors of #9e18fa

#9e18fa

Complementary Color

#9e18fa #74fa18

#9e18fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e18fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e18fa Color CSS Codes

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

#9e18fa Text Font Color

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

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


#9e18fa Background Color

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

This div background color is #9e18fa


#9e18fa Border Color

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

This div border color is #9e18fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e18fa


Comments

No comments written yet.

Please login to write comment.