Color Hex Logo

#882aab Color Hex

#882AAB
(136,42,171)
0 Favorites   0 Comments

Color spaces of #882aab

RGB 13642171
HSL0.790.610.42
HSV284°75°67°
CMYK 0.200.750.00   0.33
XYZ18.33209.830439.4593
Yxy9.83040.27110.1454
Hunter Lab31.353549.4983-52.6709
CIE-Lab37.536358.1265-50.2873

#882aab color RGB value is (136,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 10101011
Octal 210 52 253
Decimal 136 42 171
Hex 88 2A AB

RGB Percentages of Color #882aab

%38.97
%12.03
%49.00

CMYK Percentages of Color #882aab

%20
%75
%0
%33

Triadic Colors of #882aab

#882aab #ab882a #2aab88

Analogous Colors of #882aab

#882aab #ab2a8e #482aab

Monochromatic Colors of #882aab

#882aab

Complementary Color

#882aab #4dab2a

#882aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#882aab Color CSS Codes

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

#882aab Text Font Color

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

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


#882aab Background Color

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

This div background color is #882aab


#882aab Border Color

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

This div border color is #882aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882aab


Comments

No comments written yet.

Please login to write comment.