Color Hex Logo

#87789d Color Hex

#87789D
(135,120,157)
0 Favorites   0 Comments

Color spaces of #87789d

RGB 135120157
HSL0.730.160.54
HSV264°24°62°
CMYK 0.140.240.00   0.38
XYZ22.793921.018234.7538
Yxy21.01820.29010.2675
Hunter Lab45.84568.5183-12.8535
CIE-Lab52.969413.3624-17.7690

#87789d color RGB value is (135,120,157).

#87789d hex color red value is 135, green value is 120 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #87789d hue: 0.73 , saturation: 0.16 and the lightness value of 87789d is 0.54.

The process color (four color CMYK) of #87789d color hex is 0.14, 0.24, 0.00, 0.38. Web safe color of #87789d is #996699. Color #87789d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111000 10011101
Octal 207 170 235
Decimal 135 120 157
Hex 87 78 9D

RGB Percentages of Color #87789d

%32.77
%29.13
%38.11

CMYK Percentages of Color #87789d

%14
%24
%0
%38

Triadic Colors of #87789d

#87789d #9d8778 #789d87

Analogous Colors of #87789d

#87789d #9a789d #787c9d

Monochromatic Colors of #87789d

#87789d

Complementary Color

#87789d #8e9d78

#87789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87789d Color CSS Codes

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

#87789d Text Font Color

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

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


#87789d Background Color

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

This div background color is #87789d


#87789d Border Color

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

This div border color is #87789d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,120,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87789d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87789d;
  -webkit-box-shadow: 1px 1px 3px 2px #87789d;
  box-shadow:         1px 1px 3px 2px #87789d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87789d


Comments

No comments written yet.

Please login to write comment.