Color Hex Logo

#87657e Color Hex

#87657E
(135,101,126)
0 Favorites   0 Comments

Color spaces of #87657e

RGB 135101126
HSL0.880.140.46
HSV316°25°53°
CMYK 0.000.250.07   0.47
XYZ18.411215.964621.8498
Yxy15.96460.32750.2839
Hunter Lab39.955712.3285-4.4537
CIE-Lab46.928018.0604-8.5950

#87657e color RGB value is (135,101,126).

#87657e hex color red value is 135, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #87657e hue: 0.88 , saturation: 0.14 and the lightness value of 87657e is 0.46.

The process color (four color CMYK) of #87657e color hex is 0.00, 0.25, 0.07, 0.47. Web safe color of #87657e is #996666. Color #87657e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100101 01111110
Octal 207 145 176
Decimal 135 101 126
Hex 87 65 7E

RGB Percentages of Color #87657e

%37.29
%27.90
%34.81

CMYK Percentages of Color #87657e

%0
%25
%7
%47

Triadic Colors of #87657e

#87657e #7e8765 #657e87

Analogous Colors of #87657e

#87657e #87656d #7f6587

Monochromatic Colors of #87657e

#87657e

Complementary Color

#87657e #65876e

#87657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87657e Color CSS Codes

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

#87657e Text Font Color

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

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


#87657e Background Color

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

This div background color is #87657e


#87657e Border Color

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

This div border color is #87657e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,101,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87657e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87657e;
  -webkit-box-shadow: 1px 1px 3px 2px #87657e;
  box-shadow:         1px 1px 3px 2px #87657e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87657e


Comments

No comments written yet.

Please login to write comment.