Color Hex Logo

#87495b Color Hex

#87495B
(135,73,91)
0 Favorites   0 Comments

Color spaces of #87495b

RGB 1357391
HSL0.950.300.41
HSV343°46°53°
CMYK 0.000.460.33   0.47
XYZ14.262510.671311.2056
Yxy10.67130.39470.2953
Hunter Lab32.667020.76652.5289
CIE-Lab39.021228.53791.1393

#87495b color RGB value is (135,73,91).

#87495b hex color red value is 135, green value is 73 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87495b hue: 0.95 , saturation: 0.30 and the lightness value of 87495b is 0.41.

The process color (four color CMYK) of #87495b color hex is 0.00, 0.46, 0.33, 0.47. Web safe color of #87495b is #993366. Color #87495b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 01011011
Octal 207 111 133
Decimal 135 73 91
Hex 87 49 5B

RGB Percentages of Color #87495b

%45.15
%24.41
%30.43

CMYK Percentages of Color #87495b

%0
%46
%33
%47

Triadic Colors of #87495b

#87495b #5b8749 #495b87

Analogous Colors of #87495b

#87495b #875649 #87497a

Monochromatic Colors of #87495b

#87495b

Complementary Color

#87495b #498775

#87495b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87495b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87495b Color CSS Codes

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

#87495b Text Font Color

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

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


#87495b Background Color

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

This div background color is #87495b


#87495b Border Color

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

This div border color is #87495b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,73,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87495b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87495b;
  -webkit-box-shadow: 1px 1px 3px 2px #87495b;
  box-shadow:         1px 1px 3px 2px #87495b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87495b

#87495b Color Palettes


Comments

No comments written yet.

Please login to write comment.