Color Hex Logo

#8e21eb Color Hex

#8E21EB
(142,33,235)
0 Favorites   0 Comments

Color spaces of #8e21eb

RGB 14233235
HSL0.760.830.53
HSV272°86°92°
CMYK 0.400.860.00   0.08
XYZ26.694612.836779.6680
Yxy12.83670.22390.1077
Hunter Lab35.828370.2953-106.7576
CIE-Lab42.516275.2151-79.3307

#8e21eb color RGB value is (142,33,235).

#8e21eb hex color red value is 142, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8e21eb hue: 0.76 , saturation: 0.83 and the lightness value of 8e21eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00100001 11101011
Octal 216 41 353
Decimal 142 33 235
Hex 8E 21 EB

RGB Percentages of Color #8e21eb

%34.63
%8.05
%57.32

CMYK Percentages of Color #8e21eb

%40
%86
%0
%8

Triadic Colors of #8e21eb

#8e21eb #eb8e21 #21eb8e

Analogous Colors of #8e21eb

#8e21eb #eb21e3 #2921eb

Monochromatic Colors of #8e21eb

#8e21eb

Complementary Color

#8e21eb #7eeb21

#8e21eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e21eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e21eb Color CSS Codes

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

#8e21eb Text Font Color

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

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


#8e21eb Background Color

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

This div background color is #8e21eb


#8e21eb Border Color

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

This div border color is #8e21eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e21eb


Comments

No comments written yet.

Please login to write comment.