Color Hex Logo

#882229 Color Hex

#882229
(136,34,41)
0 Favorites   0 Comments

Color spaces of #882229

RGB 1363441
HSL0.990.600.33
HSV356°75°53°
CMYK 0.000.750.70   0.47
XYZ11.12566.53842.7735
Yxy6.53840.54440.3199
Hunter Lab25.570332.917111.4683
CIE-Lab30.732143.154721.7262

#882229 color RGB value is (136,34,41).

#882229 hex color red value is 136, green value is 34 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #882229 hue: 0.99 , saturation: 0.60 and the lightness value of 882229 is 0.33.

The process color (four color CMYK) of #882229 color hex is 0.00, 0.75, 0.70, 0.47. Web safe color of #882229 is #993333. Color #882229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 00101001
Octal 210 42 51
Decimal 136 34 41
Hex 88 22 29

RGB Percentages of Color #882229

%64.45
%16.11
%19.43

CMYK Percentages of Color #882229

%0
%75
%70
%47

Triadic Colors of #882229

#882229 #298822 #222988

Analogous Colors of #882229

#882229 #884e22 #88225c

Monochromatic Colors of #882229

#882229

Complementary Color

#882229 #228881

#882229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882229 Color CSS Codes

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

#882229 Text Font Color

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

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


#882229 Background Color

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

This div background color is #882229


#882229 Border Color

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

This div border color is #882229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882229


Comments

No comments written yet.

Please login to write comment.