Color Hex Logo

#886069 Color Hex

#886069
(136,96,105)
0 Favorites   0 Comments

Color spaces of #886069

RGB 13696105
HSL0.960.170.45
HSV347°29°53°
CMYK 0.000.290.23   0.47
XYZ16.886014.619915.2965
Yxy14.61990.36080.3124
Hunter Lab38.236011.91733.0459
CIE-Lab45.109117.68041.3907

#886069 color RGB value is (136,96,105).

#886069 hex color red value is 136, green value is 96 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #886069 hue: 0.96 , saturation: 0.17 and the lightness value of 886069 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100000 01101001
Octal 210 140 151
Decimal 136 96 105
Hex 88 60 69

RGB Percentages of Color #886069

%40.36
%28.49
%31.16

CMYK Percentages of Color #886069

%0
%29
%23
%47

Triadic Colors of #886069

#886069 #698860 #606988

Analogous Colors of #886069

#886069 #886b60 #88607d

Monochromatic Colors of #886069

#886069

Complementary Color

#886069 #60887f

#886069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886069 Color CSS Codes

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

#886069 Text Font Color

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

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


#886069 Background Color

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

This div background color is #886069


#886069 Border Color

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

This div border color is #886069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886069


Comments

No comments written yet.

Please login to write comment.