Color Hex Logo

#877cfb Color Hex

#877CFB
(135,124,251)
0 Favorites   0 Comments

Color spaces of #877cfb

RGB 135124251
HSL0.680.940.74
HSV245°51°98°
CMYK 0.460.510.00   0.02
XYZ34.611926.531294.5636
Yxy26.53120.22230.1704
Hunter Lab51.508429.8061-72.7937
CIE-Lab58.537935.7688-62.3038

#877cfb color RGB value is (135,124,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111100 11111011
Octal 207 174 373
Decimal 135 124 251
Hex 87 7C FB

RGB Percentages of Color #877cfb

%26.47
%24.31
%49.22

CMYK Percentages of Color #877cfb

%46
%51
%0
%2

Triadic Colors of #877cfb

#877cfb #fb877c #7cfb87

Analogous Colors of #877cfb

#877cfb #c77cfb #7cb1fb

Monochromatic Colors of #877cfb

#877cfb

Complementary Color

#877cfb #f0fb7c

#877cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#877cfb Color CSS Codes

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

#877cfb Text Font Color

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

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


#877cfb Background Color

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

This div background color is #877cfb


#877cfb Border Color

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

This div border color is #877cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.