Color Hex Logo

#877acf Color Hex

#877ACF
(135,122,207)
0 Favorites   0 Comments

Color spaces of #877acf

RGB 135122207
HSL0.690.470.65
HSV249°41°81°
CMYK 0.350.410.00   0.19
XYZ28.213723.575062.0949
Yxy23.57500.24770.2070
Hunter Lab48.554118.7527-41.8370
CIE-Lab55.659724.6587-42.3037

#877acf color RGB value is (135,122,207).

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

The process color (four color CMYK) of #877acf color hex is 0.35, 0.41, 0.00, 0.19. Web safe color of #877acf is #9966cc. Color #877acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 11001111
Octal 207 172 317
Decimal 135 122 207
Hex 87 7A CF

RGB Percentages of Color #877acf

%29.09
%26.29
%44.61

CMYK Percentages of Color #877acf

%35
%41
%0
%19

Triadic Colors of #877acf

#877acf #cf877a #7acf87

Analogous Colors of #877acf

#877acf #b27acf #7a98cf

Monochromatic Colors of #877acf

#877acf

Complementary Color

#877acf #c2cf7a

#877acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#877acf Color CSS Codes

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

#877acf Text Font Color

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

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


#877acf Background Color

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

This div background color is #877acf


#877acf Border Color

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

This div border color is #877acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877acf


Comments

No comments written yet.

Please login to write comment.