Color Hex Logo

#8e41ad Color Hex

#8E41AD
(142,65,173)
0 Favorites   0 Comments

Color spaces of #8e41ad

RGB 14265173
HSL0.790.450.47
HSV283°62°68°
CMYK 0.180.620.00   0.32
XYZ20.588512.548540.8721
Yxy12.54850.27820.1696
Hunter Lab35.423941.7532-43.6122
CIE-Lab42.074949.9610-44.1440

#8e41ad color RGB value is (142,65,173).

#8e41ad hex color red value is 142, green value is 65 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8e41ad hue: 0.79 , saturation: 0.45 and the lightness value of 8e41ad is 0.47.

The process color (four color CMYK) of #8e41ad color hex is 0.18, 0.62, 0.00, 0.32. Web safe color of #8e41ad is #993399. Color #8e41ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01000001 10101101
Octal 216 101 255
Decimal 142 65 173
Hex 8E 41 AD

RGB Percentages of Color #8e41ad

%37.37
%17.11
%45.53

CMYK Percentages of Color #8e41ad

%18
%62
%0
%32

Triadic Colors of #8e41ad

#8e41ad #ad8e41 #41ad8e

Analogous Colors of #8e41ad

#8e41ad #ad4196 #5841ad

Monochromatic Colors of #8e41ad

#8e41ad

Complementary Color

#8e41ad #60ad41

#8e41ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e41ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e41ad Color CSS Codes

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

#8e41ad Text Font Color

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

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


#8e41ad Background Color

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

This div background color is #8e41ad


#8e41ad Border Color

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

This div border color is #8e41ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e41ad


Comments

No comments written yet.

Please login to write comment.