Color Hex Logo

#87381d Color Hex

#87381D
(135,56,29)
0 Favorites   0 Comments

Color spaces of #87381d

RGB 1355629
HSL0.040.650.32
HSV15°79°53°
CMYK 0.000.590.79   0.47
XYZ11.62768.06802.1068
Yxy8.06800.53330.3701
Hunter Lab28.404223.363715.4853
CIE-Lab34.124132.158632.7279

#87381d color RGB value is (135,56,29).

#87381d hex color red value is 135, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #87381d hue: 0.04 , saturation: 0.65 and the lightness value of 87381d is 0.32.

The process color (four color CMYK) of #87381d color hex is 0.00, 0.59, 0.79, 0.47. Web safe color of #87381d is #993333. Color #87381d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 00011101
Octal 207 70 35
Decimal 135 56 29
Hex 87 38 1D

RGB Percentages of Color #87381d

%61.36
%25.45
%13.18

CMYK Percentages of Color #87381d

%0
%59
%79
%47

Triadic Colors of #87381d

#87381d #1d8738 #381d87

Analogous Colors of #87381d

#87381d #876d1d #871d37

Monochromatic Colors of #87381d

#87381d

Complementary Color

#87381d #1d6c87

#87381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87381d Color CSS Codes

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

#87381d Text Font Color

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

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


#87381d Background Color

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

This div background color is #87381d


#87381d Border Color

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

This div border color is #87381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87381d


Comments

No comments written yet.

Please login to write comment.