Color Hex Logo

#879edd Color Hex

#879EDD
(135,158,221)
0 Favorites   0 Comments

Color spaces of #879edd

RGB 135158221
HSL0.620.560.70
HSV224°39°87°
CMYK 0.390.290.00   0.13
XYZ35.269734.825173.2696
Yxy34.82510.24600.2429
Hunter Lab59.01283.4103-32.3048
CIE-Lab65.61237.5235-34.5499

#879edd color RGB value is (135,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011110 11011101
Octal 207 236 335
Decimal 135 158 221
Hex 87 9E DD

RGB Percentages of Color #879edd

%26.26
%30.74
%43.00

CMYK Percentages of Color #879edd

%39
%29
%0
%13

Triadic Colors of #879edd

#879edd #dd879e #9edd87

Analogous Colors of #879edd

#879edd #9b87dd #87c9dd

Monochromatic Colors of #879edd

#879edd

Complementary Color

#879edd #ddc687

#879edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#879edd Color CSS Codes

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

#879edd Text Font Color

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

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


#879edd Background Color

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

This div background color is #879edd


#879edd Border Color

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

This div border color is #879edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879edd


Comments

No comments written yet.

Please login to write comment.