Color Hex Logo

#878dde Color Hex

#878DDE
(135,141,222)
0 Favorites   0 Comments

Color spaces of #878dde

RGB 135141222
HSL0.660.570.70
HSV236°39°87°
CMYK 0.390.360.00   0.13
XYZ32.701429.474673.0729
Yxy29.47460.24180.2179
Hunter Lab54.290512.5095-41.7987
CIE-Lab61.198217.6075-42.0034

#878dde color RGB value is (135,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001101 11011110
Octal 207 215 336
Decimal 135 141 222
Hex 87 8D DE

RGB Percentages of Color #878dde

%27.11
%28.31
%44.58

CMYK Percentages of Color #878dde

%39
%36
%0
%13

Triadic Colors of #878dde

#878dde #de878d #8dde87

Analogous Colors of #878dde

#878dde #ad87de #87b9de

Monochromatic Colors of #878dde

#878dde

Complementary Color

#878dde #ded887

#878dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#878dde Color CSS Codes

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

#878dde Text Font Color

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

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


#878dde Background Color

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

This div background color is #878dde


#878dde Border Color

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

This div border color is #878dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878dde


Comments

No comments written yet.

Please login to write comment.