Color Hex Logo

#882584 Color Hex

#882584
(136,37,132)
0 Favorites   0 Comments

Color spaces of #882584

RGB 13637132
HSL0.840.570.34
HSV302°73°53°
CMYK 0.000.730.03   0.47
XYZ14.97988.223322.6275
Yxy8.22330.32690.1794
Hunter Lab28.676343.0605-26.7103
CIE-Lab34.443752.6504-31.4928

#882584 color RGB value is (136,37,132).

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

The process color (four color CMYK) of #882584 color hex is 0.00, 0.73, 0.03, 0.47. Web safe color of #882584 is #993399. Color #882584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100101 10000100
Octal 210 45 204
Decimal 136 37 132
Hex 88 25 84

RGB Percentages of Color #882584

%44.59
%12.13
%43.28

CMYK Percentages of Color #882584

%0
%73
%3
%47

Triadic Colors of #882584

#882584 #848825 #258488

Analogous Colors of #882584

#882584 #882552 #5b2588

Monochromatic Colors of #882584

#882584

Complementary Color

#882584 #258829

#882584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882584 Color CSS Codes

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

#882584 Text Font Color

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

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


#882584 Background Color

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

This div background color is #882584


#882584 Border Color

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

This div border color is #882584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882584


Comments

No comments written yet.

Please login to write comment.