Color Hex Logo

#8e319c Color Hex

#8E319C
(142,49,156)
0 Favorites   0 Comments

Color spaces of #8e319c

RGB 14249156
HSL0.810.520.40
HSV292°69°61°
CMYK 0.090.690.00   0.39
XYZ18.254410.347732.4877
Yxy10.34770.29880.1694
Hunter Lab32.167845.0003-37.3621
CIE-Lab38.459453.7396-39.7486

#8e319c color RGB value is (142,49,156).

#8e319c hex color red value is 142, green value is 49 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8e319c hue: 0.81 , saturation: 0.52 and the lightness value of 8e319c is 0.40.

The process color (four color CMYK) of #8e319c color hex is 0.09, 0.69, 0.00, 0.39. Web safe color of #8e319c is #993399. Color #8e319c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00110001 10011100
Octal 216 61 234
Decimal 142 49 156
Hex 8E 31 9C

RGB Percentages of Color #8e319c

%40.92
%14.12
%44.96

CMYK Percentages of Color #8e319c

%9
%69
%0
%39

Triadic Colors of #8e319c

#8e319c #9c8e31 #319c8e

Analogous Colors of #8e319c

#8e319c #9c3175 #59319c

Monochromatic Colors of #8e319c

#8e319c

Complementary Color

#8e319c #3f9c31

#8e319c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e319c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e319c Color CSS Codes

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

#8e319c Text Font Color

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

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


#8e319c Background Color

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

This div background color is #8e319c


#8e319c Border Color

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

This div border color is #8e319c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e319c


Comments

No comments written yet.

Please login to write comment.