Color Hex Logo

#885959 Color Hex

#885959
(136,89,89)
0 Favorites   0 Comments

Color spaces of #885959

RGB 1368989
HSL0.000.210.44
HSV35°53°
CMYK 0.000.350.35   0.47
XYZ15.528913.100311.1613
Yxy13.10030.39030.3292
Hunter Lab36.194313.24407.0527
CIE-Lab42.914019.40107.9746

#885959 color RGB value is (136,89,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011001 01011001
Octal 210 131 131
Decimal 136 89 89
Hex 88 59 59

RGB Percentages of Color #885959

%43.31
%28.34
%28.34

CMYK Percentages of Color #885959

%0
%35
%35
%47

Triadic Colors of #885959

#885959 #598859 #595988

Analogous Colors of #885959

#885959 #887159 #885971

Monochromatic Colors of #885959

#885959

Complementary Color

#885959 #598888

#885959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885959 Color CSS Codes

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

#885959 Text Font Color

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

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


#885959 Background Color

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

This div background color is #885959


#885959 Border Color

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

This div border color is #885959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885959


Comments

No comments written yet.

Please login to write comment.