Color Hex Logo

#825752 Color Hex

#825752
(130,87,82)
0 Favorites   0 Comments

Color spaces of #825752

RGB 1308782
HSL0.020.230.42
HSV37°51°
CMYK 0.000.330.37   0.49
XYZ14.137112.17149.5869
Yxy12.17140.39380.3391
Hunter Lab34.887511.27858.1287
CIE-Lab41.487217.127610.1407

#825752 color RGB value is (130,87,82).

#825752 hex color red value is 130, green value is 87 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #825752 hue: 0.02 , saturation: 0.23 and the lightness value of 825752 is 0.42.

The process color (four color CMYK) of #825752 color hex is 0.00, 0.33, 0.37, 0.49. Web safe color of #825752 is #996666. Color #825752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 01010010
Octal 202 127 122
Decimal 130 87 82
Hex 82 57 52

RGB Percentages of Color #825752

%43.48
%29.10
%27.42

CMYK Percentages of Color #825752

%0
%33
%37
%49

Triadic Colors of #825752

#825752 #528257 #575282

Analogous Colors of #825752

#825752 #826f52 #825265

Monochromatic Colors of #825752

#825752

Complementary Color

#825752 #527d82

#825752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825752 Color CSS Codes

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

#825752 Text Font Color

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

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


#825752 Background Color

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

This div background color is #825752


#825752 Border Color

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

This div border color is #825752


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,87,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 #825752">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825752


Comments

No comments written yet.

Please login to write comment.