Color Hex Logo

#8e3059 Color Hex

#8E3059
(142,48,89)
0 Favorites   0 Comments

Color spaces of #8e3059

RGB 1424889
HSL0.930.490.37
HSV334°66°56°
CMYK 0.000.660.37   0.44
XYZ14.01558.586010.3698
Yxy8.58600.42510.2604
Hunter Lab29.301934.1008-0.4711
CIE-Lab35.174743.5753-3.1020

#8e3059 color RGB value is (142,48,89).

#8e3059 hex color red value is 142, green value is 48 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #8e3059 hue: 0.93 , saturation: 0.49 and the lightness value of 8e3059 is 0.37.

The process color (four color CMYK) of #8e3059 color hex is 0.00, 0.66, 0.37, 0.44. Web safe color of #8e3059 is #993366. Color #8e3059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00110000 01011001
Octal 216 60 131
Decimal 142 48 89
Hex 8E 30 59

RGB Percentages of Color #8e3059

%50.90
%17.20
%31.90

CMYK Percentages of Color #8e3059

%0
%66
%37
%44

Triadic Colors of #8e3059

#8e3059 #598e30 #30598e

Analogous Colors of #8e3059

#8e3059 #8e3630 #8e3088

Monochromatic Colors of #8e3059

#8e3059

Complementary Color

#8e3059 #308e65

#8e3059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e3059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e3059 Color CSS Codes

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

#8e3059 Text Font Color

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

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


#8e3059 Background Color

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

This div background color is #8e3059


#8e3059 Border Color

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

This div border color is #8e3059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e3059


Comments

No comments written yet.

Please login to write comment.