Color Hex Logo

#8e0487 Color Hex

#8E0487
(142,4,135)
0 Favorites   0 Comments

Color spaces of #8e0487

RGB 1424135
HSL0.840.950.29
HSV303°97°56°
CMYK 0.000.970.05   0.44
XYZ15.57197.586923.5654
Yxy7.58690.33330.1624
Hunter Lab27.544352.7105-31.4442
CIE-Lab33.107361.9232-35.4116

#8e0487 color RGB value is (142,4,135).

#8e0487 hex color red value is 142, green value is 4 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #8e0487 hue: 0.84 , saturation: 0.95 and the lightness value of 8e0487 is 0.29.

The process color (four color CMYK) of #8e0487 color hex is 0.00, 0.97, 0.05, 0.44. Web safe color of #8e0487 is #990099. Color #8e0487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000100 10000111
Octal 216 4 207
Decimal 142 4 135
Hex 8E 4 87

RGB Percentages of Color #8e0487

%50.53
%1.42
%48.04

CMYK Percentages of Color #8e0487

%0
%97
%5
%44

Triadic Colors of #8e0487

#8e0487 #878e04 #04878e

Analogous Colors of #8e0487

#8e0487 #8e0442 #50048e

Monochromatic Colors of #8e0487

#8e0487

Complementary Color

#8e0487 #048e0b

#8e0487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e0487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e0487 Color CSS Codes

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

#8e0487 Text Font Color

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

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


#8e0487 Background Color

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

This div background color is #8e0487


#8e0487 Border Color

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

This div border color is #8e0487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e0487


Comments

No comments written yet.

Please login to write comment.