Color Hex Logo

#87036d Color Hex

#87036D
(135,3,109)
0 Favorites   0 Comments

Color spaces of #87036d

RGB 1353109
HSL0.870.960.27
HSV312°98°53°
CMYK 0.000.980.19   0.47
XYZ12.78466.320115.0141
Yxy6.32010.37470.1852
Hunter Lab25.139846.7797-17.8116
CIE-Lab30.206157.0203-23.6603

#87036d color RGB value is (135,3,109).

#87036d hex color red value is 135, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #87036d hue: 0.87 , saturation: 0.96 and the lightness value of 87036d is 0.27.

The process color (four color CMYK) of #87036d color hex is 0.00, 0.98, 0.19, 0.47. Web safe color of #87036d is #990066. Color #87036d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000011 01101101
Octal 207 3 155
Decimal 135 3 109
Hex 87 3 6D

RGB Percentages of Color #87036d

%54.66
%1.21
%44.13

CMYK Percentages of Color #87036d

%0
%98
%19
%47

Triadic Colors of #87036d

#87036d #6d8703 #036d87

Analogous Colors of #87036d

#87036d #87032b #5f0387

Monochromatic Colors of #87036d

#87036d

Complementary Color

#87036d #03871d

#87036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87036d Color CSS Codes

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

#87036d Text Font Color

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

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


#87036d Background Color

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

This div background color is #87036d


#87036d Border Color

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

This div border color is #87036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87036d


Comments

No comments written yet.

Please login to write comment.