Color Hex Logo

#882979 Color Hex

#882979
(136,41,121)
0 Favorites   0 Comments

Color spaces of #882979

RGB 13641121
HSL0.860.540.35
HSV309°70°53°
CMYK 0.000.700.11   0.47
XYZ14.39758.200618.9132
Yxy8.20060.34680.1976
Hunter Lab28.636739.6292-19.1126
CIE-Lab34.397249.3048-24.6999

#882979 color RGB value is (136,41,121).

#882979 hex color red value is 136, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #882979 hue: 0.86 , saturation: 0.54 and the lightness value of 882979 is 0.35.

The process color (four color CMYK) of #882979 color hex is 0.00, 0.70, 0.11, 0.47. Web safe color of #882979 is #993366. Color #882979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101001 01111001
Octal 210 51 171
Decimal 136 41 121
Hex 88 29 79

RGB Percentages of Color #882979

%45.64
%13.76
%40.60

CMYK Percentages of Color #882979

%0
%70
%11
%47

Triadic Colors of #882979

#882979 #798829 #297988

Analogous Colors of #882979

#882979 #88294a #682988

Monochromatic Colors of #882979

#882979

Complementary Color

#882979 #298838

#882979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882979 Color CSS Codes

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

#882979 Text Font Color

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

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


#882979 Background Color

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

This div background color is #882979


#882979 Border Color

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

This div border color is #882979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,41,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #882979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #882979;
  -webkit-box-shadow: 1px 1px 3px 2px #882979;
  box-shadow:         1px 1px 3px 2px #882979; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882979


Comments

No comments written yet.

Please login to write comment.