Color Hex Logo

#874553 Color Hex

#874553
(135,69,83)
0 Favorites   0 Comments

Color spaces of #874553

RGB 1356983
HSL0.960.320.40
HSV347°49°53°
CMYK 0.000.490.39   0.47
XYZ13.681110.03179.3988
Yxy10.03170.41320.3030
Hunter Lab31.672921.67564.5769
CIE-Lab37.899329.71354.5402

#874553 color RGB value is (135,69,83).

#874553 hex color red value is 135, green value is 69 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #874553 hue: 0.96 , saturation: 0.32 and the lightness value of 874553 is 0.40.

The process color (four color CMYK) of #874553 color hex is 0.00, 0.49, 0.39, 0.47. Web safe color of #874553 is #993366. Color #874553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000101 01010011
Octal 207 105 123
Decimal 135 69 83
Hex 87 45 53

RGB Percentages of Color #874553

%47.04
%24.04
%28.92

CMYK Percentages of Color #874553

%0
%49
%39
%47

Triadic Colors of #874553

#874553 #538745 #455387

Analogous Colors of #874553

#874553 #875845 #874574

Monochromatic Colors of #874553

#874553

Complementary Color

#874553 #458779

#874553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874553 Color CSS Codes

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

#874553 Text Font Color

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

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


#874553 Background Color

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

This div background color is #874553


#874553 Border Color

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

This div border color is #874553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874553


Comments

No comments written yet.

Please login to write comment.