Color Hex Logo

#87383e Color Hex

#87383E
(135,56,62)
0 Favorites   0 Comments

Color spaces of #87383e

RGB 1355662
HSL0.990.410.37
HSV355°59°53°
CMYK 0.000.590.54   0.47
XYZ12.27538.32705.5177
Yxy8.32700.47000.3188
Hunter Lab28.856525.43338.8627
CIE-Lab34.654834.396713.3250

#87383e color RGB value is (135,56,62).

#87383e hex color red value is 135, green value is 56 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #87383e hue: 0.99 , saturation: 0.41 and the lightness value of 87383e is 0.37.

The process color (four color CMYK) of #87383e color hex is 0.00, 0.59, 0.54, 0.47. Web safe color of #87383e is #993333. Color #87383e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111000 00111110
Octal 207 70 76
Decimal 135 56 62
Hex 87 38 3E

RGB Percentages of Color #87383e

%53.36
%22.13
%24.51

CMYK Percentages of Color #87383e

%0
%59
%54
%47

Triadic Colors of #87383e

#87383e #3e8738 #383e87

Analogous Colors of #87383e

#87383e #875a38 #873866

Monochromatic Colors of #87383e

#87383e

Complementary Color

#87383e #388781

#87383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87383e Color CSS Codes

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

#87383e Text Font Color

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

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


#87383e Background Color

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

This div background color is #87383e


#87383e Border Color

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

This div border color is #87383e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87383e


Comments

No comments written yet.

Please login to write comment.