Color Hex Logo

#878efb Color Hex

#878EFB
(135,142,251)
0 Favorites   0 Comments

Color spaces of #878efb

RGB 135142251
HSL0.660.940.76
HSV236°46°98°
CMYK 0.460.430.00   0.02
XYZ37.077331.461995.3854
Yxy31.46190.22620.1919
Hunter Lab56.090919.8333-61.5620
CIE-Lab62.895625.2693-55.3416

#878efb color RGB value is (135,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001110 11111011
Octal 207 216 373
Decimal 135 142 251
Hex 87 8E FB

RGB Percentages of Color #878efb

%25.57
%26.89
%47.54

CMYK Percentages of Color #878efb

%46
%43
%0
%2

Triadic Colors of #878efb

#878efb #fb878e #8efb87

Analogous Colors of #878efb

#878efb #ba87fb #87c8fb

Monochromatic Colors of #878efb

#878efb

Complementary Color

#878efb #fbf487

#878efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878efb Color CSS Codes

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

#878efb Text Font Color

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

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


#878efb Background Color

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

This div background color is #878efb


#878efb Border Color

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

This div border color is #878efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878efb


Comments

No comments written yet.

Please login to write comment.