Color Hex Logo

#882cde Color Hex

#882CDE
(136,44,222)
0 Favorites   0 Comments

Color spaces of #882cde

RGB 13644222
HSL0.750.730.52
HSV271°80°87°
CMYK 0.390.800.00   0.13
XYZ24.238812.309570.2057
Yxy12.30950.22710.1153
Hunter Lab35.084961.9202-94.0812
CIE-Lab41.703968.3507-73.2935

#882cde color RGB value is (136,44,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101100 11011110
Octal 210 54 336
Decimal 136 44 222
Hex 88 2C DE

RGB Percentages of Color #882cde

%33.83
%10.95
%55.22

CMYK Percentages of Color #882cde

%39
%80
%0
%13

Triadic Colors of #882cde

#882cde #de882c #2cde88

Analogous Colors of #882cde

#882cde #de2cdb #2f2cde

Monochromatic Colors of #882cde

#882cde

Complementary Color

#882cde #82de2c

#882cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#882cde Color CSS Codes

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

#882cde Text Font Color

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

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


#882cde Background Color

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

This div background color is #882cde


#882cde Border Color

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

This div border color is #882cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882cde


Comments

No comments written yet.

Please login to write comment.