Color Hex Logo

#885c69 Color Hex

#885C69
(136,92,105)
0 Favorites   0 Comments

Color spaces of #885c69

RGB 13692105
HSL0.950.190.45
HSV342°32°53°
CMYK 0.000.320.23   0.47
XYZ16.530313.908515.1780
Yxy13.90850.36240.3049
Hunter Lab37.294113.85401.9760
CIE-Lab44.101420.0363-0.0775

#885c69 color RGB value is (136,92,105).

#885c69 hex color red value is 136, green value is 92 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #885c69 hue: 0.95 , saturation: 0.19 and the lightness value of 885c69 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011100 01101001
Octal 210 134 151
Decimal 136 92 105
Hex 88 5C 69

RGB Percentages of Color #885c69

%40.84
%27.63
%31.53

CMYK Percentages of Color #885c69

%0
%32
%23
%47

Triadic Colors of #885c69

#885c69 #69885c #5c6988

Analogous Colors of #885c69

#885c69 #88655c #885c7f

Monochromatic Colors of #885c69

#885c69

Complementary Color

#885c69 #5c887b

#885c69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885c69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885c69 Color CSS Codes

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

#885c69 Text Font Color

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

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


#885c69 Background Color

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

This div background color is #885c69


#885c69 Border Color

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

This div border color is #885c69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885c69


Comments

No comments written yet.

Please login to write comment.