Color Hex Logo

#8e7466 Color Hex

#8E7466
(142,116,102)
0 Favorites   0 Comments

Color spaces of #8e7466

RGB 142116102
HSL0.060.160.48
HSV21°28°56°
CMYK 0.000.180.28   0.44
XYZ19.799019.200915.2330
Yxy19.20090.36510.3540
Hunter Lab43.81883.970110.0618
CIE-Lab50.92147.941111.5560

#8e7466 color RGB value is (142,116,102).

#8e7466 hex color red value is 142, green value is 116 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #8e7466 hue: 0.06 , saturation: 0.16 and the lightness value of 8e7466 is 0.48.

The process color (four color CMYK) of #8e7466 color hex is 0.00, 0.18, 0.28, 0.44. Web safe color of #8e7466 is #996666. Color #8e7466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01110100 01100110
Octal 216 164 146
Decimal 142 116 102
Hex 8E 74 66

RGB Percentages of Color #8e7466

%39.44
%32.22
%28.33

CMYK Percentages of Color #8e7466

%0
%18
%28
%44

Triadic Colors of #8e7466

#8e7466 #668e74 #74668e

Analogous Colors of #8e7466

#8e7466 #8e8866 #8e666c

Monochromatic Colors of #8e7466

#8e7466

Complementary Color

#8e7466 #66808e

#8e7466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e7466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e7466 Color CSS Codes

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

#8e7466 Text Font Color

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

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


#8e7466 Background Color

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

This div background color is #8e7466


#8e7466 Border Color

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

This div border color is #8e7466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e7466


Comments

No comments written yet.

Please login to write comment.