Color Hex Logo

#87375d Color Hex

#87375D
(135,55,93)
0 Favorites   0 Comments

Color spaces of #87375d

RGB 1355593
HSL0.920.420.37
HSV332°59°53°
CMYK 0.000.590.31   0.47
XYZ13.33368.673611.3273
Yxy8.67360.40000.2602
Hunter Lab29.451029.2747-2.1882
CIE-Lab35.348138.4723-5.5318

#87375d color RGB value is (135,55,93).

#87375d hex color red value is 135, green value is 55 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #87375d hue: 0.92 , saturation: 0.42 and the lightness value of 87375d is 0.37.

The process color (four color CMYK) of #87375d color hex is 0.00, 0.59, 0.31, 0.47. Web safe color of #87375d is #993366. Color #87375d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110111 01011101
Octal 207 67 135
Decimal 135 55 93
Hex 87 37 5D

RGB Percentages of Color #87375d

%47.70
%19.43
%32.86

CMYK Percentages of Color #87375d

%0
%59
%31
%47

Triadic Colors of #87375d

#87375d #5d8737 #375d87

Analogous Colors of #87375d

#87375d #873937 #873785

Monochromatic Colors of #87375d

#87375d

Complementary Color

#87375d #378761

#87375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87375d Color CSS Codes

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

#87375d Text Font Color

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

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


#87375d Background Color

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

This div background color is #87375d


#87375d Border Color

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

This div border color is #87375d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87375d


Comments

No comments written yet.

Please login to write comment.