Color Hex Logo

#9e07df Color Hex

#9E07DF
(158,7,223)
0 Favorites   0 Comments

Color spaces of #9e07df

RGB 1587223
HSL0.780.940.45
HSV282°97°87°
CMYK 0.290.970.00   0.13
XYZ27.495812.748870.8236
Yxy12.74880.24760.1148
Hunter Lab35.705574.9734-92.6109
CIE-Lab42.382379.0358-72.6292

#9e07df color RGB value is (158,7,223).

#9e07df hex color red value is 158, green value is 7 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9e07df hue: 0.78 , saturation: 0.94 and the lightness value of 9e07df is 0.45.

The process color (four color CMYK) of #9e07df color hex is 0.29, 0.97, 0.00, 0.13. Web safe color of #9e07df is #9900cc. Color #9e07df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 00000111 11011111
Octal 236 7 337
Decimal 158 7 223
Hex 9E 7 DF

RGB Percentages of Color #9e07df

%40.72
%1.80
%57.47

CMYK Percentages of Color #9e07df

%29
%97
%0
%13

Triadic Colors of #9e07df

#9e07df #df9e07 #07df9e

Analogous Colors of #9e07df

#9e07df #df07b4 #3207df

Monochromatic Colors of #9e07df

#9e07df

Complementary Color

#9e07df #48df07

#9e07df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e07df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e07df Color CSS Codes

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

#9e07df Text Font Color

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

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


#9e07df Background Color

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

This div background color is #9e07df


#9e07df Border Color

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

This div border color is #9e07df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e07df


Comments

No comments written yet.

Please login to write comment.