Color Hex Logo

#87365a Color Hex

#87365A
(135,54,90)
0 Favorites   0 Comments

Color spaces of #87365a

RGB 1355490
HSL0.930.430.37
HSV333°60°53°
CMYK 0.000.600.33   0.47
XYZ13.15638.527410.6254
Yxy8.52740.40720.2639
Hunter Lab29.201729.3169-1.1322
CIE-Lab35.058038.5662-4.0476

#87365a color RGB value is (135,54,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110110 01011010
Octal 207 66 132
Decimal 135 54 90
Hex 87 36 5A

RGB Percentages of Color #87365a

%48.39
%19.35
%32.26

CMYK Percentages of Color #87365a

%0
%60
%33
%47

Triadic Colors of #87365a

#87365a #5a8736 #365a87

Analogous Colors of #87365a

#87365a #873b36 #873683

Monochromatic Colors of #87365a

#87365a

Complementary Color

#87365a #368763

#87365a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87365a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87365a Color CSS Codes

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

#87365a Text Font Color

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

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


#87365a Background Color

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

This div background color is #87365a


#87365a Border Color

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

This div border color is #87365a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87365a


Comments

No comments written yet.

Please login to write comment.