Color Hex Logo

#887568 Color Hex

#887568
(136,117,104)
2 Favorites   0 Comments

Color spaces of #887568

RGB 136117104
HSL0.070.130.47
HSV24°24°53°
CMYK 0.000.140.24   0.47
XYZ19.013318.956315.7535
Yxy18.95630.35390.3529
Hunter Lab43.53881.75759.0245
CIE-Lab50.63605.19759.8946

#887568 color RGB value is (136,117,104).

#887568 hex color red value is 136, green value is 117 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #887568 hue: 0.07 , saturation: 0.13 and the lightness value of 887568 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110101 01101000
Octal 210 165 150
Decimal 136 117 104
Hex 88 75 68

RGB Percentages of Color #887568

%38.10
%32.77
%29.13

CMYK Percentages of Color #887568

%0
%14
%24
%47

Triadic Colors of #887568

#887568 #688875 #756888

Analogous Colors of #887568

#887568 #888568 #88686b

Monochromatic Colors of #887568

#887568

Complementary Color

#887568 #687b88

#887568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887568 Color CSS Codes

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

#887568 Text Font Color

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

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


#887568 Background Color

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

This div background color is #887568


#887568 Border Color

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

This div border color is #887568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887568


Comments

No comments written yet.

Please login to write comment.