Color Hex Logo

#878abe Color Hex

#878ABE
(135,138,190)
0 Favorites   0 Comments

Color spaces of #878abe

RGB 135138190
HSL0.660.300.64
HSV237°29°75°
CMYK 0.290.270.00   0.25
XYZ28.374427.045652.4400
Yxy27.04560.26310.2507
Hunter Lab52.00546.3811-23.3817
CIE-Lab59.016510.8219-27.4316

#878abe color RGB value is (135,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 10111110
Octal 207 212 276
Decimal 135 138 190
Hex 87 8A BE

RGB Percentages of Color #878abe

%29.16
%29.81
%41.04

CMYK Percentages of Color #878abe

%29
%27
%0
%25

Triadic Colors of #878abe

#878abe #be878a #8abe87

Analogous Colors of #878abe

#878abe #a087be #87a6be

Monochromatic Colors of #878abe

#878abe

Complementary Color

#878abe #bebb87

#878abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#878abe Color CSS Codes

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

#878abe Text Font Color

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

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


#878abe Background Color

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

This div background color is #878abe


#878abe Border Color

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

This div border color is #878abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878abe


Comments

No comments written yet.

Please login to write comment.