Color Hex Logo

#87287e Color Hex

#87287E
(135,40,126)
0 Favorites   0 Comments

Color spaces of #87287e

RGB 13540126
HSL0.850.540.34
HSV306°70°53°
CMYK 0.000.700.07   0.47
XYZ14.51648.174820.5515
Yxy8.17480.33570.1890
Hunter Lab28.591640.5919-22.6032
CIE-Lab34.344350.2645-27.9244

#87287e color RGB value is (135,40,126).

#87287e hex color red value is 135, green value is 40 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #87287e hue: 0.85 , saturation: 0.54 and the lightness value of 87287e is 0.34.

The process color (four color CMYK) of #87287e color hex is 0.00, 0.70, 0.07, 0.47. Web safe color of #87287e is #993366. Color #87287e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101000 01111110
Octal 207 50 176
Decimal 135 40 126
Hex 87 28 7E

RGB Percentages of Color #87287e

%44.85
%13.29
%41.86

CMYK Percentages of Color #87287e

%0
%70
%7
%47

Triadic Colors of #87287e

#87287e #7e8728 #287e87

Analogous Colors of #87287e

#87287e #87284e #612887

Monochromatic Colors of #87287e

#87287e

Complementary Color

#87287e #288731

#87287e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87287e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87287e Color CSS Codes

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

#87287e Text Font Color

<p style="color:#87287e">Text here</p>

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


#87287e Background Color

<div style="background-color:#87287e">
Div content here</div>

This div background color is #87287e


#87287e Border Color

<div style="border:3px solid #87287e">
Div here</div>

This div border color is #87287e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,40,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87287e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87287e;
  -webkit-box-shadow: 1px 1px 3px 2px #87287e;
  box-shadow:         1px 1px 3px 2px #87287e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87287e


Comments

No comments written yet.

Please login to write comment.