Color Hex Logo

#878aba Color Hex

#878ABA
(135,138,186)
0 Favorites   0 Comments

Color spaces of #878aba

RGB 135138186
HSL0.660.270.63
HSV236°27°73°
CMYK 0.270.260.00   0.27
XYZ27.943126.873050.1686
Yxy26.87300.26620.2560
Hunter Lab51.83925.4991-21.0919
CIE-Lab58.85669.8094-25.4104

#878aba color RGB value is (135,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 10111010
Octal 207 212 272
Decimal 135 138 186
Hex 87 8A BA

RGB Percentages of Color #878aba

%29.41
%30.07
%40.52

CMYK Percentages of Color #878aba

%27
%26
%0
%27

Triadic Colors of #878aba

#878aba #ba878a #8aba87

Analogous Colors of #878aba

#878aba #9e87ba #87a4ba

Monochromatic Colors of #878aba

#878aba

Complementary Color

#878aba #bab787

#878aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#878aba Color CSS Codes

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

#878aba Text Font Color

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

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


#878aba Background Color

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

This div background color is #878aba


#878aba Border Color

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

This div border color is #878aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878aba


Comments

No comments written yet.

Please login to write comment.