Color Hex Logo

#882576 Color Hex

#882576
(136,37,118)
0 Favorites   0 Comments

Color spaces of #882576

RGB 13637118
HSL0.860.570.34
HSV311°73°53°
CMYK 0.000.730.13   0.47
XYZ14.08497.865417.9154
Yxy7.86540.35330.1973
Hunter Lab28.045340.5668-18.2428
CIE-Lab33.701050.3627-23.9023

#882576 color RGB value is (136,37,118).

#882576 hex color red value is 136, green value is 37 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #882576 hue: 0.86 , saturation: 0.57 and the lightness value of 882576 is 0.34.

The process color (four color CMYK) of #882576 color hex is 0.00, 0.73, 0.13, 0.47. Web safe color of #882576 is #993366. Color #882576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100101 01110110
Octal 210 45 166
Decimal 136 37 118
Hex 88 25 76

RGB Percentages of Color #882576

%46.74
%12.71
%40.55

CMYK Percentages of Color #882576

%0
%73
%13
%47

Triadic Colors of #882576

#882576 #768825 #257688

Analogous Colors of #882576

#882576 #882544 #692588

Monochromatic Colors of #882576

#882576

Complementary Color

#882576 #258837

#882576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882576 Color CSS Codes

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

#882576 Text Font Color

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

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


#882576 Background Color

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

This div background color is #882576


#882576 Border Color

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

This div border color is #882576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882576


Comments

No comments written yet.

Please login to write comment.