Color Hex Logo

#887985 Color Hex

#887985
(136,121,133)
0 Favorites   0 Comments

Color spaces of #887985

RGB 136121133
HSL0.870.060.50
HSV312°11°53°
CMYK 0.000.110.02   0.47
XYZ21.224420.602425.0483
Yxy20.60240.31740.3081
Hunter Lab45.38994.0347-0.9462
CIE-Lab52.51168.0357-4.4236

#887985 color RGB value is (136,121,133).

#887985 hex color red value is 136, green value is 121 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #887985 hue: 0.87 , saturation: 0.06 and the lightness value of 887985 is 0.50.

The process color (four color CMYK) of #887985 color hex is 0.00, 0.11, 0.02, 0.47. Web safe color of #887985 is #996699. Color #887985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111001 10000101
Octal 210 171 205
Decimal 136 121 133
Hex 88 79 85

RGB Percentages of Color #887985

%34.87
%31.03
%34.10

CMYK Percentages of Color #887985

%0
%11
%2
%47

Triadic Colors of #887985

#887985 #858879 #798588

Analogous Colors of #887985

#887985 #88797e #847988

Monochromatic Colors of #887985

#887985

Complementary Color

#887985 #79887c

#887985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887985 Color CSS Codes

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

#887985 Text Font Color

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

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


#887985 Background Color

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

This div background color is #887985


#887985 Border Color

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

This div border color is #887985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887985


Comments

No comments written yet.

Please login to write comment.