Color Hex Logo

#881aea Color Hex

#881AEA
(136,26,234)
0 Favorites   0 Comments

Color spaces of #881aea

RGB 13626234
HSL0.750.830.51
HSV272°89°92°
CMYK 0.420.890.00   0.08
XYZ25.374011.913578.8041
Yxy11.91350.21860.1026
Hunter Lab34.515970.8194-111.2051
CIE-Lab41.078375.9216-81.1560

#881aea color RGB value is (136,26,234).

#881aea hex color red value is 136, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #881aea hue: 0.75 , saturation: 0.83 and the lightness value of 881aea is 0.51.

The process color (four color CMYK) of #881aea color hex is 0.42, 0.89, 0.00, 0.08. Web safe color of #881aea is #9933ff. Color #881aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011010 11101010
Octal 210 32 352
Decimal 136 26 234
Hex 88 1A EA

RGB Percentages of Color #881aea

%34.34
%6.57
%59.09

CMYK Percentages of Color #881aea

%42
%89
%0
%8

Triadic Colors of #881aea

#881aea #ea881a #1aea88

Analogous Colors of #881aea

#881aea #ea1ae4 #201aea

Monochromatic Colors of #881aea

#881aea

Complementary Color

#881aea #7cea1a

#881aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#881aea Color CSS Codes

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

#881aea Text Font Color

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

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


#881aea Background Color

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

This div background color is #881aea


#881aea Border Color

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

This div border color is #881aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,26,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881aea


Comments

No comments written yet.

Please login to write comment.