Color Hex Logo

#877293 Color Hex

#877293
(135,114,147)
0 Favorites   0 Comments

Color spaces of #877293

RGB 135114147
HSL0.770.130.51
HSV278°22°58°
CMYK 0.080.220.00   0.42
XYZ21.275419.292130.2062
Yxy19.29210.30060.2726
Hunter Lab43.92289.5973-10.0285
CIE-Lab51.027214.6766-14.8752

#877293 color RGB value is (135,114,147).

#877293 hex color red value is 135, green value is 114 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #877293 hue: 0.77 , saturation: 0.13 and the lightness value of 877293 is 0.51.

The process color (four color CMYK) of #877293 color hex is 0.08, 0.22, 0.00, 0.42. Web safe color of #877293 is #996699. Color #877293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 10010011
Octal 207 162 223
Decimal 135 114 147
Hex 87 72 93

RGB Percentages of Color #877293

%34.09
%28.79
%37.12

CMYK Percentages of Color #877293

%8
%22
%0
%42

Triadic Colors of #877293

#877293 #938772 #729387

Analogous Colors of #877293

#877293 #93728f #777293

Monochromatic Colors of #877293

#877293

Complementary Color

#877293 #7e9372

#877293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877293 Color CSS Codes

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

#877293 Text Font Color

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

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


#877293 Background Color

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

This div background color is #877293


#877293 Border Color

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

This div border color is #877293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877293


Comments

No comments written yet.

Please login to write comment.