Color Hex Logo

#87133c Color Hex

#87133C
(135,19,60)
0 Favorites   0 Comments

Color spaces of #87133c

RGB 1351960
HSL0.940.750.30
HSV339°86°53°
CMYK 0.000.860.56   0.47
XYZ11.04025.94294.8402
Yxy5.94290.50590.2723
Hunter Lab24.378138.17655.2928
CIE-Lab29.267948.83827.1996

#87133c color RGB value is (135,19,60).

#87133c hex color red value is 135, green value is 19 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #87133c hue: 0.94 , saturation: 0.75 and the lightness value of 87133c is 0.30.

The process color (four color CMYK) of #87133c color hex is 0.00, 0.86, 0.56, 0.47. Web safe color of #87133c is #990033. Color #87133c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010011 00111100
Octal 207 23 74
Decimal 135 19 60
Hex 87 13 3C

RGB Percentages of Color #87133c

%63.08
%8.88
%28.04

CMYK Percentages of Color #87133c

%0
%86
%56
%47

Triadic Colors of #87133c

#87133c #3c8713 #133c87

Analogous Colors of #87133c

#87133c #872413 #871376

Monochromatic Colors of #87133c

#87133c

Complementary Color

#87133c #13875e

#87133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#87133c Color CSS Codes

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

#87133c Text Font Color

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

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


#87133c Background Color

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

This div background color is #87133c


#87133c Border Color

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

This div border color is #87133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87133c


Comments

No comments written yet.

Please login to write comment.