Color Hex Logo

#87382b Color Hex

#87382B
(135,56,43)
0 Favorites   0 Comments

Color spaces of #87382b

RGB 1355643
HSL0.020.520.35
HSV68°53°
CMYK 0.000.590.68   0.47
XYZ11.84198.15373.2352
Yxy8.15370.50970.3510
Hunter Lab28.554724.055013.2708
CIE-Lab34.301032.911924.7802

#87382b color RGB value is (135,56,43).

#87382b hex color red value is 135, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #87382b hue: 0.02 , saturation: 0.52 and the lightness value of 87382b is 0.35.

The process color (four color CMYK) of #87382b color hex is 0.00, 0.59, 0.68, 0.47. Web safe color of #87382b is #993333. Color #87382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 00101011
Octal 207 70 53
Decimal 135 56 43
Hex 87 38 2B

RGB Percentages of Color #87382b

%57.69
%23.93
%18.38

CMYK Percentages of Color #87382b

%0
%59
%68
%47

Triadic Colors of #87382b

#87382b #2b8738 #382b87

Analogous Colors of #87382b

#87382b #87662b #872b4c

Monochromatic Colors of #87382b

#87382b

Complementary Color

#87382b #2b7a87

#87382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87382b Color CSS Codes

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

#87382b Text Font Color

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

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


#87382b Background Color

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

This div background color is #87382b


#87382b Border Color

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

This div border color is #87382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87382b

#87382b Color Palettes


Comments

No comments written yet.

Please login to write comment.