Color Hex Logo

#885967 Color Hex

#885967
(136,89,103)
0 Favorites   0 Comments

Color spaces of #885967

RGB 13689103
HSL0.950.210.44
HSV342°35°53°
CMYK 0.000.350.24   0.47
XYZ16.173913.358314.5579
Yxy13.35830.36680.3030
Hunter Lab36.549015.03021.9684
CIE-Lab43.298221.4780-0.0304

#885967 color RGB value is (136,89,103).

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

The process color (four color CMYK) of #885967 color hex is 0.00, 0.35, 0.24, 0.47. Web safe color of #885967 is #996666. Color #885967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011001 01100111
Octal 210 131 147
Decimal 136 89 103
Hex 88 59 67

RGB Percentages of Color #885967

%41.46
%27.13
%31.40

CMYK Percentages of Color #885967

%0
%35
%24
%47

Triadic Colors of #885967

#885967 #678859 #596788

Analogous Colors of #885967

#885967 #886359 #88597f

Monochromatic Colors of #885967

#885967

Complementary Color

#885967 #59887a

#885967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885967 Color CSS Codes

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

#885967 Text Font Color

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

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


#885967 Background Color

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

This div background color is #885967


#885967 Border Color

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

This div border color is #885967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885967


Comments

No comments written yet.

Please login to write comment.