Color Hex Logo

#8e41dc Color Hex

#8E41DC
(142,65,220)
0 Favorites   0 Comments

Color spaces of #8e41dc

RGB 14265220
HSL0.750.690.56
HSV270°70°86°
CMYK 0.350.700.00   0.14
XYZ25.963914.698769.1788
Yxy14.69870.23640.1338
Hunter Lab38.338953.7909-80.1458
CIE-Lab45.218760.5508-66.3868

#8e41dc color RGB value is (142,65,220).

#8e41dc hex color red value is 142, green value is 65 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8e41dc hue: 0.75 , saturation: 0.69 and the lightness value of 8e41dc is 0.56.

The process color (four color CMYK) of #8e41dc color hex is 0.35, 0.70, 0.00, 0.14. Web safe color of #8e41dc is #9933cc. Color #8e41dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01000001 11011100
Octal 216 101 334
Decimal 142 65 220
Hex 8E 41 DC

RGB Percentages of Color #8e41dc

%33.26
%15.22
%51.52

CMYK Percentages of Color #8e41dc

%35
%70
%0
%14

Triadic Colors of #8e41dc

#8e41dc #dc8e41 #41dc8e

Analogous Colors of #8e41dc

#8e41dc #dc41dc #4141dc

Monochromatic Colors of #8e41dc

#8e41dc

Complementary Color

#8e41dc #8fdc41

#8e41dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e41dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e41dc Color CSS Codes

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

#8e41dc Text Font Color

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

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


#8e41dc Background Color

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

This div background color is #8e41dc


#8e41dc Border Color

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

This div border color is #8e41dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e41dc


Comments

No comments written yet.

Please login to write comment.