Color Hex Logo

#824d64 Color Hex

#824D64
(130,77,100)
0 Favorites   0 Comments

Color spaces of #824d64

RGB 13077100
HSL0.930.260.41
HSV334°41°51°
CMYK 0.000.410.23   0.49
XYZ14.160010.973713.4284
Yxy10.97370.36720.2846
Hunter Lab33.126618.3286-0.8456
CIE-Lab39.536125.6806-3.8004

#824d64 color RGB value is (130,77,100).

#824d64 hex color red value is 130, green value is 77 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #824d64 hue: 0.93 , saturation: 0.26 and the lightness value of 824d64 is 0.41.

The process color (four color CMYK) of #824d64 color hex is 0.00, 0.41, 0.23, 0.49. Web safe color of #824d64 is #996666. Color #824d64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001101 01100100
Octal 202 115 144
Decimal 130 77 100
Hex 82 4D 64

RGB Percentages of Color #824d64

%42.35
%25.08
%32.57

CMYK Percentages of Color #824d64

%0
%41
%23
%49

Triadic Colors of #824d64

#824d64 #64824d #4d6482

Analogous Colors of #824d64

#824d64 #82514d #824d7f

Monochromatic Colors of #824d64

#824d64

Complementary Color

#824d64 #4d826b

#824d64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824d64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824d64 Color CSS Codes

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

#824d64 Text Font Color

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

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


#824d64 Background Color

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

This div background color is #824d64


#824d64 Border Color

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

This div border color is #824d64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824d64


Comments

No comments written yet.

Please login to write comment.