Color Hex Logo

#882fac Color Hex

#882FAC
(136,47,172)
0 Favorites   0 Comments

Color spaces of #882fac

RGB 13647172
HSL0.790.570.43
HSV283°73°67°
CMYK 0.210.730.00   0.33
XYZ18.616310.245840.0262
Yxy10.24580.27020.1487
Hunter Lab32.009147.7988-51.7337
CIE-Lab38.280056.4066-49.6847

#882fac color RGB value is (136,47,172).

#882fac hex color red value is 136, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #882fac hue: 0.79 , saturation: 0.57 and the lightness value of 882fac is 0.43.

The process color (four color CMYK) of #882fac color hex is 0.21, 0.73, 0.00, 0.33. Web safe color of #882fac is #993399. Color #882fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101111 10101100
Octal 210 57 254
Decimal 136 47 172
Hex 88 2F AC

RGB Percentages of Color #882fac

%38.31
%13.24
%48.45

CMYK Percentages of Color #882fac

%21
%73
%0
%33

Triadic Colors of #882fac

#882fac #ac882f #2fac88

Analogous Colors of #882fac

#882fac #ac2f92 #492fac

Monochromatic Colors of #882fac

#882fac

Complementary Color

#882fac #53ac2f

#882fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#882fac Color CSS Codes

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

#882fac Text Font Color

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

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


#882fac Background Color

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

This div background color is #882fac


#882fac Border Color

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

This div border color is #882fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882fac


Comments

No comments written yet.

Please login to write comment.