Color Hex Logo

#824652 Color Hex

#824652
(130,70,82)
0 Favorites   0 Comments

Color spaces of #824652

RGB 1307082
HSL0.970.300.39
HSV348°46°51°
CMYK 0.000.460.37   0.49
XYZ12.91919.73539.1808
Yxy9.73530.40580.3058
Hunter Lab31.201419.30624.3954
CIE-Lab37.363127.06644.3046

#824652 color RGB value is (130,70,82).

#824652 hex color red value is 130, green value is 70 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #824652 hue: 0.97 , saturation: 0.30 and the lightness value of 824652 is 0.39.

The process color (four color CMYK) of #824652 color hex is 0.00, 0.46, 0.37, 0.49. Web safe color of #824652 is #993366. Color #824652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000110 01010010
Octal 202 106 122
Decimal 130 70 82
Hex 82 46 52

RGB Percentages of Color #824652

%46.10
%24.82
%29.08

CMYK Percentages of Color #824652

%0
%46
%37
%49

Triadic Colors of #824652

#824652 #528246 #465282

Analogous Colors of #824652

#824652 #825846 #824670

Monochromatic Colors of #824652

#824652

Complementary Color

#824652 #468276

#824652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824652 Color CSS Codes

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

#824652 Text Font Color

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

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


#824652 Background Color

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

This div background color is #824652


#824652 Border Color

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

This div border color is #824652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824652


Comments

No comments written yet.

Please login to write comment.