Color Hex Logo

#879dfa Color Hex

#879DFA
(135,157,250)
0 Favorites   0 Comments

Color spaces of #879dfa

RGB 135157250
HSL0.630.920.75
HSV229°46°98°
CMYK 0.460.370.00   0.02
XYZ39.304036.167095.3519
Yxy36.16700.23010.2117
Hunter Lab60.139011.4159-51.9085
CIE-Lab66.647316.2700-48.8508

#879dfa color RGB value is (135,157,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011101 11111010
Octal 207 235 372
Decimal 135 157 250
Hex 87 9D FA

RGB Percentages of Color #879dfa

%24.91
%28.97
%46.13

CMYK Percentages of Color #879dfa

%46
%37
%0
%2

Triadic Colors of #879dfa

#879dfa #fa879d #9dfa87

Analogous Colors of #879dfa

#879dfa #ab87fa #87d7fa

Monochromatic Colors of #879dfa

#879dfa

Complementary Color

#879dfa #fae487

#879dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#879dfa Color CSS Codes

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

#879dfa Text Font Color

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

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


#879dfa Background Color

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

This div background color is #879dfa


#879dfa Border Color

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

This div border color is #879dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.