Color Hex Logo

#877aca Color Hex

#877ACA
(135,122,202)
0 Favorites   0 Comments

Color spaces of #877aca

RGB 135122202
HSL0.690.430.64
HSV250°40°79°
CMYK 0.330.400.00   0.21
XYZ27.611923.334258.9258
Yxy23.33420.25130.2124
Hunter Lab48.305517.4978-38.5115
CIE-Lab55.414923.3254-39.8549

#877aca color RGB value is (135,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 11001010
Octal 207 172 312
Decimal 135 122 202
Hex 87 7A CA

RGB Percentages of Color #877aca

%29.41
%26.58
%44.01

CMYK Percentages of Color #877aca

%33
%40
%0
%21

Triadic Colors of #877aca

#877aca #ca877a #7aca87

Analogous Colors of #877aca

#877aca #af7aca #7a95ca

Monochromatic Colors of #877aca

#877aca

Complementary Color

#877aca #bdca7a

#877aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#877aca Color CSS Codes

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

#877aca Text Font Color

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

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


#877aca Background Color

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

This div background color is #877aca


#877aca Border Color

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

This div border color is #877aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877aca


Comments

No comments written yet.

Please login to write comment.