Color Hex Logo

#879ddb Color Hex

#879DDB
(135,157,219)
0 Favorites   0 Comments

Color spaces of #879ddb

RGB 135157219
HSL0.620.540.69
HSV224°38°86°
CMYK 0.380.280.00   0.14
XYZ34.834834.379371.8177
Yxy34.37930.24700.2438
Hunter Lab58.63393.4389-31.5777
CIE-Lab65.26257.5480-33.9875

#879ddb color RGB value is (135,157,219).

#879ddb hex color red value is 135, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #879ddb hue: 0.62 , saturation: 0.54 and the lightness value of 879ddb is 0.69.

The process color (four color CMYK) of #879ddb color hex is 0.38, 0.28, 0.00, 0.14. Web safe color of #879ddb is #9999cc. Color #879ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011101 11011011
Octal 207 235 333
Decimal 135 157 219
Hex 87 9D DB

RGB Percentages of Color #879ddb

%26.42
%30.72
%42.86

CMYK Percentages of Color #879ddb

%38
%28
%0
%14

Triadic Colors of #879ddb

#879ddb #db879d #9ddb87

Analogous Colors of #879ddb

#879ddb #9b87db #87c7db

Monochromatic Colors of #879ddb

#879ddb

Complementary Color

#879ddb #dbc587

#879ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#879ddb Color CSS Codes

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

#879ddb Text Font Color

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

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


#879ddb Background Color

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

This div background color is #879ddb


#879ddb Border Color

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

This div border color is #879ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879ddb


Comments

No comments written yet.

Please login to write comment.