Color Hex Logo

#877eec Color Hex

#877EEC
(135,126,236)
0 Favorites   0 Comments

Color spaces of #877eec

RGB 135126236
HSL0.680.740.71
HSV245°47°93°
CMYK 0.430.470.00   0.07
XYZ32.592926.128782.6824
Yxy26.12870.23050.1848
Hunter Lab51.116224.3623-60.1224
CIE-Lab58.159030.3197-54.6052

#877eec color RGB value is (135,126,236).

#877eec hex color red value is 135, green value is 126 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #877eec hue: 0.68 , saturation: 0.74 and the lightness value of 877eec is 0.71.

The process color (four color CMYK) of #877eec color hex is 0.43, 0.47, 0.00, 0.07. Web safe color of #877eec is #9966ff. Color #877eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 11101100
Octal 207 176 354
Decimal 135 126 236
Hex 87 7E EC

RGB Percentages of Color #877eec

%27.16
%25.35
%47.48

CMYK Percentages of Color #877eec

%43
%47
%0
%7

Triadic Colors of #877eec

#877eec #ec877e #7eec87

Analogous Colors of #877eec

#877eec #be7eec #7eacec

Monochromatic Colors of #877eec

#877eec

Complementary Color

#877eec #e3ec7e

#877eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#877eec Color CSS Codes

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

#877eec Text Font Color

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

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


#877eec Background Color

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

This div background color is #877eec


#877eec Border Color

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

This div border color is #877eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877eec


Comments

No comments written yet.

Please login to write comment.