Color Hex Logo

#873259 Color Hex

#873259
(135,50,89)
0 Favorites   0 Comments

Color spaces of #873259

RGB 1355089
HSL0.920.460.36
HSV332°63°53°
CMYK 0.000.630.34   0.47
XYZ12.93548.153410.3432
Yxy8.15340.41150.2594
Hunter Lab28.554230.8930-1.4888
CIE-Lab34.300340.3761-4.5313

#873259 color RGB value is (135,50,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 01011001
Octal 207 62 131
Decimal 135 50 89
Hex 87 32 59

RGB Percentages of Color #873259

%49.27
%18.25
%32.48

CMYK Percentages of Color #873259

%0
%63
%34
%47

Triadic Colors of #873259

#873259 #598732 #325987

Analogous Colors of #873259

#873259 #873632 #873284

Monochromatic Colors of #873259

#873259

Complementary Color

#873259 #328760

#873259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873259 Color CSS Codes

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

#873259 Text Font Color

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

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


#873259 Background Color

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

This div background color is #873259


#873259 Border Color

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

This div border color is #873259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873259


Comments

No comments written yet.

Please login to write comment.