Color Hex Logo

#82444d Color Hex

#82444D
(130,68,77)
0 Favorites   0 Comments

Color spaces of #82444d

RGB 1306877
HSL0.980.310.39
HSV351°48°51°
CMYK 0.000.480.41   0.49
XYZ12.61269.41598.1739
Yxy9.41590.41760.3118
Hunter Lab30.685319.66955.6862
CIE-Lab36.773027.56066.6183

#82444d color RGB value is (130,68,77).

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

The process color (four color CMYK) of #82444d color hex is 0.00, 0.48, 0.41, 0.49. Web safe color of #82444d is #993366. Color #82444d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 01001101
Octal 202 104 115
Decimal 130 68 77
Hex 82 44 4D

RGB Percentages of Color #82444d

%47.27
%24.73
%28.00

CMYK Percentages of Color #82444d

%0
%48
%41
%49

Triadic Colors of #82444d

#82444d #4d8244 #444d82

Analogous Colors of #82444d

#82444d #825a44 #82446c

Monochromatic Colors of #82444d

#82444d

Complementary Color

#82444d #448279

#82444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82444d Color CSS Codes

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

#82444d Text Font Color

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

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


#82444d Background Color

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

This div background color is #82444d


#82444d Border Color

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

This div border color is #82444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82444d


Comments

No comments written yet.

Please login to write comment.