Color Hex Logo

#878db7 Color Hex

#878DB7
(135,141,183)
0 Favorites   0 Comments

Color spaces of #878db7

RGB 135141183
HSL0.650.250.62
HSV233°26°72°
CMYK 0.260.230.00   0.28
XYZ28.063827.619548.6517
Yxy27.61950.26900.2647
Hunter Lab52.55433.3485-18.0993
CIE-Lab59.54347.3270-22.6534

#878db7 color RGB value is (135,141,183).

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

The process color (four color CMYK) of #878db7 color hex is 0.26, 0.23, 0.00, 0.28. Web safe color of #878db7 is #9999cc. Color #878db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001101 10110111
Octal 207 215 267
Decimal 135 141 183
Hex 87 8D B7

RGB Percentages of Color #878db7

%29.41
%30.72
%39.87

CMYK Percentages of Color #878db7

%26
%23
%0
%28

Triadic Colors of #878db7

#878db7 #b7878d #8db787

Analogous Colors of #878db7

#878db7 #9987b7 #87a5b7

Monochromatic Colors of #878db7

#878db7

Complementary Color

#878db7 #b7b187

#878db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878db7 Color CSS Codes

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

#878db7 Text Font Color

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

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


#878db7 Background Color

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

This div background color is #878db7


#878db7 Border Color

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

This div border color is #878db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878db7


Comments

No comments written yet.

Please login to write comment.