Color Hex Logo

#87748a Color Hex

#87748A
(135,116,138)
0 Favorites   0 Comments

Color spaces of #87748a

RGB 135116138
HSL0.810.090.50
HSV292°16°54°
CMYK 0.020.160.00   0.46
XYZ20.824519.476726.7066
Yxy19.47670.31080.2907
Hunter Lab44.13246.9960-4.9865
CIE-Lab51.240311.5980-9.2622

#87748a color RGB value is (135,116,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110100 10001010
Octal 207 164 212
Decimal 135 116 138
Hex 87 74 8A

RGB Percentages of Color #87748a

%34.70
%29.82
%35.48

CMYK Percentages of Color #87748a

%2
%16
%0
%46

Triadic Colors of #87748a

#87748a #8a8774 #748a87

Analogous Colors of #87748a

#87748a #8a7482 #7c748a

Monochromatic Colors of #87748a

#87748a

Complementary Color

#87748a #778a74

#87748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87748a Color CSS Codes

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

#87748a Text Font Color

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

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


#87748a Background Color

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

This div background color is #87748a


#87748a Border Color

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

This div border color is #87748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87748a


Comments

No comments written yet.

Please login to write comment.