Color Hex Logo

#87386c Color Hex

#87386C
(135,56,108)
0 Favorites   0 Comments

Color spaces of #87386c

RGB 13556108
HSL0.890.410.37
HSV321°59°53°
CMYK 0.000.590.20   0.47
XYZ14.11269.062015.1927
Yxy9.06200.36780.2362
Hunter Lab30.103231.0017-8.8507
CIE-Lab36.103440.1808-13.9007

#87386c color RGB value is (135,56,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 01101100
Octal 207 70 154
Decimal 135 56 108
Hex 87 38 6C

RGB Percentages of Color #87386c

%45.15
%18.73
%36.12

CMYK Percentages of Color #87386c

%0
%59
%20
%47

Triadic Colors of #87386c

#87386c #6c8738 #386c87

Analogous Colors of #87386c

#87386c #873845 #7b3887

Monochromatic Colors of #87386c

#87386c

Complementary Color

#87386c #388753

#87386c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87386c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87386c Color CSS Codes

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

#87386c Text Font Color

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

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


#87386c Background Color

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

This div background color is #87386c


#87386c Border Color

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

This div border color is #87386c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87386c

#87386c Color Palettes


Comments

No comments written yet.

Please login to write comment.