Color Hex Logo

#822449 Color Hex

#822449
(130,36,73)
0 Favorites   0 Comments

Color spaces of #822449

RGB 1303673
HSL0.930.570.33
HSV336°72°51°
CMYK 0.000.720.44   0.49
XYZ11.03946.48866.9739
Yxy6.48860.45060.2648
Hunter Lab25.472732.78121.5986
CIE-Lab30.613143.03400.3469

#822449 color RGB value is (130,36,73).

#822449 hex color red value is 130, green value is 36 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #822449 hue: 0.93 , saturation: 0.57 and the lightness value of 822449 is 0.33.

The process color (four color CMYK) of #822449 color hex is 0.00, 0.72, 0.44, 0.49. Web safe color of #822449 is #993333. Color #822449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100100 01001001
Octal 202 44 111
Decimal 130 36 73
Hex 82 24 49

RGB Percentages of Color #822449

%54.39
%15.06
%30.54

CMYK Percentages of Color #822449

%0
%72
%44
%49

Triadic Colors of #822449

#822449 #498224 #244982

Analogous Colors of #822449

#822449 #822e24 #822478

Monochromatic Colors of #822449

#822449

Complementary Color

#822449 #24825d

#822449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822449 Color CSS Codes

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

#822449 Text Font Color

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

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


#822449 Background Color

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

This div background color is #822449


#822449 Border Color

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

This div border color is #822449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,36,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #822449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #822449;
  -webkit-box-shadow: 1px 1px 3px 2px #822449;
  box-shadow:         1px 1px 3px 2px #822449; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,36,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822449

#822449 Color Palettes


Comments

No comments written yet.

Please login to write comment.