Color Hex Logo

#8e45ae Color Hex

#8E45AE
(142,69,174)
0 Favorites   0 Comments

Color spaces of #8e45ae

RGB 14269174
HSL0.780.430.48
HSV282°60°68°
CMYK 0.180.600.00   0.32
XYZ20.923413.063041.4630
Yxy13.06300.27730.1731
Hunter Lab36.142840.0855-42.7176
CIE-Lab42.858048.2050-43.4858

#8e45ae color RGB value is (142,69,174).

#8e45ae hex color red value is 142, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8e45ae hue: 0.78 , saturation: 0.43 and the lightness value of 8e45ae is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 01000101 10101110
Octal 216 105 256
Decimal 142 69 174
Hex 8E 45 AE

RGB Percentages of Color #8e45ae

%36.88
%17.92
%45.19

CMYK Percentages of Color #8e45ae

%18
%60
%0
%32

Triadic Colors of #8e45ae

#8e45ae #ae8e45 #45ae8e

Analogous Colors of #8e45ae

#8e45ae #ae459a #5945ae

Monochromatic Colors of #8e45ae

#8e45ae

Complementary Color

#8e45ae #65ae45

#8e45ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e45ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e45ae Color CSS Codes

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

#8e45ae Text Font Color

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

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


#8e45ae Background Color

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

This div background color is #8e45ae


#8e45ae Border Color

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

This div border color is #8e45ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e45ae


Comments

No comments written yet.

Please login to write comment.