Color Hex Logo

#887282 Color Hex

#887282
(136,114,130)
0 Favorites   0 Comments

Color spaces of #887282

RGB 136114130
HSL0.880.090.49
HSV316°16°53°
CMYK 0.000.160.04   0.47
XYZ20.199918.880623.6988
Yxy18.88060.32180.3007
Hunter Lab43.45186.9405-1.9207
CIE-Lab50.547211.5412-5.5689

#887282 color RGB value is (136,114,130).

#887282 hex color red value is 136, green value is 114 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #887282 hue: 0.88 , saturation: 0.09 and the lightness value of 887282 is 0.49.

The process color (four color CMYK) of #887282 color hex is 0.00, 0.16, 0.04, 0.47. Web safe color of #887282 is #996699. Color #887282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110010 10000010
Octal 210 162 202
Decimal 136 114 130
Hex 88 72 82

RGB Percentages of Color #887282

%35.79
%30.00
%34.21

CMYK Percentages of Color #887282

%0
%16
%4
%47

Triadic Colors of #887282

#887282 #828872 #728288

Analogous Colors of #887282

#887282 #887277 #837288

Monochromatic Colors of #887282

#887282

Complementary Color

#887282 #728878

#887282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887282 Color CSS Codes

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

#887282 Text Font Color

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

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


#887282 Background Color

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

This div background color is #887282


#887282 Border Color

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

This div border color is #887282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887282


Comments

No comments written yet.

Please login to write comment.