Color Hex Logo

#879efb Color Hex

#879EFB
(135,158,251)
0 Favorites   0 Comments

Color spaces of #879efb

RGB 135158251
HSL0.630.940.76
HSV228°46°98°
CMYK 0.460.370.00   0.02
XYZ39.631136.569796.2367
Yxy36.56970.22980.2121
Hunter Lab60.472911.1530-52.0232
CIE-Lab66.952915.9832-48.9139

#879efb color RGB value is (135,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011110 11111011
Octal 207 236 373
Decimal 135 158 251
Hex 87 9E FB

RGB Percentages of Color #879efb

%24.82
%29.04
%46.14

CMYK Percentages of Color #879efb

%46
%37
%0
%2

Triadic Colors of #879efb

#879efb #fb879e #9efb87

Analogous Colors of #879efb

#879efb #aa87fb #87d8fb

Monochromatic Colors of #879efb

#879efb

Complementary Color

#879efb #fbe487

#879efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#879efb Color CSS Codes

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

#879efb Text Font Color

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

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


#879efb Background Color

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

This div background color is #879efb


#879efb Border Color

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

This div border color is #879efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879efb


Comments

No comments written yet.

Please login to write comment.