Color Hex Logo

#874257 Color Hex

#874257
(135,66,87)
0 Favorites   0 Comments

Color spaces of #874257

RGB 1356687
HSL0.950.340.39
HSV342°51°53°
CMYK 0.000.510.36   0.47
XYZ13.66029.735410.1760
Yxy9.73540.40690.2900
Hunter Lab31.201623.54532.5045
CIE-Lab37.363331.89031.2440

#874257 color RGB value is (135,66,87).

#874257 hex color red value is 135, green value is 66 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #874257 hue: 0.95 , saturation: 0.34 and the lightness value of 874257 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 01010111
Octal 207 102 127
Decimal 135 66 87
Hex 87 42 57

RGB Percentages of Color #874257

%46.88
%22.92
%30.21

CMYK Percentages of Color #874257

%0
%51
%36
%47

Triadic Colors of #874257

#874257 #578742 #425787

Analogous Colors of #874257

#874257 #875042 #87427a

Monochromatic Colors of #874257

#874257

Complementary Color

#874257 #428772

#874257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874257 Color CSS Codes

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

#874257 Text Font Color

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

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


#874257 Background Color

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

This div background color is #874257


#874257 Border Color

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

This div border color is #874257


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,66,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 #874257">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874257


Comments

No comments written yet.

Please login to write comment.