Color Hex Logo

#825763 Color Hex

#825763
(130,87,99)
0 Favorites   0 Comments

Color spaces of #825763

RGB 1308799
HSL0.950.200.43
HSV343°33°51°
CMYK 0.000.330.24   0.49
XYZ14.866212.463113.4265
Yxy12.46310.36480.3058
Hunter Lab35.303113.38622.1630
CIE-Lab41.942919.64190.3539

#825763 color RGB value is (130,87,99).

#825763 hex color red value is 130, green value is 87 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #825763 hue: 0.95 , saturation: 0.20 and the lightness value of 825763 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 01100011
Octal 202 127 143
Decimal 130 87 99
Hex 82 57 63

RGB Percentages of Color #825763

%41.14
%27.53
%31.33

CMYK Percentages of Color #825763

%0
%33
%24
%49

Triadic Colors of #825763

#825763 #638257 #576382

Analogous Colors of #825763

#825763 #826157 #825779

Monochromatic Colors of #825763

#825763

Complementary Color

#825763 #578276

#825763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825763 Color CSS Codes

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

#825763 Text Font Color

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

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


#825763 Background Color

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

This div background color is #825763


#825763 Border Color

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

This div border color is #825763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825763


Comments

No comments written yet.

Please login to write comment.