Color Hex Logo

#877cca Color Hex

#877CCA
(135,124,202)
0 Favorites   0 Comments

Color spaces of #877cca

RGB 135124202
HSL0.690.420.64
HSV248°39°79°
CMYK 0.330.390.00   0.21
XYZ27.860023.830559.0085
Yxy23.83050.25170.2153
Hunter Lab48.816516.4426-37.4971
CIE-Lab55.917722.1472-39.0643

#877cca color RGB value is (135,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111100 11001010
Octal 207 174 312
Decimal 135 124 202
Hex 87 7C CA

RGB Percentages of Color #877cca

%29.28
%26.90
%43.82

CMYK Percentages of Color #877cca

%33
%39
%0
%21

Triadic Colors of #877cca

#877cca #ca877c #7cca87

Analogous Colors of #877cca

#877cca #ae7cca #7c98ca

Monochromatic Colors of #877cca

#877cca

Complementary Color

#877cca #bfca7c

#877cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#877cca Color CSS Codes

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

#877cca Text Font Color

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

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


#877cca Background Color

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

This div background color is #877cca


#877cca Border Color

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

This div border color is #877cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877cca


Comments

No comments written yet.

Please login to write comment.