Color Hex Logo

#873256 Color Hex

#873256
(135,50,86)
0 Favorites   0 Comments

Color spaces of #873256

RGB 1355086
HSL0.930.460.36
HSV335°63°53°
CMYK 0.000.630.36   0.47
XYZ12.81208.10409.6931
Yxy8.10400.41860.2648
Hunter Lab28.467530.5169-0.2608
CIE-Lab34.198539.9944-2.7534

#873256 color RGB value is (135,50,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 01010110
Octal 207 62 126
Decimal 135 50 86
Hex 87 32 56

RGB Percentages of Color #873256

%49.82
%18.45
%31.73

CMYK Percentages of Color #873256

%0
%63
%36
%47

Triadic Colors of #873256

#873256 #568732 #325687

Analogous Colors of #873256

#873256 #873932 #873281

Monochromatic Colors of #873256

#873256

Complementary Color

#873256 #328763

#873256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873256 Color CSS Codes

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

#873256 Text Font Color

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

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


#873256 Background Color

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

This div background color is #873256


#873256 Border Color

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

This div border color is #873256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873256


Comments

No comments written yet.

Please login to write comment.