Color Hex Logo

#882eee Color Hex

#882EEE
(136,46,238)
0 Favorites   0 Comments

Color spaces of #882eee

RGB 13646238
HSL0.740.850.56
HSV268°81°93°
CMYK 0.430.810.00   0.07
XYZ26.563013.361382.0679
Yxy13.36130.21770.1095
Hunter Lab36.553165.7473-107.5289
CIE-Lab43.302771.2860-79.7665

#882eee color RGB value is (136,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101110 11101110
Octal 210 56 356
Decimal 136 46 238
Hex 88 2E EE

RGB Percentages of Color #882eee

%32.38
%10.95
%56.67

CMYK Percentages of Color #882eee

%43
%81
%0
%7

Triadic Colors of #882eee

#882eee #ee882e #2eee88

Analogous Colors of #882eee

#882eee #e82eee #2e34ee

Monochromatic Colors of #882eee

#882eee

Complementary Color

#882eee #94ee2e

#882eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#882eee Color CSS Codes

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

#882eee Text Font Color

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

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


#882eee Background Color

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

This div background color is #882eee


#882eee Border Color

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

This div border color is #882eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882eee


Comments

No comments written yet.

Please login to write comment.