Color Hex Logo

#887262 Color Hex

#887262
(136,114,98)
0 Favorites   0 Comments

Color spaces of #887262

RGB 13611498
HSL0.070.160.46
HSV25°28°53°
CMYK 0.000.160.28   0.47
XYZ18.375318.150714.0902
Yxy18.15070.36300.3586
Hunter Lab42.60362.432210.2137
CIE-Lab49.67846.017212.0770

#887262 color RGB value is (136,114,98).

#887262 hex color red value is 136, green value is 114 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #887262 hue: 0.07 , saturation: 0.16 and the lightness value of 887262 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 01100010
Octal 210 162 142
Decimal 136 114 98
Hex 88 72 62

RGB Percentages of Color #887262

%39.08
%32.76
%28.16

CMYK Percentages of Color #887262

%0
%16
%28
%47

Triadic Colors of #887262

#887262 #628872 #726288

Analogous Colors of #887262

#887262 #888562 #886265

Monochromatic Colors of #887262

#887262

Complementary Color

#887262 #627888

#887262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887262 Color CSS Codes

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

#887262 Text Font Color

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

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


#887262 Background Color

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

This div background color is #887262


#887262 Border Color

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

This div border color is #887262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887262


Comments

No comments written yet.

Please login to write comment.