Color Hex Logo

#874987 Color Hex

#874987
(135,73,135)
0 Favorites   0 Comments

Color spaces of #874987

RGB 13573135
HSL0.830.300.41
HSV300°46°53°
CMYK 0.000.460.00   0.47
XYZ16.747411.665324.2906
Yxy11.66530.31780.2213
Hunter Lab34.154527.7557-18.2588
CIE-Lab40.679136.0040-23.5760

#874987 color RGB value is (135,73,135).

#874987 hex color red value is 135, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #874987 hue: 0.83 , saturation: 0.30 and the lightness value of 874987 is 0.41.

The process color (four color CMYK) of #874987 color hex is 0.00, 0.46, 0.00, 0.47. Web safe color of #874987 is #993399. Color #874987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 10000111
Octal 207 111 207
Decimal 135 73 135
Hex 87 49 87

RGB Percentages of Color #874987

%39.36
%21.28
%39.36

CMYK Percentages of Color #874987

%0
%46
%0
%47

Triadic Colors of #874987

#874987 #878749 #498787

Analogous Colors of #874987

#874987 #874968 #684987

Monochromatic Colors of #874987

#874987

Complementary Color

#874987 #498749

#874987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874987 Color CSS Codes

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

#874987 Text Font Color

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

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


#874987 Background Color

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

This div background color is #874987


#874987 Border Color

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

This div border color is #874987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874987


Comments

No comments written yet.

Please login to write comment.