Color Hex Logo

#877390 Color Hex

#877390
(135,115,144)
0 Favorites   0 Comments

Color spaces of #877390

RGB 135115144
HSL0.780.120.51
HSV281°20°56°
CMYK 0.060.200.00   0.44
XYZ21.156419.426029.0201
Yxy19.42600.30400.2791
Hunter Lab44.07498.5506-8.1856
CIE-Lab51.181913.4426-12.8783

#877390 color RGB value is (135,115,144).

#877390 hex color red value is 135, green value is 115 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #877390 hue: 0.78 , saturation: 0.12 and the lightness value of 877390 is 0.51.

The process color (four color CMYK) of #877390 color hex is 0.06, 0.20, 0.00, 0.44. Web safe color of #877390 is #996699. Color #877390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110011 10010000
Octal 207 163 220
Decimal 135 115 144
Hex 87 73 90

RGB Percentages of Color #877390

%34.26
%29.19
%36.55

CMYK Percentages of Color #877390

%6
%20
%0
%44

Triadic Colors of #877390

#877390 #908773 #739087

Analogous Colors of #877390

#877390 #90738b #797390

Monochromatic Colors of #877390

#877390

Complementary Color

#877390 #7c9073

#877390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877390 Color CSS Codes

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

#877390 Text Font Color

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

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


#877390 Background Color

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

This div background color is #877390


#877390 Border Color

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

This div border color is #877390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877390


Comments

No comments written yet.

Please login to write comment.