Color Hex Logo

#8e0597 Color Hex

#8E0597
(142,5,151)
0 Favorites   0 Comments

Color spaces of #8e0597

RGB 1425151
HSL0.820.940.31
HSV296°97°59°
CMYK 0.060.970.00   0.41
XYZ16.79558.093729.9552
Yxy8.09370.30620.1476
Hunter Lab28.449455.5934-42.5135
CIE-Lab34.177364.2975-43.5645

#8e0597 color RGB value is (142,5,151).

#8e0597 hex color red value is 142, green value is 5 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #8e0597 hue: 0.82 , saturation: 0.94 and the lightness value of 8e0597 is 0.31.

The process color (four color CMYK) of #8e0597 color hex is 0.06, 0.97, 0.00, 0.41. Web safe color of #8e0597 is #990099. Color #8e0597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000101 10010111
Octal 216 5 227
Decimal 142 5 151
Hex 8E 5 97

RGB Percentages of Color #8e0597

%47.65
%1.68
%50.67

CMYK Percentages of Color #8e0597

%6
%97
%0
%41

Triadic Colors of #8e0597

#8e0597 #978e05 #05978e

Analogous Colors of #8e0597

#8e0597 #970557 #450597

Monochromatic Colors of #8e0597

#8e0597

Complementary Color

#8e0597 #0e9705

#8e0597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e0597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e0597 Color CSS Codes

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

#8e0597 Text Font Color

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

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


#8e0597 Background Color

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

This div background color is #8e0597


#8e0597 Border Color

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

This div border color is #8e0597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e0597


Comments

No comments written yet.

Please login to write comment.