Color Hex Logo

#87365d Color Hex

#87365D
(135,54,93)
0 Favorites   0 Comments

Color spaces of #87365d

RGB 1355493
HSL0.920.430.37
HSV331°60°53°
CMYK 0.000.600.31   0.47
XYZ13.28668.579511.3117
Yxy8.57950.40050.2586
Hunter Lab29.290829.7106-2.3934
CIE-Lab35.161738.9700-5.8099

#87365d color RGB value is (135,54,93).

#87365d hex color red value is 135, green value is 54 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #87365d hue: 0.92 , saturation: 0.43 and the lightness value of 87365d is 0.37.

The process color (four color CMYK) of #87365d color hex is 0.00, 0.60, 0.31, 0.47. Web safe color of #87365d is #993366. Color #87365d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110110 01011101
Octal 207 66 135
Decimal 135 54 93
Hex 87 36 5D

RGB Percentages of Color #87365d

%47.87
%19.15
%32.98

CMYK Percentages of Color #87365d

%0
%60
%31
%47

Triadic Colors of #87365d

#87365d #5d8736 #365d87

Analogous Colors of #87365d

#87365d #873836 #873686

Monochromatic Colors of #87365d

#87365d

Complementary Color

#87365d #368760

#87365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87365d Color CSS Codes

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

#87365d Text Font Color

<p style="color:#87365d">Text here</p>

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


#87365d Background Color

<div style="background-color:#87365d">
Div content here</div>

This div background color is #87365d


#87365d Border Color

<div style="border:3px solid #87365d">
Div here</div>

This div border color is #87365d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87365d


Comments

No comments written yet.

Please login to write comment.