Color Hex Logo

#882aea Color Hex

#882AEA
(136,42,234)
0 Favorites   0 Comments

Color spaces of #882aea

RGB 13642234
HSL0.750.820.54
HSV269°82°92°
CMYK 0.420.820.00   0.08
XYZ25.832612.830778.9569
Yxy12.83070.21960.1091
Hunter Lab35.820066.0455-105.6172
CIE-Lab42.507071.6913-78.8087

#882aea color RGB value is (136,42,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 11101010
Octal 210 52 352
Decimal 136 42 234
Hex 88 2A EA

RGB Percentages of Color #882aea

%33.01
%10.19
%56.80

CMYK Percentages of Color #882aea

%42
%82
%0
%8

Triadic Colors of #882aea

#882aea #ea882a #2aea88

Analogous Colors of #882aea

#882aea #e82aea #2a2cea

Monochromatic Colors of #882aea

#882aea

Complementary Color

#882aea #8cea2a

#882aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#882aea Color CSS Codes

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

#882aea Text Font Color

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

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


#882aea Background Color

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

This div background color is #882aea


#882aea Border Color

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

This div border color is #882aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882aea


Comments

No comments written yet.

Please login to write comment.