Color Hex Logo

#824f65 Color Hex

#824F65
(130,79,101)
0 Favorites   0 Comments

Color spaces of #824f65

RGB 13079101
HSL0.930.240.41
HSV334°39°51°
CMYK 0.000.390.22   0.49
XYZ14.350911.277413.7323
Yxy11.27740.36460.2865
Hunter Lab33.581817.5122-0.7376
CIE-Lab40.043824.6782-3.6705

#824f65 color RGB value is (130,79,101).

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

The process color (four color CMYK) of #824f65 color hex is 0.00, 0.39, 0.22, 0.49. Web safe color of #824f65 is #996666. Color #824f65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 01100101
Octal 202 117 145
Decimal 130 79 101
Hex 82 4F 65

RGB Percentages of Color #824f65

%41.94
%25.48
%32.58

CMYK Percentages of Color #824f65

%0
%39
%22
%49

Triadic Colors of #824f65

#824f65 #65824f #4f6582

Analogous Colors of #824f65

#824f65 #82534f #824f7f

Monochromatic Colors of #824f65

#824f65

Complementary Color

#824f65 #4f826c

#824f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824f65 Color CSS Codes

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

#824f65 Text Font Color

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

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


#824f65 Background Color

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

This div background color is #824f65


#824f65 Border Color

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

This div border color is #824f65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824f65


Comments

No comments written yet.

Please login to write comment.