Color Hex Logo

#877ebf Color Hex

#877EBF
(135,126,191)
0 Favorites   0 Comments

Color spaces of #877ebf

RGB 135126191
HSL0.690.340.62
HSV248°34°75°
CMYK 0.290.340.00   0.25
XYZ26.856523.834252.4752
Yxy23.83420.26030.2310
Hunter Lab48.820312.7590-29.5545
CIE-Lab55.921418.0945-32.8031

#877ebf color RGB value is (135,126,191).

#877ebf hex color red value is 135, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #877ebf hue: 0.69 , saturation: 0.34 and the lightness value of 877ebf is 0.62.

The process color (four color CMYK) of #877ebf color hex is 0.29, 0.34, 0.00, 0.25. Web safe color of #877ebf is #9966cc. Color #877ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 10111111
Octal 207 176 277
Decimal 135 126 191
Hex 87 7E BF

RGB Percentages of Color #877ebf

%29.87
%27.88
%42.26

CMYK Percentages of Color #877ebf

%29
%34
%0
%25

Triadic Colors of #877ebf

#877ebf #bf877e #7ebf87

Analogous Colors of #877ebf

#877ebf #a87ebf #7e96bf

Monochromatic Colors of #877ebf

#877ebf

Complementary Color

#877ebf #b6bf7e

#877ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#877ebf Color CSS Codes

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

#877ebf Text Font Color

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

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


#877ebf Background Color

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

This div background color is #877ebf


#877ebf Border Color

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

This div border color is #877ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877ebf


Comments

No comments written yet.

Please login to write comment.