Color Hex Logo

#882040 Color Hex

#882040
(136,32,64)
0 Favorites   0 Comments

Color spaces of #882040

RGB 1363264
HSL0.950.620.33
HSV342°76°53°
CMYK 0.000.760.53   0.47
XYZ11.59536.63745.5205
Yxy6.63740.48820.2794
Hunter Lab25.763235.25255.3296
CIE-Lab30.966845.53776.9537

#882040 color RGB value is (136,32,64).

#882040 hex color red value is 136, green value is 32 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #882040 hue: 0.95 , saturation: 0.62 and the lightness value of 882040 is 0.33.

The process color (four color CMYK) of #882040 color hex is 0.00, 0.76, 0.53, 0.47. Web safe color of #882040 is #993333. Color #882040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100000 01000000
Octal 210 40 100
Decimal 136 32 64
Hex 88 20 40

RGB Percentages of Color #882040

%58.62
%13.79
%27.59

CMYK Percentages of Color #882040

%0
%76
%53
%47

Triadic Colors of #882040

#882040 #408820 #204088

Analogous Colors of #882040

#882040 #883420 #882074

Monochromatic Colors of #882040

#882040

Complementary Color

#882040 #208868

#882040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882040 Color CSS Codes

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

#882040 Text Font Color

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

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


#882040 Background Color

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

This div background color is #882040


#882040 Border Color

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

This div border color is #882040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882040


Comments

No comments written yet.

Please login to write comment.