Color Hex Logo

#87187f Color Hex

#87187F
(135,24,127)
0 Favorites   0 Comments

Color spaces of #87187f

RGB 13524127
HSL0.850.700.31
HSV304°82°53°
CMYK 0.000.820.06   0.47
XYZ14.14917.336520.7490
Yxy7.33650.33500.1737
Hunter Lab27.086045.8439-26.4585
CIE-Lab32.561055.6778-31.3654

#87187f color RGB value is (135,24,127).

#87187f hex color red value is 135, green value is 24 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #87187f hue: 0.85 , saturation: 0.70 and the lightness value of 87187f is 0.31.

The process color (four color CMYK) of #87187f color hex is 0.00, 0.82, 0.06, 0.47. Web safe color of #87187f is #990066. Color #87187f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011000 01111111
Octal 207 30 177
Decimal 135 24 127
Hex 87 18 7F

RGB Percentages of Color #87187f

%47.20
%8.39
%44.41

CMYK Percentages of Color #87187f

%0
%82
%6
%47

Triadic Colors of #87187f

#87187f #7f8718 #187f87

Analogous Colors of #87187f

#87187f #871847 #571887

Monochromatic Colors of #87187f

#87187f

Complementary Color

#87187f #188720

#87187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87187f Color CSS Codes

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

#87187f Text Font Color

<p style="color:#87187f">Text here</p>

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


#87187f Background Color

<div style="background-color:#87187f">
Div content here</div>

This div background color is #87187f


#87187f Border Color

<div style="border:3px solid #87187f">
Div here</div>

This div border color is #87187f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,24,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87187f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87187f;
  -webkit-box-shadow: 1px 1px 3px 2px #87187f;
  box-shadow:         1px 1px 3px 2px #87187f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87187f


Comments

No comments written yet.

Please login to write comment.