Color Hex Logo

#877ebe Color Hex

#877EBE
(135,126,190)
0 Favorites   0 Comments

Color spaces of #877ebe

RGB 135126190
HSL0.690.330.62
HSV248°34°75°
CMYK 0.290.340.00   0.25
XYZ26.746823.790351.8975
Yxy23.79030.26110.2322
Hunter Lab48.775312.5269-28.9426
CIE-Lab55.877217.8376-32.3017

#877ebe color RGB value is (135,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 10111110
Octal 207 176 276
Decimal 135 126 190
Hex 87 7E BE

RGB Percentages of Color #877ebe

%29.93
%27.94
%42.13

CMYK Percentages of Color #877ebe

%29
%34
%0
%25

Triadic Colors of #877ebe

#877ebe #be877e #7ebe87

Analogous Colors of #877ebe

#877ebe #a77ebe #7e95be

Monochromatic Colors of #877ebe

#877ebe

Complementary Color

#877ebe #b5be7e

#877ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#877ebe Color CSS Codes

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

#877ebe Text Font Color

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

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


#877ebe Background Color

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

This div background color is #877ebe


#877ebe Border Color

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

This div border color is #877ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877ebe

#877ebe Color Palettes


Comments

No comments written yet.

Please login to write comment.