Color Hex Logo

#877ebc Color Hex

#877EBC
(135,126,188)
0 Favorites   0 Comments

Color spaces of #877ebc

RGB 135126188
HSL0.690.320.62
HSV249°33°74°
CMYK 0.280.330.00   0.26
XYZ26.529623.703450.7539
Yxy23.70340.26270.2347
Hunter Lab48.686112.0658-27.7278
CIE-Lab55.789617.3260-31.2967

#877ebc color RGB value is (135,126,188).

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

The process color (four color CMYK) of #877ebc color hex is 0.28, 0.33, 0.00, 0.26. Web safe color of #877ebc is #9966cc. Color #877ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 10111100
Octal 207 176 274
Decimal 135 126 188
Hex 87 7E BC

RGB Percentages of Color #877ebc

%30.07
%28.06
%41.87

CMYK Percentages of Color #877ebc

%28
%33
%0
%26

Triadic Colors of #877ebc

#877ebc #bc877e #7ebc87

Analogous Colors of #877ebc

#877ebc #a67ebc #7e94bc

Monochromatic Colors of #877ebc

#877ebc

Complementary Color

#877ebc #b3bc7e

#877ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#877ebc Color CSS Codes

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

#877ebc Text Font Color

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

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


#877ebc Background Color

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

This div background color is #877ebc


#877ebc Border Color

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

This div border color is #877ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877ebc


Comments

No comments written yet.

Please login to write comment.