Color Hex Logo

#87315b Color Hex

#87315B
(135,49,91)
0 Favorites   0 Comments

Color spaces of #87315b

RGB 1354991
HSL0.920.470.36
HSV331°64°53°
CMYK 0.000.640.33   0.47
XYZ12.97838.102910.7775
Yxy8.10290.40740.2543
Hunter Lab28.465631.5686-2.5222
CIE-Lab34.196341.1086-5.9705

#87315b color RGB value is (135,49,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110001 01011011
Octal 207 61 133
Decimal 135 49 91
Hex 87 31 5B

RGB Percentages of Color #87315b

%49.09
%17.82
%33.09

CMYK Percentages of Color #87315b

%0
%64
%33
%47

Triadic Colors of #87315b

#87315b #5b8731 #315b87

Analogous Colors of #87315b

#87315b #873231 #873186

Monochromatic Colors of #87315b

#87315b

Complementary Color

#87315b #31875d

#87315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87315b Color CSS Codes

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

#87315b Text Font Color

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

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


#87315b Background Color

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

This div background color is #87315b


#87315b Border Color

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

This div border color is #87315b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87315b


Comments

No comments written yet.

Please login to write comment.