Color Hex Logo

#882aee Color Hex

#882AEE
(136,42,238)
0 Favorites   0 Comments

Color spaces of #882aee

RGB 13642238
HSL0.750.850.55
HSV269°82°93°
CMYK 0.430.820.00   0.07
XYZ26.413913.063282.0182
Yxy13.06320.21740.1075
Hunter Lab36.143067.2002-109.2447
CIE-Lab42.858372.5886-80.4958

#882aee color RGB value is (136,42,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 11101110
Octal 210 52 356
Decimal 136 42 238
Hex 88 2A EE

RGB Percentages of Color #882aee

%32.69
%10.10
%57.21

CMYK Percentages of Color #882aee

%43
%82
%0
%7

Triadic Colors of #882aee

#882aee #ee882a #2aee88

Analogous Colors of #882aee

#882aee #ea2aee #2a2eee

Monochromatic Colors of #882aee

#882aee

Complementary Color

#882aee #90ee2a

#882aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#882aee Color CSS Codes

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

#882aee Text Font Color

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

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


#882aee Background Color

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

This div background color is #882aee


#882aee Border Color

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

This div border color is #882aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882aee


Comments

No comments written yet.

Please login to write comment.