Color Hex Logo

#882c6f Color Hex

#882C6F
(136,44,111)
0 Favorites   0 Comments

Color spaces of #882c6f

RGB 13644111
HSL0.880.510.35
HSV316°68°53°
CMYK 0.000.680.18   0.47
XYZ13.92338.183315.8846
Yxy8.18330.36650.2154
Hunter Lab28.606536.8180-12.8980
CIE-Lab34.361846.4987-18.4549

#882c6f color RGB value is (136,44,111).

#882c6f hex color red value is 136, green value is 44 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #882c6f hue: 0.88 , saturation: 0.51 and the lightness value of 882c6f is 0.35.

The process color (four color CMYK) of #882c6f color hex is 0.00, 0.68, 0.18, 0.47. Web safe color of #882c6f is #993366. Color #882c6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101100 01101111
Octal 210 54 157
Decimal 136 44 111
Hex 88 2C 6F

RGB Percentages of Color #882c6f

%46.74
%15.12
%38.14

CMYK Percentages of Color #882c6f

%0
%68
%18
%47

Triadic Colors of #882c6f

#882c6f #6f882c #2c6f88

Analogous Colors of #882c6f

#882c6f #882c41 #732c88

Monochromatic Colors of #882c6f

#882c6f

Complementary Color

#882c6f #2c8845

#882c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#882c6f Color CSS Codes

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

#882c6f Text Font Color

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

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


#882c6f Background Color

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

This div background color is #882c6f


#882c6f Border Color

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

This div border color is #882c6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882c6f


Comments

No comments written yet.

Please login to write comment.