Color Hex Logo

#879dba Color Hex

#879DBA
(135,157,186)
0 Favorites   0 Comments

Color spaces of #879dba

RGB 135157186
HSL0.590.270.63
HSV214°27°73°
CMYK 0.270.160.00   0.27
XYZ30.911632.810051.1581
Yxy32.81000.26910.2856
Hunter Lab57.2800-3.9111-12.8573
CIE-Lab64.0068-1.0105-17.5398

#879dba color RGB value is (135,157,186).

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

The process color (four color CMYK) of #879dba color hex is 0.27, 0.16, 0.00, 0.27. Web safe color of #879dba is #9999cc. Color #879dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011101 10111010
Octal 207 235 272
Decimal 135 157 186
Hex 87 9D BA

RGB Percentages of Color #879dba

%28.24
%32.85
%38.91

CMYK Percentages of Color #879dba

%27
%16
%0
%27

Triadic Colors of #879dba

#879dba #ba879d #9dba87

Analogous Colors of #879dba

#879dba #8b87ba #87b7ba

Monochromatic Colors of #879dba

#879dba

Complementary Color

#879dba #baa487

#879dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#879dba Color CSS Codes

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

#879dba Text Font Color

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

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


#879dba Background Color

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

This div background color is #879dba


#879dba Border Color

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

This div border color is #879dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879dba


Comments

No comments written yet.

Please login to write comment.