Color Hex Logo

#825063 Color Hex

#825063
(130,80,99)
0 Favorites   0 Comments

Color spaces of #825063

RGB 1308099
HSL0.940.240.41
HSV337°38°51°
CMYK 0.000.380.24   0.49
XYZ14.326711.384013.2466
Yxy11.38400.36780.2922
Hunter Lab33.740216.74900.3405
CIE-Lab40.219823.7697-2.1703

#825063 color RGB value is (130,80,99).

#825063 hex color red value is 130, green value is 80 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #825063 hue: 0.94 , saturation: 0.24 and the lightness value of 825063 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 01100011
Octal 202 120 143
Decimal 130 80 99
Hex 82 50 63

RGB Percentages of Color #825063

%42.07
%25.89
%32.04

CMYK Percentages of Color #825063

%0
%38
%24
%49

Triadic Colors of #825063

#825063 #638250 #506382

Analogous Colors of #825063

#825063 #825650 #82507c

Monochromatic Colors of #825063

#825063

Complementary Color

#825063 #50826f

#825063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825063 Color CSS Codes

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

#825063 Text Font Color

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

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


#825063 Background Color

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

This div background color is #825063


#825063 Border Color

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

This div border color is #825063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825063


Comments

No comments written yet.

Please login to write comment.