Color Hex Logo

#87798e Color Hex

#87798E
(135,121,142)
0 Favorites   0 Comments

Color spaces of #87798e

RGB 135121142
HSL0.780.090.52
HSV280°15°56°
CMYK 0.050.150.00   0.44
XYZ21.711520.778628.4575
Yxy20.77860.30600.2929
Hunter Lab45.58355.2486-5.1059
CIE-Lab52.70639.4993-9.4128

#87798e color RGB value is (135,121,142).

#87798e hex color red value is 135, green value is 121 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #87798e hue: 0.78 , saturation: 0.09 and the lightness value of 87798e is 0.52.

The process color (four color CMYK) of #87798e color hex is 0.05, 0.15, 0.00, 0.44. Web safe color of #87798e is #996699. Color #87798e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 10001110
Octal 207 171 216
Decimal 135 121 142
Hex 87 79 8E

RGB Percentages of Color #87798e

%33.92
%30.40
%35.68

CMYK Percentages of Color #87798e

%5
%15
%0
%44

Triadic Colors of #87798e

#87798e #8e8779 #798e87

Analogous Colors of #87798e

#87798e #8e798b #7d798e

Monochromatic Colors of #87798e

#87798e

Complementary Color

#87798e #808e79

#87798e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87798e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87798e Color CSS Codes

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

#87798e Text Font Color

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

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


#87798e Background Color

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

This div background color is #87798e


#87798e Border Color

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

This div border color is #87798e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87798e

#87798e Color Palettes


Comments

No comments written yet.

Please login to write comment.