Color Hex Logo

#877bfb Color Hex

#877BFB
(135,123,251)
0 Favorites   0 Comments

Color spaces of #877bfb

RGB 135123251
HSL0.680.940.73
HSV246°51°98°
CMYK 0.460.510.00   0.02
XYZ34.487226.281894.5220
Yxy26.28180.22210.1692
Hunter Lab51.265830.3643-73.4307
CIE-Lab58.303636.3494-62.6798

#877bfb color RGB value is (135,123,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111011 11111011
Octal 207 173 373
Decimal 135 123 251
Hex 87 7B FB

RGB Percentages of Color #877bfb

%26.52
%24.17
%49.31

CMYK Percentages of Color #877bfb

%46
%51
%0
%2

Triadic Colors of #877bfb

#877bfb #fb877b #7bfb87

Analogous Colors of #877bfb

#877bfb #c77bfb #7baffb

Monochromatic Colors of #877bfb

#877bfb

Complementary Color

#877bfb #effb7b

#877bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#877bfb Color CSS Codes

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

#877bfb Text Font Color

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

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


#877bfb Background Color

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

This div background color is #877bfb


#877bfb Border Color

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

This div border color is #877bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877bfb


Comments

No comments written yet.

Please login to write comment.