Color Hex Logo

#8e07ef Color Hex

#8E07EF
(142,7,239)
0 Favorites   0 Comments

Color spaces of #8e07ef

RGB 1427239
HSL0.760.940.48
HSV275°97°94°
CMYK 0.410.970.00   0.06
XYZ26.811312.134782.5905
Yxy12.13470.22060.0998
Hunter Lab34.834976.4246-116.1870
CIE-Lab41.429480.3759-83.3818

#8e07ef color RGB value is (142,7,239).

#8e07ef hex color red value is 142, green value is 7 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8e07ef hue: 0.76 , saturation: 0.94 and the lightness value of 8e07ef is 0.48.

The process color (four color CMYK) of #8e07ef color hex is 0.41, 0.97, 0.00, 0.06. Web safe color of #8e07ef is #9900ff. Color #8e07ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000111 11101111
Octal 216 7 357
Decimal 142 7 239
Hex 8E 7 EF

RGB Percentages of Color #8e07ef

%36.60
%1.80
%61.60

CMYK Percentages of Color #8e07ef

%41
%97
%0
%6

Triadic Colors of #8e07ef

#8e07ef #ef8e07 #07ef8e

Analogous Colors of #8e07ef

#8e07ef #ef07dc #1a07ef

Monochromatic Colors of #8e07ef

#8e07ef

Complementary Color

#8e07ef #68ef07

#8e07ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e07ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e07ef Color CSS Codes

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

#8e07ef Text Font Color

<p style="color:#8e07ef">Text here</p>

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


#8e07ef Background Color

<div style="background-color:#8e07ef">
Div content here</div>

This div background color is #8e07ef


#8e07ef Border Color

<div style="border:3px solid #8e07ef">
Div here</div>

This div border color is #8e07ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,7,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e07ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e07ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8e07ef;
  box-shadow:         1px 1px 3px 2px #8e07ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,7,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 #8e07ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e07ef


Comments

No comments written yet.

Please login to write comment.