Color Hex Logo

#87315d Color Hex

#87315D
(135,49,93)
0 Favorites   0 Comments

Color spaces of #87315d

RGB 1354993
HSL0.910.470.36
HSV329°64°53°
CMYK 0.000.640.31   0.47
XYZ13.06588.137811.2380
Yxy8.13780.40270.2508
Hunter Lab28.526831.8343-3.3882
CIE-Lab34.268241.3758-7.1458

#87315d color RGB value is (135,49,93).

#87315d hex color red value is 135, green value is 49 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #87315d hue: 0.91 , saturation: 0.47 and the lightness value of 87315d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110001 01011101
Octal 207 61 135
Decimal 135 49 93
Hex 87 31 5D

RGB Percentages of Color #87315d

%48.74
%17.69
%33.57

CMYK Percentages of Color #87315d

%0
%64
%31
%47

Triadic Colors of #87315d

#87315d #5d8731 #315d87

Analogous Colors of #87315d

#87315d #873132 #863187

Monochromatic Colors of #87315d

#87315d

Complementary Color

#87315d #31875b

#87315d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87315d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87315d Color CSS Codes

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

#87315d Text Font Color

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

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


#87315d Background Color

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

This div background color is #87315d


#87315d Border Color

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

This div border color is #87315d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,49,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 #87315d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87315d


Comments

No comments written yet.

Please login to write comment.