Color Hex Logo

#82413c Color Hex

#82413C
(130,65,60)
0 Favorites   0 Comments

Color spaces of #82413c

RGB 1306560
HSL0.010.370.37
HSV54°51°
CMYK 0.000.500.54   0.49
XYZ11.91188.85275.3559
Yxy8.85270.45600.3389
Hunter Lab29.753519.393810.1547
CIE-Lab35.699127.375615.8561

#82413c color RGB value is (130,65,60).

#82413c hex color red value is 130, green value is 65 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #82413c hue: 0.01 , saturation: 0.37 and the lightness value of 82413c is 0.37.

The process color (four color CMYK) of #82413c color hex is 0.00, 0.50, 0.54, 0.49. Web safe color of #82413c is #993333. Color #82413c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000001 00111100
Octal 202 101 74
Decimal 130 65 60
Hex 82 41 3C

RGB Percentages of Color #82413c

%50.98
%25.49
%23.53

CMYK Percentages of Color #82413c

%0
%50
%54
%49

Triadic Colors of #82413c

#82413c #3c8241 #413c82

Analogous Colors of #82413c

#82413c #82643c #823c5a

Monochromatic Colors of #82413c

#82413c

Complementary Color

#82413c #3c7d82

#82413c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82413c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82413c Color CSS Codes

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

#82413c Text Font Color

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

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


#82413c Background Color

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

This div background color is #82413c


#82413c Border Color

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

This div border color is #82413c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,65,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82413c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82413c;
  -webkit-box-shadow: 1px 1px 3px 2px #82413c;
  box-shadow:         1px 1px 3px 2px #82413c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82413c


Comments

No comments written yet.

Please login to write comment.