Color Hex Logo

#878ded Color Hex

#878DED
(135,141,237)
0 Favorites   0 Comments

Color spaces of #878ded

RGB 135141237
HSL0.660.740.73
HSV236°43°93°
CMYK 0.430.410.00   0.07
XYZ34.802630.315184.1379
Yxy30.31510.23320.2031
Hunter Lab55.059216.4754-52.0618
CIE-Lab61.925221.8230-49.1763

#878ded color RGB value is (135,141,237).

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

The process color (four color CMYK) of #878ded color hex is 0.43, 0.41, 0.00, 0.07. Web safe color of #878ded is #9999ff. Color #878ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001101 11101101
Octal 207 215 355
Decimal 135 141 237
Hex 87 8D ED

RGB Percentages of Color #878ded

%26.32
%27.49
%46.20

CMYK Percentages of Color #878ded

%43
%41
%0
%7

Triadic Colors of #878ded

#878ded #ed878d #8ded87

Analogous Colors of #878ded

#878ded #b487ed #87c0ed

Monochromatic Colors of #878ded

#878ded

Complementary Color

#878ded #ede787

#878ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ded Color CSS Codes

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

#878ded Text Font Color

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

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


#878ded Background Color

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

This div background color is #878ded


#878ded Border Color

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

This div border color is #878ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ded


Comments

No comments written yet.

Please login to write comment.