Color Hex Logo

#877fef Color Hex

#877FEF
(135,127,239)
0 Favorites   0 Comments

Color spaces of #877fef

RGB 135127239
HSL0.680.780.72
HSV244°47°94°
CMYK 0.440.470.00   0.06
XYZ33.161026.561685.0405
Yxy26.56160.22910.1835
Hunter Lab51.537924.6606-61.7553
CIE-Lab58.566330.5857-55.6214

#877fef color RGB value is (135,127,239).

#877fef hex color red value is 135, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #877fef hue: 0.68 , saturation: 0.78 and the lightness value of 877fef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111111 11101111
Octal 207 177 357
Decimal 135 127 239
Hex 87 7F EF

RGB Percentages of Color #877fef

%26.95
%25.35
%47.70

CMYK Percentages of Color #877fef

%44
%47
%0
%6

Triadic Colors of #877fef

#877fef #ef877f #7fef87

Analogous Colors of #877fef

#877fef #bf7fef #7fafef

Monochromatic Colors of #877fef

#877fef

Complementary Color

#877fef #e7ef7f

#877fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#877fef Color CSS Codes

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

#877fef Text Font Color

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

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


#877fef Background Color

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

This div background color is #877fef


#877fef Border Color

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

This div border color is #877fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877fef


Comments

No comments written yet.

Please login to write comment.