Color Hex Logo

#872caa Color Hex

#872CAA
(135,44,170)
0 Favorites   0 Comments

Color spaces of #872caa

RGB 13544170
HSL0.790.590.42
HSV283°74°67°
CMYK 0.210.740.00   0.33
XYZ18.14819.854538.9758
Yxy9.85450.27100.1471
Hunter Lab31.391948.2577-51.6395
CIE-Lab37.580056.9688-49.6272

#872caa color RGB value is (135,44,170).

#872caa hex color red value is 135, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #872caa hue: 0.79 , saturation: 0.59 and the lightness value of 872caa is 0.42.

The process color (four color CMYK) of #872caa color hex is 0.21, 0.74, 0.00, 0.33. Web safe color of #872caa is #993399. Color #872caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101100 10101010
Octal 207 54 252
Decimal 135 44 170
Hex 87 2C AA

RGB Percentages of Color #872caa

%38.68
%12.61
%48.71

CMYK Percentages of Color #872caa

%21
%74
%0
%33

Triadic Colors of #872caa

#872caa #aa872c #2caa87

Analogous Colors of #872caa

#872caa #aa2c8e #482caa

Monochromatic Colors of #872caa

#872caa

Complementary Color

#872caa #4faa2c

#872caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#872caa Color CSS Codes

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

#872caa Text Font Color

<p style="color:#872caa">Text here</p>

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


#872caa Background Color

<div style="background-color:#872caa">
Div content here</div>

This div background color is #872caa


#872caa Border Color

<div style="border:3px solid #872caa">
Div here</div>

This div border color is #872caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,44,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #872caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #872caa;
  -webkit-box-shadow: 1px 1px 3px 2px #872caa;
  box-shadow:         1px 1px 3px 2px #872caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872caa


Comments

No comments written yet.

Please login to write comment.