Color Hex Logo

#885666 Color Hex

#885666
(136,86,102)
0 Favorites   0 Comments

Color spaces of #885666

RGB 13686102
HSL0.950.230.44
HSV341°37°53°
CMYK 0.000.370.25   0.47
XYZ15.879412.849114.2136
Yxy12.84910.36980.2992
Hunter Lab35.845616.34451.5821
CIE-Lab42.535023.0758-0.5337

#885666 color RGB value is (136,86,102).

#885666 hex color red value is 136, green value is 86 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #885666 hue: 0.95 , saturation: 0.23 and the lightness value of 885666 is 0.44.

The process color (four color CMYK) of #885666 color hex is 0.00, 0.37, 0.25, 0.47. Web safe color of #885666 is #996666. Color #885666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010110 01100110
Octal 210 126 146
Decimal 136 86 102
Hex 88 56 66

RGB Percentages of Color #885666

%41.98
%26.54
%31.48

CMYK Percentages of Color #885666

%0
%37
%25
%47

Triadic Colors of #885666

#885666 #668856 #566688

Analogous Colors of #885666

#885666 #885f56 #88567f

Monochromatic Colors of #885666

#885666

Complementary Color

#885666 #568878

#885666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885666 Color CSS Codes

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

#885666 Text Font Color

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

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


#885666 Background Color

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

This div background color is #885666


#885666 Border Color

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

This div border color is #885666


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,86,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 #885666">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885666


Comments

No comments written yet.

Please login to write comment.