Color Hex Logo

#87519e Color Hex

#87519E
(135,81,158)
0 Favorites   0 Comments

Color spaces of #87519e

RGB 13581158
HSL0.780.320.47
HSV282°49°62°
CMYK 0.150.490.00   0.38
XYZ19.105713.504433.9474
Yxy13.50440.28710.2029
Hunter Lab36.748328.4937-29.0471
CIE-Lab43.513636.3704-33.0067

#87519e color RGB value is (135,81,158).

#87519e hex color red value is 135, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #87519e hue: 0.78 , saturation: 0.32 and the lightness value of 87519e is 0.47.

The process color (four color CMYK) of #87519e color hex is 0.15, 0.49, 0.00, 0.38. Web safe color of #87519e is #996699. Color #87519e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010001 10011110
Octal 207 121 236
Decimal 135 81 158
Hex 87 51 9E

RGB Percentages of Color #87519e

%36.10
%21.66
%42.25

CMYK Percentages of Color #87519e

%15
%49
%0
%38

Triadic Colors of #87519e

#87519e #9e8751 #519e87

Analogous Colors of #87519e

#87519e #9e518f #61519e

Monochromatic Colors of #87519e

#87519e

Complementary Color

#87519e #689e51

#87519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87519e Color CSS Codes

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

#87519e Text Font Color

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

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


#87519e Background Color

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

This div background color is #87519e


#87519e Border Color

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

This div border color is #87519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87519e


Comments

No comments written yet.

Please login to write comment.