Color Hex Logo

#87728a Color Hex

#87728A
(135,114,138)
0 Favorites   0 Comments

Color spaces of #87728a

RGB 135114138
HSL0.810.100.49
HSV293°17°54°
CMYK 0.020.170.00   0.46
XYZ20.596419.020526.6305
Yxy19.02050.31090.2871
Hunter Lab43.61257.9764-5.6747
CIE-Lab50.711212.7741-10.0555

#87728a color RGB value is (135,114,138).

#87728a hex color red value is 135, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #87728a hue: 0.81 , saturation: 0.10 and the lightness value of 87728a is 0.49.

The process color (four color CMYK) of #87728a color hex is 0.02, 0.17, 0.00, 0.46. Web safe color of #87728a is #996699. Color #87728a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 10001010
Octal 207 162 212
Decimal 135 114 138
Hex 87 72 8A

RGB Percentages of Color #87728a

%34.88
%29.46
%35.66

CMYK Percentages of Color #87728a

%2
%17
%0
%46

Triadic Colors of #87728a

#87728a #8a8772 #728a87

Analogous Colors of #87728a

#87728a #8a7281 #7b728a

Monochromatic Colors of #87728a

#87728a

Complementary Color

#87728a #758a72

#87728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87728a Color CSS Codes

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

#87728a Text Font Color

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

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


#87728a Background Color

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

This div background color is #87728a


#87728a Border Color

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

This div border color is #87728a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,114,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87728a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87728a;
  -webkit-box-shadow: 1px 1px 3px 2px #87728a;
  box-shadow:         1px 1px 3px 2px #87728a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87728a


Comments

No comments written yet.

Please login to write comment.