Color Hex Logo

#8e10fe Color Hex

#8E10FE
(142,16,254)
0 Favorites   0 Comments

Color spaces of #8e10fe

RGB 14216254
HSL0.750.990.53
HSV272°94°100°
CMYK 0.440.940.00   0.00
XYZ29.230013.277194.7881
Yxy13.27710.21290.0967
Hunter Lab36.437879.4248-128.7288
CIE-Lab43.177882.4177-88.9375

#8e10fe color RGB value is (142,16,254).

#8e10fe hex color red value is 142, green value is 16 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8e10fe hue: 0.75 , saturation: 0.99 and the lightness value of 8e10fe is 0.53.

The process color (four color CMYK) of #8e10fe color hex is 0.44, 0.94, 0.00, 0.00. Web safe color of #8e10fe is #9900ff. Color #8e10fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00010000 11111110
Octal 216 20 376
Decimal 142 16 254
Hex 8E 10 FE

RGB Percentages of Color #8e10fe

%34.47
%3.88
%61.65

CMYK Percentages of Color #8e10fe

%44
%94
%0
%0

Triadic Colors of #8e10fe

#8e10fe #fe8e10 #10fe8e

Analogous Colors of #8e10fe

#8e10fe #fe10f7 #1710fe

Monochromatic Colors of #8e10fe

#8e10fe

Complementary Color

#8e10fe #80fe10

#8e10fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e10fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e10fe Color CSS Codes

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

#8e10fe Text Font Color

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

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


#8e10fe Background Color

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

This div background color is #8e10fe


#8e10fe Border Color

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

This div border color is #8e10fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e10fe

Related Colors


Comments

No comments written yet.

Please login to write comment.