Color Hex Logo

#882ce1 Color Hex

#882CE1
(136,44,225)
0 Favorites   0 Comments

Color spaces of #882ce1

RGB 13644225
HSL0.750.750.53
HSV270°80°88°
CMYK 0.400.800.00   0.12
XYZ24.644612.471872.3426
Yxy12.47180.22510.1139
Hunter Lab35.315462.7628-96.7330
CIE-Lab41.956469.0220-74.5937

#882ce1 color RGB value is (136,44,225).

#882ce1 hex color red value is 136, green value is 44 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #882ce1 hue: 0.75 , saturation: 0.75 and the lightness value of 882ce1 is 0.53.

The process color (four color CMYK) of #882ce1 color hex is 0.40, 0.80, 0.00, 0.12. Web safe color of #882ce1 is #9933cc. Color #882ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101100 11100001
Octal 210 54 341
Decimal 136 44 225
Hex 88 2C E1

RGB Percentages of Color #882ce1

%33.58
%10.86
%55.56

CMYK Percentages of Color #882ce1

%40
%80
%0
%12

Triadic Colors of #882ce1

#882ce1 #e1882c #2ce188

Analogous Colors of #882ce1

#882ce1 #e12ce0 #2d2ce1

Monochromatic Colors of #882ce1

#882ce1

Complementary Color

#882ce1 #85e12c

#882ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882ce1 Color CSS Codes

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

#882ce1 Text Font Color

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

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


#882ce1 Background Color

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

This div background color is #882ce1


#882ce1 Border Color

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

This div border color is #882ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882ce1


Comments

No comments written yet.

Please login to write comment.