Color Hex Logo

#878bae Color Hex

#878BAE
(135,139,174)
1 Favorites   0 Comments

Color spaces of #878bae

RGB 135139174
HSL0.650.190.61
HSV234°22°68°
CMYK 0.220.200.00   0.32
XYZ26.864326.672143.7767
Yxy26.67210.27610.2741
Hunter Lab51.64502.4719-14.1054
CIE-Lab58.66966.2807-18.8722

#878bae color RGB value is (135,139,174).

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

The process color (four color CMYK) of #878bae color hex is 0.22, 0.20, 0.00, 0.32. Web safe color of #878bae is #999999. Color #878bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001011 10101110
Octal 207 213 256
Decimal 135 139 174
Hex 87 8B AE

RGB Percentages of Color #878bae

%30.13
%31.03
%38.84

CMYK Percentages of Color #878bae

%22
%20
%0
%32

Triadic Colors of #878bae

#878bae #ae878b #8bae87

Analogous Colors of #878bae

#878bae #9787ae #879fae

Monochromatic Colors of #878bae

#878bae

Complementary Color

#878bae #aeaa87

#878bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#878bae Color CSS Codes

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

#878bae Text Font Color

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

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


#878bae Background Color

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

This div background color is #878bae


#878bae Border Color

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

This div border color is #878bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878bae


Comments

No comments written yet.

Please login to write comment.