Color Hex Logo

#878abf Color Hex

#878ABF
(135,138,191)
0 Favorites   0 Comments

Color spaces of #878abf

RGB 135138191
HSL0.660.300.64
HSV237°29°75°
CMYK 0.290.280.00   0.25
XYZ28.484127.089453.0177
Yxy27.08940.26230.2495
Hunter Lab52.04756.6049-23.9620
CIE-Lab59.057011.0776-27.9354

#878abf color RGB value is (135,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 10111111
Octal 207 212 277
Decimal 135 138 191
Hex 87 8A BF

RGB Percentages of Color #878abf

%29.09
%29.74
%41.16

CMYK Percentages of Color #878abf

%29
%28
%0
%25

Triadic Colors of #878abf

#878abf #bf878a #8abf87

Analogous Colors of #878abf

#878abf #a087bf #87a6bf

Monochromatic Colors of #878abf

#878abf

Complementary Color

#878abf #bfbc87

#878abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#878abf Color CSS Codes

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

#878abf Text Font Color

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

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


#878abf Background Color

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

This div background color is #878abf


#878abf Border Color

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

This div border color is #878abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878abf


Comments

No comments written yet.

Please login to write comment.