Color Hex Logo

#877fae Color Hex

#877FAE
(135,127,174)
0 Favorites   0 Comments

Color spaces of #877fae

RGB 135127174
HSL0.700.220.59
HSV250°27°68°
CMYK 0.220.270.00   0.32
XYZ25.221023.385643.2290
Yxy23.38560.27460.2546
Hunter Lab48.35878.4673-19.1497
CIE-Lab55.467313.2516-23.7752

#877fae color RGB value is (135,127,174).

#877fae hex color red value is 135, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #877fae hue: 0.70 , saturation: 0.22 and the lightness value of 877fae is 0.59.

The process color (four color CMYK) of #877fae color hex is 0.22, 0.27, 0.00, 0.32. Web safe color of #877fae is #996699. Color #877fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111111 10101110
Octal 207 177 256
Decimal 135 127 174
Hex 87 7F AE

RGB Percentages of Color #877fae

%30.96
%29.13
%39.91

CMYK Percentages of Color #877fae

%22
%27
%0
%32

Triadic Colors of #877fae

#877fae #ae877f #7fae87

Analogous Colors of #877fae

#877fae #9f7fae #7f8fae

Monochromatic Colors of #877fae

#877fae

Complementary Color

#877fae #a6ae7f

#877fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#877fae Color CSS Codes

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

#877fae Text Font Color

<p style="color:#877fae">Text here</p>

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


#877fae Background Color

<div style="background-color:#877fae">
Div content here</div>

This div background color is #877fae


#877fae Border Color

<div style="border:3px solid #877fae">
Div here</div>

This div border color is #877fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877fae

#877fae Color Palettes


Comments

No comments written yet.

Please login to write comment.