Color Hex Logo

#8e2eed Color Hex

#8E2EED
(142,46,237)
0 Favorites   0 Comments

Color spaces of #8e2eed

RGB 14246237
HSL0.750.840.55
HSV270°81°93°
CMYK 0.400.810.00   0.07
XYZ27.418413.819281.3430
Yxy13.81920.22370.1127
Hunter Lab37.174266.6006-103.7140
CIE-Lab43.972571.8708-78.0741

#8e2eed color RGB value is (142,46,237).

#8e2eed hex color red value is 142, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8e2eed hue: 0.75 , saturation: 0.84 and the lightness value of 8e2eed is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 00101110 11101101
Octal 216 56 355
Decimal 142 46 237
Hex 8E 2E ED

RGB Percentages of Color #8e2eed

%33.41
%10.82
%55.76

CMYK Percentages of Color #8e2eed

%40
%81
%0
%7

Triadic Colors of #8e2eed

#8e2eed #ed8e2e #2eed8e

Analogous Colors of #8e2eed

#8e2eed #ed2eed #2e2eed

Monochromatic Colors of #8e2eed

#8e2eed

Complementary Color

#8e2eed #8ded2e

#8e2eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e2eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e2eed Color CSS Codes

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

#8e2eed Text Font Color

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

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


#8e2eed Background Color

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

This div background color is #8e2eed


#8e2eed Border Color

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

This div border color is #8e2eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e2eed


Comments

No comments written yet.

Please login to write comment.