Color Hex Logo

#882046 Color Hex

#882046
(136,32,70)
0 Favorites   0 Comments

Color spaces of #882046

RGB 1363270
HSL0.940.620.33
HSV338°76°53°
CMYK 0.000.760.49   0.47
XYZ11.77536.70956.4688
Yxy6.70950.47190.2689
Hunter Lab25.902735.81593.3251
CIE-Lab31.136246.08393.2292

#882046 color RGB value is (136,32,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100000 01000110
Octal 210 40 106
Decimal 136 32 70
Hex 88 20 46

RGB Percentages of Color #882046

%57.14
%13.45
%29.41

CMYK Percentages of Color #882046

%0
%76
%49
%47

Triadic Colors of #882046

#882046 #468820 #204688

Analogous Colors of #882046

#882046 #882e20 #88207a

Monochromatic Colors of #882046

#882046

Complementary Color

#882046 #208862

#882046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882046 Color CSS Codes

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

#882046 Text Font Color

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

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


#882046 Background Color

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

This div background color is #882046


#882046 Border Color

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

This div border color is #882046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882046


Comments

No comments written yet.

Please login to write comment.