Color Hex Logo

#871236 Color Hex

#871236
(135,18,54)
0 Favorites   0 Comments

Color spaces of #871236

RGB 1351854
HSL0.950.760.30
HSV342°87°53°
CMYK 0.000.870.60   0.47
XYZ10.87385.84994.0460
Yxy5.84990.52350.2817
Hunter Lab24.186637.92367.0124
CIE-Lab29.030648.629510.8991

#871236 color RGB value is (135,18,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00010010 00110110
Octal 207 22 66
Decimal 135 18 54
Hex 87 12 36

RGB Percentages of Color #871236

%65.22
%8.70
%26.09

CMYK Percentages of Color #871236

%0
%87
%60
%47

Triadic Colors of #871236

#871236 #368712 #123687

Analogous Colors of #871236

#871236 #872912 #871271

Monochromatic Colors of #871236

#871236

Complementary Color

#871236 #128763

#871236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871236 Color CSS Codes

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

#871236 Text Font Color

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

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


#871236 Background Color

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

This div background color is #871236


#871236 Border Color

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

This div border color is #871236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871236


Comments

No comments written yet.

Please login to write comment.