Color Hex Logo

#8e54eb Color Hex

#8E54EB
(142,84,235)
0 Favorites   0 Comments

Color spaces of #8e54eb

RGB 14284235
HSL0.730.790.63
HSV263°64°92°
CMYK 0.400.640.00   0.08
XYZ29.321018.089680.5435
Yxy18.08960.22920.1414
Hunter Lab42.531948.6251-82.5064
CIE-Lab49.604655.0660-67.7671

#8e54eb color RGB value is (142,84,235).

#8e54eb hex color red value is 142, green value is 84 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8e54eb hue: 0.73 , saturation: 0.79 and the lightness value of 8e54eb is 0.63.

The process color (four color CMYK) of #8e54eb color hex is 0.40, 0.64, 0.00, 0.08. Web safe color of #8e54eb is #9966ff. Color #8e54eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01010100 11101011
Octal 216 124 353
Decimal 142 84 235
Hex 8E 54 EB

RGB Percentages of Color #8e54eb

%30.80
%18.22
%50.98

CMYK Percentages of Color #8e54eb

%40
%64
%0
%8

Triadic Colors of #8e54eb

#8e54eb #eb8e54 #54eb8e

Analogous Colors of #8e54eb

#8e54eb #da54eb #5466eb

Monochromatic Colors of #8e54eb

#8e54eb

Complementary Color

#8e54eb #b1eb54

#8e54eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e54eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e54eb Color CSS Codes

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

#8e54eb Text Font Color

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

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


#8e54eb Background Color

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

This div background color is #8e54eb


#8e54eb Border Color

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

This div border color is #8e54eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e54eb


Comments

No comments written yet.

Please login to write comment.