Color Hex Logo

#87356c Color Hex

#87356C
(135,53,108)
0 Favorites   0 Comments

Color spaces of #87356c

RGB 13553108
HSL0.890.440.37
HSV320°61°53°
CMYK 0.000.610.20   0.47
XYZ13.97168.779815.1456
Yxy8.77980.36870.2317
Hunter Lab29.630732.3133-9.5643
CIE-Lab35.556841.6519-14.7357

#87356c color RGB value is (135,53,108).

#87356c hex color red value is 135, green value is 53 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #87356c hue: 0.89 , saturation: 0.44 and the lightness value of 87356c is 0.37.

The process color (four color CMYK) of #87356c color hex is 0.00, 0.61, 0.20, 0.47. Web safe color of #87356c is #993366. Color #87356c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110101 01101100
Octal 207 65 154
Decimal 135 53 108
Hex 87 35 6C

RGB Percentages of Color #87356c

%45.61
%17.91
%36.49

CMYK Percentages of Color #87356c

%0
%61
%20
%47

Triadic Colors of #87356c

#87356c #6c8735 #356c87

Analogous Colors of #87356c

#87356c #873543 #793587

Monochromatic Colors of #87356c

#87356c

Complementary Color

#87356c #358750

#87356c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87356c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87356c Color CSS Codes

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

#87356c Text Font Color

<p style="color:#87356c">Text here</p>

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


#87356c Background Color

<div style="background-color:#87356c">
Div content here</div>

This div background color is #87356c


#87356c Border Color

<div style="border:3px solid #87356c">
Div here</div>

This div border color is #87356c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,53,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87356c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87356c;
  -webkit-box-shadow: 1px 1px 3px 2px #87356c;
  box-shadow:         1px 1px 3px 2px #87356c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87356c


Comments

No comments written yet.

Please login to write comment.