Color Hex Logo

#882adc Color Hex

#882ADC
(136,42,220)
0 Favorites   0 Comments

Color spaces of #882adc

RGB 13642220
HSL0.750.720.51
HSV272°81°86°
CMYK 0.380.810.00   0.14
XYZ23.899612.057568.7778
Yxy12.05750.22820.1151
Hunter Lab34.723962.0902-93.1292
CIE-Lab41.307468.5737-72.7977

#882adc color RGB value is (136,42,220).

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

The process color (four color CMYK) of #882adc color hex is 0.38, 0.81, 0.00, 0.14. Web safe color of #882adc is #9933cc. Color #882adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 11011100
Octal 210 52 334
Decimal 136 42 220
Hex 88 2A DC

RGB Percentages of Color #882adc

%34.17
%10.55
%55.28

CMYK Percentages of Color #882adc

%38
%81
%0
%14

Triadic Colors of #882adc

#882adc #dc882a #2adc88

Analogous Colors of #882adc

#882adc #dc2ad7 #2f2adc

Monochromatic Colors of #882adc

#882adc

Complementary Color

#882adc #7edc2a

#882adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#882adc Color CSS Codes

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

#882adc Text Font Color

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

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


#882adc Background Color

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

This div background color is #882adc


#882adc Border Color

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

This div border color is #882adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882adc


Comments

No comments written yet.

Please login to write comment.