Color Hex Logo

#878bbf Color Hex

#878BBF
(135,139,191)
0 Favorites   0 Comments

Color spaces of #878bbf

RGB 135139191
HSL0.650.300.64
HSV236°29°75°
CMYK 0.290.270.00   0.25
XYZ28.628327.377753.0658
Yxy27.37770.26250.2510
Hunter Lab52.32376.0977-23.5043
CIE-Lab59.322310.4976-27.5255

#878bbf color RGB value is (135,139,191).

#878bbf hex color red value is 135, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #878bbf hue: 0.65 , saturation: 0.30 and the lightness value of 878bbf is 0.64.

The process color (four color CMYK) of #878bbf color hex is 0.29, 0.27, 0.00, 0.25. Web safe color of #878bbf is #9999cc. Color #878bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001011 10111111
Octal 207 213 277
Decimal 135 139 191
Hex 87 8B BF

RGB Percentages of Color #878bbf

%29.03
%29.89
%41.08

CMYK Percentages of Color #878bbf

%29
%27
%0
%25

Triadic Colors of #878bbf

#878bbf #bf878b #8bbf87

Analogous Colors of #878bbf

#878bbf #9f87bf #87a7bf

Monochromatic Colors of #878bbf

#878bbf

Complementary Color

#878bbf #bfbb87

#878bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#878bbf Color CSS Codes

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

#878bbf Text Font Color

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

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


#878bbf Background Color

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

This div background color is #878bbf


#878bbf Border Color

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

This div border color is #878bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878bbf


Comments

No comments written yet.

Please login to write comment.