Color Hex Logo

#881caa Color Hex

#881CAA
(136,28,170)
0 Favorites   0 Comments

Color spaces of #881caa

RGB 13628170
HSL0.790.720.39
HSV286°84°67°
CMYK 0.200.840.00   0.33
XYZ17.82438.967038.8216
Yxy8.96700.27170.1367
Hunter Lab29.944953.8459-55.9040
CIE-Lab35.920762.3985-52.3006

#881caa color RGB value is (136,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011100 10101010
Octal 210 34 252
Decimal 136 28 170
Hex 88 1C AA

RGB Percentages of Color #881caa

%40.72
%8.38
%50.90

CMYK Percentages of Color #881caa

%20
%84
%0
%33

Triadic Colors of #881caa

#881caa #aa881c #1caa88

Analogous Colors of #881caa

#881caa #aa1c85 #411caa

Monochromatic Colors of #881caa

#881caa

Complementary Color

#881caa #3eaa1c

#881caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#881caa Color CSS Codes

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

#881caa Text Font Color

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

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


#881caa Background Color

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

This div background color is #881caa


#881caa Border Color

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

This div border color is #881caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881caa


Comments

No comments written yet.

Please login to write comment.