Color Hex Logo

#878dda Color Hex

#878DDA
(135,141,218)
0 Favorites   0 Comments

Color spaces of #878dda

RGB 135141218
HSL0.650.530.69
HSV236°38°85°
CMYK 0.380.350.00   0.15
XYZ32.171429.262670.2823
Yxy29.26260.24420.2222
Hunter Lab54.094911.4917-39.1655
CIE-Lab61.012716.5041-40.0652

#878dda color RGB value is (135,141,218).

#878dda hex color red value is 135, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #878dda hue: 0.65 , saturation: 0.53 and the lightness value of 878dda is 0.69.

The process color (four color CMYK) of #878dda color hex is 0.38, 0.35, 0.00, 0.15. Web safe color of #878dda is #9999cc. Color #878dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001101 11011010
Octal 207 215 332
Decimal 135 141 218
Hex 87 8D DA

RGB Percentages of Color #878dda

%27.33
%28.54
%44.13

CMYK Percentages of Color #878dda

%38
%35
%0
%15

Triadic Colors of #878dda

#878dda #da878d #8dda87

Analogous Colors of #878dda

#878dda #ab87da #87b7da

Monochromatic Colors of #878dda

#878dda

Complementary Color

#878dda #dad487

#878dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#878dda Color CSS Codes

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

#878dda Text Font Color

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

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


#878dda Background Color

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

This div background color is #878dda


#878dda Border Color

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

This div border color is #878dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878dda


Comments

No comments written yet.

Please login to write comment.