Color Hex Logo

#873249 Color Hex

#873249
(135,50,73)
0 Favorites   0 Comments

Color spaces of #873249

RGB 1355073
HSL0.950.460.36
HSV344°63°53°
CMYK 0.000.630.46   0.47
XYZ12.33497.91317.1806
Yxy7.91310.44970.2885
Hunter Lab28.130229.04304.5566
CIE-Lab33.801238.48435.0607

#873249 color RGB value is (135,50,73).

#873249 hex color red value is 135, green value is 50 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #873249 hue: 0.95 , saturation: 0.46 and the lightness value of 873249 is 0.36.

The process color (four color CMYK) of #873249 color hex is 0.00, 0.63, 0.46, 0.47. Web safe color of #873249 is #993333. Color #873249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 01001001
Octal 207 62 111
Decimal 135 50 73
Hex 87 32 49

RGB Percentages of Color #873249

%52.33
%19.38
%28.29

CMYK Percentages of Color #873249

%0
%63
%46
%47

Triadic Colors of #873249

#873249 #498732 #324987

Analogous Colors of #873249

#873249 #874632 #873274

Monochromatic Colors of #873249

#873249

Complementary Color

#873249 #328770

#873249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873249 Color CSS Codes

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

#873249 Text Font Color

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

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


#873249 Background Color

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

This div background color is #873249


#873249 Border Color

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

This div border color is #873249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873249


Comments

No comments written yet.

Please login to write comment.