Color Hex Logo

#87325a Color Hex

#87325A
(135,50,90)
0 Favorites   0 Comments

Color spaces of #87325a

RGB 1355090
HSL0.920.460.36
HSV332°63°53°
CMYK 0.000.630.33   0.47
XYZ12.97778.170310.5659
Yxy8.17030.40920.2576
Hunter Lab28.583731.0217-1.9078
CIE-Lab34.335140.5064-5.1217

#87325a color RGB value is (135,50,90).

#87325a hex color red value is 135, green value is 50 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #87325a hue: 0.92 , saturation: 0.46 and the lightness value of 87325a is 0.36.

The process color (four color CMYK) of #87325a color hex is 0.00, 0.63, 0.33, 0.47. Web safe color of #87325a is #993366. Color #87325a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 01011010
Octal 207 62 132
Decimal 135 50 90
Hex 87 32 5A

RGB Percentages of Color #87325a

%49.09
%18.18
%32.73

CMYK Percentages of Color #87325a

%0
%63
%33
%47

Triadic Colors of #87325a

#87325a #5a8732 #325a87

Analogous Colors of #87325a

#87325a #873532 #873285

Monochromatic Colors of #87325a

#87325a

Complementary Color

#87325a #32875f

#87325a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87325a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87325a Color CSS Codes

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

#87325a Text Font Color

<p style="color:#87325a">Text here</p>

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


#87325a Background Color

<div style="background-color:#87325a">
Div content here</div>

This div background color is #87325a


#87325a Border Color

<div style="border:3px solid #87325a">
Div here</div>

This div border color is #87325a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,50,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87325a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87325a;
  -webkit-box-shadow: 1px 1px 3px 2px #87325a;
  box-shadow:         1px 1px 3px 2px #87325a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87325a


Comments

No comments written yet.

Please login to write comment.