Color Hex Logo

#882acb Color Hex

#882ACB
(136,42,203)
0 Favorites   0 Comments

Color spaces of #882acb

RGB 13642203
HSL0.760.660.48
HSV275°79°80°
CMYK 0.330.790.00   0.20
XYZ21.760811.202057.5152
Yxy11.20200.24050.1238
Hunter Lab33.469457.4840-78.4578
CIE-Lab39.918664.8498-65.2616

#882acb color RGB value is (136,42,203).

#882acb hex color red value is 136, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #882acb hue: 0.76 , saturation: 0.66 and the lightness value of 882acb is 0.48.

The process color (four color CMYK) of #882acb color hex is 0.33, 0.79, 0.00, 0.20. Web safe color of #882acb is #9933cc. Color #882acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101010 11001011
Octal 210 52 313
Decimal 136 42 203
Hex 88 2A CB

RGB Percentages of Color #882acb

%35.70
%11.02
%53.28

CMYK Percentages of Color #882acb

%33
%79
%0
%20

Triadic Colors of #882acb

#882acb #cb882a #2acb88

Analogous Colors of #882acb

#882acb #cb2abe #382acb

Monochromatic Colors of #882acb

#882acb

Complementary Color

#882acb #6dcb2a

#882acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#882acb Color CSS Codes

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

#882acb Text Font Color

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

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


#882acb Background Color

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

This div background color is #882acb


#882acb Border Color

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

This div border color is #882acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882acb


Comments

No comments written yet.

Please login to write comment.