Color Hex Logo

#879efa Color Hex

#879EFA
(135,158,250)
0 Favorites   0 Comments

Color spaces of #879efa

RGB 135158250
HSL0.630.920.75
HSV228°46°98°
CMYK 0.460.370.00   0.02
XYZ39.473936.506795.4085
Yxy36.50670.23030.2130
Hunter Lab60.420810.8807-51.3284
CIE-Lab66.905315.6941-48.4439

#879efa color RGB value is (135,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011110 11111010
Octal 207 236 372
Decimal 135 158 250
Hex 87 9E FA

RGB Percentages of Color #879efa

%24.86
%29.10
%46.04

CMYK Percentages of Color #879efa

%46
%37
%0
%2

Triadic Colors of #879efa

#879efa #fa879e #9efa87

Analogous Colors of #879efa

#879efa #aa87fa #87d8fa

Monochromatic Colors of #879efa

#879efa

Complementary Color

#879efa #fae387

#879efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#879efa Color CSS Codes

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

#879efa Text Font Color

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

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


#879efa Background Color

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

This div background color is #879efa


#879efa Border Color

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

This div border color is #879efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,158,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #879efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879efa


Comments

No comments written yet.

Please login to write comment.