Color Hex Logo

#8e066e Color Hex

#8E066E
(142,6,110)
0 Favorites   0 Comments

Color spaces of #8e066e

RGB 1426110
HSL0.870.920.29
HSV314°96°56°
CMYK 0.000.960.23   0.44
XYZ14.03497.006815.3646
Yxy7.00680.38550.1925
Hunter Lab26.470448.3197-15.8854
CIE-Lab31.822458.1466-21.6715

#8e066e color RGB value is (142,6,110).

#8e066e hex color red value is 142, green value is 6 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8e066e hue: 0.87 , saturation: 0.92 and the lightness value of 8e066e is 0.29.

The process color (four color CMYK) of #8e066e color hex is 0.00, 0.96, 0.23, 0.44. Web safe color of #8e066e is #990066. Color #8e066e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 00000110 01101110
Octal 216 6 156
Decimal 142 6 110
Hex 8E 6 6E

RGB Percentages of Color #8e066e

%55.04
%2.33
%42.64

CMYK Percentages of Color #8e066e

%0
%96
%23
%44

Triadic Colors of #8e066e

#8e066e #6e8e06 #066e8e

Analogous Colors of #8e066e

#8e066e #8e062a #6a068e

Monochromatic Colors of #8e066e

#8e066e

Complementary Color

#8e066e #068e26

#8e066e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e066e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e066e Color CSS Codes

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

#8e066e Text Font Color

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

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


#8e066e Background Color

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

This div background color is #8e066e


#8e066e Border Color

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

This div border color is #8e066e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e066e


Comments

No comments written yet.

Please login to write comment.