Color Hex Logo

#8c667a Color Hex

#8C667A
(140,102,122)
0 Favorites   0 Comments

Color spaces of #8c667a

RGB 140102122
HSL0.910.160.47
HSV328°27°55°
CMYK 0.000.270.13   0.45
XYZ19.079416.483320.5884
Yxy16.48330.33980.2936
Hunter Lab40.599612.8350-1.6467
CIE-Lab47.602318.6125-5.1344

#8c667a color RGB value is (140,102,122).

#8c667a hex color red value is 140, green value is 102 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #8c667a hue: 0.91 , saturation: 0.16 and the lightness value of 8c667a is 0.47.

The process color (four color CMYK) of #8c667a color hex is 0.00, 0.27, 0.13, 0.45. Web safe color of #8c667a is #996666. Color #8c667a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100110 01111010
Octal 214 146 172
Decimal 140 102 122
Hex 8C 66 7A

RGB Percentages of Color #8c667a

%38.46
%28.02
%33.52

CMYK Percentages of Color #8c667a

%0
%27
%13
%45

Triadic Colors of #8c667a

#8c667a #7a8c66 #667a8c

Analogous Colors of #8c667a

#8c667a #8c6667 #8b668c

Monochromatic Colors of #8c667a

#8c667a

Complementary Color

#8c667a #668c78

#8c667a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c667a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c667a Color CSS Codes

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

#8c667a Text Font Color

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

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


#8c667a Background Color

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

This div background color is #8c667a


#8c667a Border Color

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

This div border color is #8c667a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c667a


Comments

No comments written yet.

Please login to write comment.