Color Hex Logo

#882caa Color Hex

#882CAA
(136,44,170)
0 Favorites   0 Comments

Color spaces of #882caa

RGB 13644170
HSL0.790.590.42
HSV284°74°67°
CMYK 0.200.740.00   0.33
XYZ18.30979.937938.9834
Yxy9.93790.27230.1478
Hunter Lab31.524448.5068-51.2514
CIE-Lab37.730757.1712-49.3765

#882caa color RGB value is (136,44,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101100 10101010
Octal 210 54 252
Decimal 136 44 170
Hex 88 2C AA

RGB Percentages of Color #882caa

%38.86
%12.57
%48.57

CMYK Percentages of Color #882caa

%20
%74
%0
%33

Triadic Colors of #882caa

#882caa #aa882c #2caa88

Analogous Colors of #882caa

#882caa #aa2c8d #492caa

Monochromatic Colors of #882caa

#882caa

Complementary Color

#882caa #4eaa2c

#882caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#882caa Color CSS Codes

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

#882caa Text Font Color

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

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


#882caa Background Color

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

This div background color is #882caa


#882caa Border Color

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

This div border color is #882caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,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 #882caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882caa


Comments

No comments written yet.

Please login to write comment.