Color Hex Logo

#87424b Color Hex

#87424B
(135,66,75)
0 Favorites   0 Comments

Color spaces of #87424b

RGB 1356675
HSL0.980.340.39
HSV352°51°53°
CMYK 0.000.510.44   0.47
XYZ13.20999.55537.8047
Yxy9.55530.43210.3126
Hunter Lab30.911622.18556.6684
CIE-Lab37.032230.40748.3550

#87424b color RGB value is (135,66,75).

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

The process color (four color CMYK) of #87424b color hex is 0.00, 0.51, 0.44, 0.47. Web safe color of #87424b is #993333. Color #87424b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 01001011
Octal 207 102 113
Decimal 135 66 75
Hex 87 42 4B

RGB Percentages of Color #87424b

%48.91
%23.91
%27.17

CMYK Percentages of Color #87424b

%0
%51
%44
%47

Triadic Colors of #87424b

#87424b #4b8742 #424b87

Analogous Colors of #87424b

#87424b #875c42 #87426e

Monochromatic Colors of #87424b

#87424b

Complementary Color

#87424b #42877e

#87424b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87424b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87424b Color CSS Codes

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

#87424b Text Font Color

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

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


#87424b Background Color

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

This div background color is #87424b


#87424b Border Color

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

This div border color is #87424b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87424b


Comments

No comments written yet.

Please login to write comment.