Color Hex Logo

#8e44ce Color Hex

#8E44CE
(142,68,206)
0 Favorites   0 Comments

Color spaces of #8e44ce

RGB 14268206
HSL0.760.580.54
HSV272°67°81°
CMYK 0.310.670.00   0.19
XYZ24.363014.341359.8766
Yxy14.34130.24710.1455
Hunter Lab37.869948.5628-67.2352
CIE-Lab44.718555.8973-59.1690

#8e44ce color RGB value is (142,68,206).

#8e44ce hex color red value is 142, green value is 68 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8e44ce hue: 0.76 , saturation: 0.58 and the lightness value of 8e44ce is 0.54.

The process color (four color CMYK) of #8e44ce color hex is 0.31, 0.67, 0.00, 0.19. Web safe color of #8e44ce is #9933cc. Color #8e44ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01000100 11001110
Octal 216 104 316
Decimal 142 68 206
Hex 8E 44 CE

RGB Percentages of Color #8e44ce

%34.13
%16.35
%49.52

CMYK Percentages of Color #8e44ce

%31
%67
%0
%19

Triadic Colors of #8e44ce

#8e44ce #ce8e44 #44ce8e

Analogous Colors of #8e44ce

#8e44ce #ce44c9 #4944ce

Monochromatic Colors of #8e44ce

#8e44ce

Complementary Color

#8e44ce #84ce44

#8e44ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e44ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e44ce Color CSS Codes

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

#8e44ce Text Font Color

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

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


#8e44ce Background Color

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

This div background color is #8e44ce


#8e44ce Border Color

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

This div border color is #8e44ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e44ce


Comments

No comments written yet.

Please login to write comment.