Color Hex Logo

#874157 Color Hex

#874157
(135,65,87)
0 Favorites   0 Comments

Color spaces of #874157

RGB 1356587
HSL0.950.350.39
HSV341°52°53°
CMYK 0.000.520.36   0.47
XYZ13.60239.619610.1567
Yxy9.61960.40750.2882
Hunter Lab31.015524.00672.2950
CIE-Lab37.150932.43530.9352

#874157 color RGB value is (135,65,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000001 01010111
Octal 207 101 127
Decimal 135 65 87
Hex 87 41 57

RGB Percentages of Color #874157

%47.04
%22.65
%30.31

CMYK Percentages of Color #874157

%0
%52
%36
%47

Triadic Colors of #874157

#874157 #578741 #415787

Analogous Colors of #874157

#874157 #874e41 #87417a

Monochromatic Colors of #874157

#874157

Complementary Color

#874157 #418771

#874157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874157 Color CSS Codes

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

#874157 Text Font Color

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

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


#874157 Background Color

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

This div background color is #874157


#874157 Border Color

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

This div border color is #874157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874157


Comments

No comments written yet.

Please login to write comment.