Color Hex Logo

#882aaa Color Hex

#882AAA
(136,42,170)
0 Favorites   0 Comments

Color spaces of #882aaa

RGB 13642170
HSL0.790.600.42
HSV284°75°67°
CMYK 0.200.750.00   0.33
XYZ18.23709.792438.9591
Yxy9.79240.27220.1462
Hunter Lab31.292849.2648-51.9102
CIE-Lab37.467257.9243-49.8014

#882aaa color RGB value is (136,42,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 10101010
Octal 210 52 252
Decimal 136 42 170
Hex 88 2A AA

RGB Percentages of Color #882aaa

%39.08
%12.07
%48.85

CMYK Percentages of Color #882aaa

%20
%75
%0
%33

Triadic Colors of #882aaa

#882aaa #aa882a #2aaa88

Analogous Colors of #882aaa

#882aaa #aa2a8c #482aaa

Monochromatic Colors of #882aaa

#882aaa

Complementary Color

#882aaa #4caa2a

#882aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#882aaa Color CSS Codes

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

#882aaa Text Font Color

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

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


#882aaa Background Color

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

This div background color is #882aaa


#882aaa Border Color

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

This div border color is #882aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882aaa


Comments

No comments written yet.

Please login to write comment.