Color Hex Logo

#877cec Color Hex

#877CEC
(135,124,236)
0 Favorites   0 Comments

Color spaces of #877cec

RGB 135124236
HSL0.680.750.71
HSV246°47°93°
CMYK 0.430.470.00   0.07
XYZ32.339625.622382.5980
Yxy25.62230.23010.1823
Hunter Lab50.618525.4594-61.3151
CIE-Lab57.676831.4892-55.3745

#877cec color RGB value is (135,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111100 11101100
Octal 207 174 354
Decimal 135 124 236
Hex 87 7C EC

RGB Percentages of Color #877cec

%27.27
%25.05
%47.68

CMYK Percentages of Color #877cec

%43
%47
%0
%7

Triadic Colors of #877cec

#877cec #ec877c #7cec87

Analogous Colors of #877cec

#877cec #bf7cec #7ca9ec

Monochromatic Colors of #877cec

#877cec

Complementary Color

#877cec #e1ec7c

#877cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#877cec Color CSS Codes

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

#877cec Text Font Color

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

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


#877cec Background Color

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

This div background color is #877cec


#877cec Border Color

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

This div border color is #877cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,124,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 #877cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877cec


Comments

No comments written yet.

Please login to write comment.