Color Hex Logo

#877efb Color Hex

#877EFB
(135,126,251)
0 Favorites   0 Comments

Color spaces of #877efb

RGB 135126251
HSL0.680.940.74
HSV244°50°98°
CMYK 0.460.500.00   0.02
XYZ34.865127.037694.6480
Yxy27.03760.22270.1727
Hunter Lab51.997728.6905-71.5233
CIE-Lab59.009134.6061-61.5481

#877efb color RGB value is (135,126,251).

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

The process color (four color CMYK) of #877efb color hex is 0.46, 0.50, 0.00, 0.02. Web safe color of #877efb is #9966ff. Color #877efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111110 11111011
Octal 207 176 373
Decimal 135 126 251
Hex 87 7E FB

RGB Percentages of Color #877efb

%26.37
%24.61
%49.02

CMYK Percentages of Color #877efb

%46
%50
%0
%2

Triadic Colors of #877efb

#877efb #fb877e #7efb87

Analogous Colors of #877efb

#877efb #c67efb #7eb4fb

Monochromatic Colors of #877efb

#877efb

Complementary Color

#877efb #f2fb7e

#877efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#877efb Color CSS Codes

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

#877efb Text Font Color

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

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


#877efb Background Color

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

This div background color is #877efb


#877efb Border Color

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

This div border color is #877efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877efb


Comments

No comments written yet.

Please login to write comment.