Color Hex Logo

#878ffb Color Hex

#878FFB
(135,143,251)
0 Favorites   0 Comments

Color spaces of #878ffb

RGB 135143251
HSL0.660.940.76
HSV236°46°98°
CMYK 0.460.430.00   0.02
XYZ37.226731.760995.4352
Yxy31.76090.22640.1932
Hunter Lab56.356819.2844-60.9525
CIE-Lab63.144824.6854-54.9454

#878ffb color RGB value is (135,143,251).

#878ffb hex color red value is 135, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #878ffb hue: 0.66 , saturation: 0.94 and the lightness value of 878ffb is 0.76.

The process color (four color CMYK) of #878ffb color hex is 0.46, 0.43, 0.00, 0.02. Web safe color of #878ffb is #9999ff. Color #878ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 11111011
Octal 207 217 373
Decimal 135 143 251
Hex 87 8F FB

RGB Percentages of Color #878ffb

%25.52
%27.03
%47.45

CMYK Percentages of Color #878ffb

%46
%43
%0
%2

Triadic Colors of #878ffb

#878ffb #fb878f #8ffb87

Analogous Colors of #878ffb

#878ffb #b987fb #87c9fb

Monochromatic Colors of #878ffb

#878ffb

Complementary Color

#878ffb #fbf387

#878ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ffb Color CSS Codes

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

#878ffb Text Font Color

<p style="color:#878ffb">Text here</p>

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


#878ffb Background Color

<div style="background-color:#878ffb">
Div content here</div>

This div background color is #878ffb


#878ffb Border Color

<div style="border:3px solid #878ffb">
Div here</div>

This div border color is #878ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ffb


Comments

No comments written yet.

Please login to write comment.