Color Hex Logo

#885761 Color Hex

#885761
(136,87,97)
0 Favorites   0 Comments

Color spaces of #885761

RGB 1368797
HSL0.970.220.44
HSV348°36°53°
CMYK 0.000.360.29   0.47
XYZ15.719212.913712.9734
Yxy12.91370.37780.3104
Hunter Lab35.935615.19333.7502
CIE-Lab42.632921.72452.6763

#885761 color RGB value is (136,87,97).

#885761 hex color red value is 136, green value is 87 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #885761 hue: 0.97 , saturation: 0.22 and the lightness value of 885761 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010111 01100001
Octal 210 127 141
Decimal 136 87 97
Hex 88 57 61

RGB Percentages of Color #885761

%42.50
%27.19
%30.31

CMYK Percentages of Color #885761

%0
%36
%29
%47

Triadic Colors of #885761

#885761 #618857 #576188

Analogous Colors of #885761

#885761 #886657 #88577a

Monochromatic Colors of #885761

#885761

Complementary Color

#885761 #57887e

#885761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885761 Color CSS Codes

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

#885761 Text Font Color

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

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


#885761 Background Color

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

This div background color is #885761


#885761 Border Color

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

This div border color is #885761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885761


Comments

No comments written yet.

Please login to write comment.