Color Hex Logo

#874998 Color Hex

#874998
(135,73,152)
0 Favorites   0 Comments

Color spaces of #874998

RGB 13573152
HSL0.800.350.44
HSV287°52°60°
CMYK 0.110.520.00   0.40
XYZ18.041712.183031.1064
Yxy12.18300.29420.1986
Hunter Lab34.904231.1831-28.4060
CIE-Lab41.505539.4849-32.5751

#874998 color RGB value is (135,73,152).

#874998 hex color red value is 135, green value is 73 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #874998 hue: 0.80 , saturation: 0.35 and the lightness value of 874998 is 0.44.

The process color (four color CMYK) of #874998 color hex is 0.11, 0.52, 0.00, 0.40. Web safe color of #874998 is #993399. Color #874998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 10011000
Octal 207 111 230
Decimal 135 73 152
Hex 87 49 98

RGB Percentages of Color #874998

%37.50
%20.28
%42.22

CMYK Percentages of Color #874998

%11
%52
%0
%40

Triadic Colors of #874998

#874998 #988749 #499887

Analogous Colors of #874998

#874998 #984982 #604998

Monochromatic Colors of #874998

#874998

Complementary Color

#874998 #5a9849

#874998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874998 Color CSS Codes

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

#874998 Text Font Color

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

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


#874998 Background Color

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

This div background color is #874998


#874998 Border Color

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

This div border color is #874998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874998


Comments

No comments written yet.

Please login to write comment.