Color Hex Logo

#87739d Color Hex

#87739D
(135,115,157)
0 Favorites   0 Comments

Color spaces of #87739d

RGB 135115157
HSL0.750.180.53
HSV269°27°62°
CMYK 0.140.270.00   0.38
XYZ22.208219.846734.5586
Yxy19.84670.28990.2590
Hunter Lab44.549611.0212-14.8084
CIE-Lab51.663416.3077-19.7643

#87739d color RGB value is (135,115,157).

#87739d hex color red value is 135, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #87739d hue: 0.75 , saturation: 0.18 and the lightness value of 87739d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110011 10011101
Octal 207 163 235
Decimal 135 115 157
Hex 87 73 9D

RGB Percentages of Color #87739d

%33.17
%28.26
%38.57

CMYK Percentages of Color #87739d

%14
%27
%0
%38

Triadic Colors of #87739d

#87739d #9d8773 #739d87

Analogous Colors of #87739d

#87739d #9c739d #73749d

Monochromatic Colors of #87739d

#87739d

Complementary Color

#87739d #899d73

#87739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87739d Color CSS Codes

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

#87739d Text Font Color

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

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


#87739d Background Color

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

This div background color is #87739d


#87739d Border Color

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

This div border color is #87739d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,115,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 #87739d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87739d


Comments

No comments written yet.

Please login to write comment.