Color Hex Logo

#881eaa Color Hex

#881EAA
(136,30,170)
0 Favorites   0 Comments

Color spaces of #881eaa

RGB 13630170
HSL0.790.700.39
HSV285°82°67°
CMYK 0.200.820.00   0.33
XYZ17.87339.065138.8379
Yxy9.06510.27170.1378
Hunter Lab30.108353.2741-55.4047
CIE-Lab36.109361.8474-51.9952

#881eaa color RGB value is (136,30,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011110 10101010
Octal 210 36 252
Decimal 136 30 170
Hex 88 1E AA

RGB Percentages of Color #881eaa

%40.48
%8.93
%50.60

CMYK Percentages of Color #881eaa

%20
%82
%0
%33

Triadic Colors of #881eaa

#881eaa #aa881e #1eaa88

Analogous Colors of #881eaa

#881eaa #aa1e86 #421eaa

Monochromatic Colors of #881eaa

#881eaa

Complementary Color

#881eaa #40aa1e

#881eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#881eaa Color CSS Codes

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

#881eaa Text Font Color

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

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


#881eaa Background Color

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

This div background color is #881eaa


#881eaa Border Color

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

This div border color is #881eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881eaa


Comments

No comments written yet.

Please login to write comment.