Color Hex Logo

#871140 Color Hex

#871140
(135,17,64)
0 Favorites   0 Comments

Color spaces of #871140

RGB 1351764
HSL0.930.780.30
HSV336°87°53°
CMYK 0.000.870.53   0.47
XYZ11.11755.92205.4076
Yxy5.92200.49530.2638
Hunter Lab24.335238.96113.8596
CIE-Lab29.214849.63524.4412

#871140 color RGB value is (135,17,64).

#871140 hex color red value is 135, green value is 17 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #871140 hue: 0.93 , saturation: 0.78 and the lightness value of 871140 is 0.30.

The process color (four color CMYK) of #871140 color hex is 0.00, 0.87, 0.53, 0.47. Web safe color of #871140 is #990033. Color #871140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010001 01000000
Octal 207 21 100
Decimal 135 17 64
Hex 87 11 40

RGB Percentages of Color #871140

%62.50
%7.87
%29.63

CMYK Percentages of Color #871140

%0
%87
%53
%47

Triadic Colors of #871140

#871140 #408711 #114087

Analogous Colors of #871140

#871140 #871d11 #87117b

Monochromatic Colors of #871140

#871140

Complementary Color

#871140 #118758

#871140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871140 Color CSS Codes

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

#871140 Text Font Color

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

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


#871140 Background Color

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

This div background color is #871140


#871140 Border Color

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

This div border color is #871140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,17,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #871140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #871140;
  -webkit-box-shadow: 1px 1px 3px 2px #871140;
  box-shadow:         1px 1px 3px 2px #871140; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871140


Comments

No comments written yet.

Please login to write comment.