Color Hex Logo

#87456e Color Hex

#87456E
(135,69,110)
0 Favorites   0 Comments

Color spaces of #87456e

RGB 13569110
HSL0.900.320.40
HSV323°49°53°
CMYK 0.000.490.19   0.47
XYZ14.934310.532915.9978
Yxy10.53290.36020.2540
Hunter Lab32.454425.3437-6.5078
CIE-Lab38.782333.6755-11.0827

#87456e color RGB value is (135,69,110).

#87456e hex color red value is 135, green value is 69 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #87456e hue: 0.90 , saturation: 0.32 and the lightness value of 87456e is 0.40.

The process color (four color CMYK) of #87456e color hex is 0.00, 0.49, 0.19, 0.47. Web safe color of #87456e is #993366. Color #87456e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000101 01101110
Octal 207 105 156
Decimal 135 69 110
Hex 87 45 6E

RGB Percentages of Color #87456e

%42.99
%21.97
%35.03

CMYK Percentages of Color #87456e

%0
%49
%19
%47

Triadic Colors of #87456e

#87456e #6e8745 #456e87

Analogous Colors of #87456e

#87456e #87454d #7f4587

Monochromatic Colors of #87456e

#87456e

Complementary Color

#87456e #45875e

#87456e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87456e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87456e Color CSS Codes

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

#87456e Text Font Color

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

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


#87456e Background Color

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

This div background color is #87456e


#87456e Border Color

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

This div border color is #87456e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87456e


Comments

No comments written yet.

Please login to write comment.