Color Hex Logo

#87153e Color Hex

#87153E
(135,21,62)
0 Favorites   0 Comments

Color spaces of #87153e

RGB 1352162
HSL0.940.730.31
HSV338°84°53°
CMYK 0.000.840.54   0.47
XYZ11.12936.03505.1357
Yxy6.03500.49910.2706
Hunter Lab24.566237.87544.8015
CIE-Lab29.500648.48996.1873

#87153e color RGB value is (135,21,62).

#87153e hex color red value is 135, green value is 21 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #87153e hue: 0.94 , saturation: 0.73 and the lightness value of 87153e is 0.31.

The process color (four color CMYK) of #87153e color hex is 0.00, 0.84, 0.54, 0.47. Web safe color of #87153e is #990033. Color #87153e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010101 00111110
Octal 207 25 76
Decimal 135 21 62
Hex 87 15 3E

RGB Percentages of Color #87153e

%61.93
%9.63
%28.44

CMYK Percentages of Color #87153e

%0
%84
%54
%47

Triadic Colors of #87153e

#87153e #3e8715 #153e87

Analogous Colors of #87153e

#87153e #872515 #871577

Monochromatic Colors of #87153e

#87153e

Complementary Color

#87153e #15875e

#87153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87153e Color CSS Codes

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

#87153e Text Font Color

<p style="color:#87153e">Text here</p>

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


#87153e Background Color

<div style="background-color:#87153e">
Div content here</div>

This div background color is #87153e


#87153e Border Color

<div style="border:3px solid #87153e">
Div here</div>

This div border color is #87153e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,21,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87153e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87153e;
  -webkit-box-shadow: 1px 1px 3px 2px #87153e;
  box-shadow:         1px 1px 3px 2px #87153e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87153e


Comments

No comments written yet.

Please login to write comment.