Color Hex Logo

#8e0993 Color Hex

#8E0993
(142,9,147)
0 Favorites   0 Comments

Color spaces of #8e0993

RGB 1429147
HSL0.830.880.31
HSV298°94°58°
CMYK 0.030.940.00   0.42
XYZ16.51958.052728.2874
Yxy8.05270.31250.1523
Hunter Lab28.377354.2514-39.2381
CIE-Lab34.092463.1179-41.2505

#8e0993 color RGB value is (142,9,147).

#8e0993 hex color red value is 142, green value is 9 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #8e0993 hue: 0.83 , saturation: 0.88 and the lightness value of 8e0993 is 0.31.

The process color (four color CMYK) of #8e0993 color hex is 0.03, 0.94, 0.00, 0.42. Web safe color of #8e0993 is #990099. Color #8e0993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00001001 10010011
Octal 216 11 223
Decimal 142 9 147
Hex 8E 9 93

RGB Percentages of Color #8e0993

%47.65
%3.02
%49.33

CMYK Percentages of Color #8e0993

%3
%94
%0
%42

Triadic Colors of #8e0993

#8e0993 #938e09 #09938e

Analogous Colors of #8e0993

#8e0993 #930953 #490993

Monochromatic Colors of #8e0993

#8e0993

Complementary Color

#8e0993 #0e9309

#8e0993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e0993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e0993 Color CSS Codes

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

#8e0993 Text Font Color

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

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


#8e0993 Background Color

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

This div background color is #8e0993


#8e0993 Border Color

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

This div border color is #8e0993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e0993


Comments

No comments written yet.

Please login to write comment.