Color Hex Logo

#8b4e66 Color Hex

#8B4E66
(139,78,102)
0 Favorites   0 Comments

Color spaces of #8b4e66

RGB 13978102
HSL0.930.280.43
HSV336°44°55°
CMYK 0.000.440.27   0.45
XYZ15.770111.897114.0356
Yxy11.89710.37820.2853
Hunter Lab34.492221.25030.0182
CIE-Lab41.052128.8343-2.6651

#8b4e66 color RGB value is (139,78,102).

#8b4e66 hex color red value is 139, green value is 78 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #8b4e66 hue: 0.93 , saturation: 0.28 and the lightness value of 8b4e66 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01001110 01100110
Octal 213 116 146
Decimal 139 78 102
Hex 8B 4E 66

RGB Percentages of Color #8b4e66

%43.57
%24.45
%31.97

CMYK Percentages of Color #8b4e66

%0
%44
%27
%45

Triadic Colors of #8b4e66

#8b4e66 #668b4e #4e668b

Analogous Colors of #8b4e66

#8b4e66 #8b554e #8b4e85

Monochromatic Colors of #8b4e66

#8b4e66

Complementary Color

#8b4e66 #4e8b73

#8b4e66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b4e66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b4e66 Color CSS Codes

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

#8b4e66 Text Font Color

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

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


#8b4e66 Background Color

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

This div background color is #8b4e66


#8b4e66 Border Color

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

This div border color is #8b4e66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,78,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 #8b4e66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b4e66


Comments

No comments written yet.

Please login to write comment.