Color Hex Logo

#824961 Color Hex

#824961
(130,73,97)
0 Favorites   0 Comments

Color spaces of #824961

RGB 1307397
HSL0.930.280.40
HSV335°44°51°
CMYK 0.000.440.25   0.49
XYZ13.746110.374012.5871
Yxy10.37400.37450.2826
Hunter Lab32.208719.8154-0.6243
CIE-Lab38.505527.5149-3.4534

#824961 color RGB value is (130,73,97).

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

The process color (four color CMYK) of #824961 color hex is 0.00, 0.44, 0.25, 0.49. Web safe color of #824961 is #993366. Color #824961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001001 01100001
Octal 202 111 141
Decimal 130 73 97
Hex 82 49 61

RGB Percentages of Color #824961

%43.33
%24.33
%32.33

CMYK Percentages of Color #824961

%0
%44
%25
%49

Triadic Colors of #824961

#824961 #618249 #496182

Analogous Colors of #824961

#824961 #824e49 #82497e

Monochromatic Colors of #824961

#824961

Complementary Color

#824961 #49826a

#824961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824961 Color CSS Codes

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

#824961 Text Font Color

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

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


#824961 Background Color

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

This div background color is #824961


#824961 Border Color

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

This div border color is #824961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824961


Comments

No comments written yet.

Please login to write comment.