Color Hex Logo

#874155 Color Hex

#874155
(135,65,85)
0 Favorites   0 Comments

Color spaces of #874155

RGB 1356585
HSL0.950.350.39
HSV343°52°53°
CMYK 0.000.520.37   0.47
XYZ13.52179.58749.7322
Yxy9.58740.41170.2919
Hunter Lab30.963523.76443.0389
CIE-Lab37.091532.17372.1145

#874155 color RGB value is (135,65,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000001 01010101
Octal 207 101 125
Decimal 135 65 85
Hex 87 41 55

RGB Percentages of Color #874155

%47.37
%22.81
%29.82

CMYK Percentages of Color #874155

%0
%52
%37
%47

Triadic Colors of #874155

#874155 #558741 #415587

Analogous Colors of #874155

#874155 #875041 #874178

Monochromatic Colors of #874155

#874155

Complementary Color

#874155 #418773

#874155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874155 Color CSS Codes

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

#874155 Text Font Color

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

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


#874155 Background Color

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

This div background color is #874155


#874155 Border Color

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

This div border color is #874155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874155


Comments

No comments written yet.

Please login to write comment.