Color Hex Logo

#886979 Color Hex

#886979
(136,105,121)
0 Favorites   0 Comments

Color spaces of #886979

RGB 136105121
HSL0.910.130.47
HSV329°23°53°
CMYK 0.000.230.11   0.47
XYZ18.656116.717920.3327
Yxy16.71790.33490.3001
Hunter Lab40.88759.8925-0.8627
CIE-Lab47.902615.1367-4.1394

#886979 color RGB value is (136,105,121).

#886979 hex color red value is 136, green value is 105 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #886979 hue: 0.91 , saturation: 0.13 and the lightness value of 886979 is 0.47.

The process color (four color CMYK) of #886979 color hex is 0.00, 0.23, 0.11, 0.47. Web safe color of #886979 is #996666. Color #886979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 01111001
Octal 210 151 171
Decimal 136 105 121
Hex 88 69 79

RGB Percentages of Color #886979

%37.57
%29.01
%33.43

CMYK Percentages of Color #886979

%0
%23
%11
%47

Triadic Colors of #886979

#886979 #798869 #697988

Analogous Colors of #886979

#886979 #88696a #886988

Monochromatic Colors of #886979

#886979

Complementary Color

#886979 #698878

#886979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886979 Color CSS Codes

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

#886979 Text Font Color

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

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


#886979 Background Color

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

This div background color is #886979


#886979 Border Color

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

This div border color is #886979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,105,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886979;
  -webkit-box-shadow: 1px 1px 3px 2px #886979;
  box-shadow:         1px 1px 3px 2px #886979; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886979


Comments

No comments written yet.

Please login to write comment.