Color Hex Logo

#879bdd Color Hex

#879BDD
(135,155,221)
0 Favorites   0 Comments

Color spaces of #879bdd

RGB 135155221
HSL0.630.560.70
HSV226°39°87°
CMYK 0.390.300.00   0.13
XYZ34.764233.814073.1011
Yxy33.81400.24540.2387
Hunter Lab58.14984.9520-33.8296
CIE-Lab64.81479.2366-35.7906

#879bdd color RGB value is (135,155,221).

#879bdd hex color red value is 135, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #879bdd hue: 0.63 , saturation: 0.56 and the lightness value of 879bdd is 0.70.

The process color (four color CMYK) of #879bdd color hex is 0.39, 0.30, 0.00, 0.13. Web safe color of #879bdd is #9999cc. Color #879bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011011 11011101
Octal 207 233 335
Decimal 135 155 221
Hex 87 9B DD

RGB Percentages of Color #879bdd

%26.42
%30.33
%43.25

CMYK Percentages of Color #879bdd

%39
%30
%0
%13

Triadic Colors of #879bdd

#879bdd #dd879b #9bdd87

Analogous Colors of #879bdd

#879bdd #9e87dd #87c6dd

Monochromatic Colors of #879bdd

#879bdd

Complementary Color

#879bdd #ddc987

#879bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#879bdd Color CSS Codes

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

#879bdd Text Font Color

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

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


#879bdd Background Color

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

This div background color is #879bdd


#879bdd Border Color

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

This div border color is #879bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879bdd


Comments

No comments written yet.

Please login to write comment.