Color Hex Logo

#877acb Color Hex

#877ACB
(135,122,203)
0 Favorites   0 Comments

Color spaces of #877acb

RGB 135122203
HSL0.690.440.64
HSV250°40°80°
CMYK 0.330.400.00   0.20
XYZ27.730723.381859.5515
Yxy23.38180.25060.2113
Hunter Lab48.354717.7462-39.1706
CIE-Lab55.463423.5905-40.3461

#877acb color RGB value is (135,122,203).

#877acb hex color red value is 135, green value is 122 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #877acb hue: 0.69 , saturation: 0.44 and the lightness value of 877acb is 0.64.

The process color (four color CMYK) of #877acb color hex is 0.33, 0.40, 0.00, 0.20. Web safe color of #877acb is #9966cc. Color #877acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 11001011
Octal 207 172 313
Decimal 135 122 203
Hex 87 7A CB

RGB Percentages of Color #877acb

%29.35
%26.52
%44.13

CMYK Percentages of Color #877acb

%33
%40
%0
%20

Triadic Colors of #877acb

#877acb #cb877a #7acb87

Analogous Colors of #877acb

#877acb #b07acb #7a96cb

Monochromatic Colors of #877acb

#877acb

Complementary Color

#877acb #becb7a

#877acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#877acb Color CSS Codes

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

#877acb Text Font Color

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

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


#877acb Background Color

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

This div background color is #877acb


#877acb Border Color

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

This div border color is #877acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877acb


Comments

No comments written yet.

Please login to write comment.