Color Hex Logo

#873257 Color Hex

#873257
(135,50,87)
0 Favorites   0 Comments

Color spaces of #873257

RGB 1355087
HSL0.930.460.36
HSV334°63°53°
CMYK 0.000.630.36   0.47
XYZ12.85268.12029.9068
Yxy8.12020.41620.2630
Hunter Lab28.496030.6413-0.6654
CIE-Lab34.232040.1208-3.3473

#873257 color RGB value is (135,50,87).

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

The process color (four color CMYK) of #873257 color hex is 0.00, 0.63, 0.36, 0.47. Web safe color of #873257 is #993366. Color #873257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 01010111
Octal 207 62 127
Decimal 135 50 87
Hex 87 32 57

RGB Percentages of Color #873257

%49.63
%18.38
%31.99

CMYK Percentages of Color #873257

%0
%63
%36
%47

Triadic Colors of #873257

#873257 #578732 #325787

Analogous Colors of #873257

#873257 #873832 #873282

Monochromatic Colors of #873257

#873257

Complementary Color

#873257 #328762

#873257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873257 Color CSS Codes

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

#873257 Text Font Color

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

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


#873257 Background Color

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

This div background color is #873257


#873257 Border Color

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

This div border color is #873257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873257


Comments

No comments written yet.

Please login to write comment.