Color Hex Logo

#871133 Color Hex

#871133
(135,17,51)
0 Favorites   0 Comments

Color spaces of #871133

RGB 1351751
HSL0.950.780.30
HSV343°87°53°
CMYK 0.000.870.62   0.47
XYZ10.78975.79083.6810
Yxy5.79080.53250.2858
Hunter Lab24.064137.92267.7755
CIE-Lab28.878448.657912.7072

#871133 color RGB value is (135,17,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010001 00110011
Octal 207 21 63
Decimal 135 17 51
Hex 87 11 33

RGB Percentages of Color #871133

%66.50
%8.37
%25.12

CMYK Percentages of Color #871133

%0
%87
%62
%47

Triadic Colors of #871133

#871133 #338711 #113387

Analogous Colors of #871133

#871133 #872a11 #87116e

Monochromatic Colors of #871133

#871133

Complementary Color

#871133 #118765

#871133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871133 Color CSS Codes

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

#871133 Text Font Color

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

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


#871133 Background Color

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

This div background color is #871133


#871133 Border Color

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

This div border color is #871133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871133


Comments

No comments written yet.

Please login to write comment.