Color Hex Logo

#877cfe Color Hex

#877CFE
(135,124,254)
0 Favorites   0 Comments

Color spaces of #877cfe

RGB 135124254
HSL0.680.980.74
HSV245°51°100°
CMYK 0.470.510.00   0.00
XYZ35.088726.722097.0744
Yxy26.72200.22080.1682
Hunter Lab51.693330.7000-75.1548
CIE-Lab58.716136.6325-63.6706

#877cfe color RGB value is (135,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111100 11111110
Octal 207 174 376
Decimal 135 124 254
Hex 87 7C FE

RGB Percentages of Color #877cfe

%26.32
%24.17
%49.51

CMYK Percentages of Color #877cfe

%47
%51
%0
%0

Triadic Colors of #877cfe

#877cfe #fe877c #7cfe87

Analogous Colors of #877cfe

#877cfe #c87cfe #7cb2fe

Monochromatic Colors of #877cfe

#877cfe

Complementary Color

#877cfe #f3fe7c

#877cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#877cfe Color CSS Codes

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

#877cfe Text Font Color

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

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


#877cfe Background Color

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

This div background color is #877cfe


#877cfe Border Color

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

This div border color is #877cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.