Color Hex Logo

#82444a Color Hex

#82444A
(130,68,74)
0 Favorites   0 Comments

Color spaces of #82444a

RGB 1306874
HSL0.980.310.39
HSV354°48°51°
CMYK 0.000.480.43   0.49
XYZ12.50919.37457.6287
Yxy9.37450.42390.3176
Hunter Lab30.617819.34626.6598
CIE-Lab36.695627.19498.4039

#82444a color RGB value is (130,68,74).

#82444a hex color red value is 130, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #82444a hue: 0.98 , saturation: 0.31 and the lightness value of 82444a is 0.39.

The process color (four color CMYK) of #82444a color hex is 0.00, 0.48, 0.43, 0.49. Web safe color of #82444a is #993333. Color #82444a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 01001010
Octal 202 104 112
Decimal 130 68 74
Hex 82 44 4A

RGB Percentages of Color #82444a

%47.79
%25.00
%27.21

CMYK Percentages of Color #82444a

%0
%48
%43
%49

Triadic Colors of #82444a

#82444a #4a8244 #444a82

Analogous Colors of #82444a

#82444a #825d44 #824469

Monochromatic Colors of #82444a

#82444a

Complementary Color

#82444a #44827c

#82444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82444a Color CSS Codes

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

#82444a Text Font Color

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

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


#82444a Background Color

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

This div background color is #82444a


#82444a Border Color

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

This div border color is #82444a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,68,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82444a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82444a;
  -webkit-box-shadow: 1px 1px 3px 2px #82444a;
  box-shadow:         1px 1px 3px 2px #82444a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82444a


Comments

No comments written yet.

Please login to write comment.