Color Hex Logo

#87368c Color Hex

#87368C
(135,54,140)
0 Favorites   0 Comments

Color spaces of #87368c

RGB 13554140
HSL0.820.440.38
HSV297°61°55°
CMYK 0.040.610.00   0.45
XYZ16.04459.682725.8342
Yxy9.68270.31120.1878
Hunter Lab31.117037.5830-27.4422
CIE-Lab37.266846.7345-31.9761

#87368c color RGB value is (135,54,140).

#87368c hex color red value is 135, green value is 54 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #87368c hue: 0.82 , saturation: 0.44 and the lightness value of 87368c is 0.38.

The process color (four color CMYK) of #87368c color hex is 0.04, 0.61, 0.00, 0.45. Web safe color of #87368c is #993399. Color #87368c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110110 10001100
Octal 207 66 214
Decimal 135 54 140
Hex 87 36 8C

RGB Percentages of Color #87368c

%41.03
%16.41
%42.55

CMYK Percentages of Color #87368c

%4
%61
%0
%45

Triadic Colors of #87368c

#87368c #8c8736 #368c87

Analogous Colors of #87368c

#87368c #8c3666 #5c368c

Monochromatic Colors of #87368c

#87368c

Complementary Color

#87368c #3b8c36

#87368c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87368c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87368c Color CSS Codes

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

#87368c Text Font Color

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

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


#87368c Background Color

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

This div background color is #87368c


#87368c Border Color

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

This div border color is #87368c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87368c


Comments

No comments written yet.

Please login to write comment.