Color Hex Logo

#825060 Color Hex

#825060
(130,80,96)
0 Favorites   0 Comments

Color spaces of #825060

RGB 1308096
HSL0.950.240.41
HSV341°38°51°
CMYK 0.000.380.26   0.49
XYZ14.185911.327712.5051
Yxy11.32770.37310.2980
Hunter Lab33.656616.33661.5305
CIE-Lab40.127023.2952-0.4456

#825060 color RGB value is (130,80,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 01100000
Octal 202 120 140
Decimal 130 80 96
Hex 82 50 60

RGB Percentages of Color #825060

%42.48
%26.14
%31.37

CMYK Percentages of Color #825060

%0
%38
%26
%49

Triadic Colors of #825060

#825060 #608250 #506082

Analogous Colors of #825060

#825060 #825950 #825079

Monochromatic Colors of #825060

#825060

Complementary Color

#825060 #508272

#825060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825060 Color CSS Codes

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

#825060 Text Font Color

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

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


#825060 Background Color

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

This div background color is #825060


#825060 Border Color

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

This div border color is #825060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825060


Comments

No comments written yet.

Please login to write comment.