Color Hex Logo

#878bde Color Hex

#878BDE
(135,139,222)
0 Favorites   0 Comments

Color spaces of #878bde

RGB 135139222
HSL0.660.570.70
HSV237°39°87°
CMYK 0.390.370.00   0.13
XYZ32.409128.890172.9754
Yxy28.89010.24140.2152
Hunter Lab53.749513.5677-42.8730
CIE-Lab60.684518.7748-42.8111

#878bde color RGB value is (135,139,222).

#878bde hex color red value is 135, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #878bde hue: 0.66 , saturation: 0.57 and the lightness value of 878bde is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001011 11011110
Octal 207 213 336
Decimal 135 139 222
Hex 87 8B DE

RGB Percentages of Color #878bde

%27.22
%28.02
%44.76

CMYK Percentages of Color #878bde

%39
%37
%0
%13

Triadic Colors of #878bde

#878bde #de878b #8bde87

Analogous Colors of #878bde

#878bde #af87de #87b7de

Monochromatic Colors of #878bde

#878bde

Complementary Color

#878bde #deda87

#878bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#878bde Color CSS Codes

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

#878bde Text Font Color

<p style="color:#878bde">Text here</p>

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


#878bde Background Color

<div style="background-color:#878bde">
Div content here</div>

This div background color is #878bde


#878bde Border Color

<div style="border:3px solid #878bde">
Div here</div>

This div border color is #878bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,139,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #878bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #878bde;
  -webkit-box-shadow: 1px 1px 3px 2px #878bde;
  box-shadow:         1px 1px 3px 2px #878bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878bde


Comments

No comments written yet.

Please login to write comment.