Color Hex Logo

#825768 Color Hex

#825768
(130,87,104)
0 Favorites   0 Comments

Color spaces of #825768

RGB 13087104
HSL0.930.200.43
HSV336°33°51°
CMYK 0.000.330.20   0.49
XYZ15.112812.561714.7248
Yxy12.56170.35640.2963
Hunter Lab35.442514.08870.1773
CIE-Lab42.095320.4664-2.4938

#825768 color RGB value is (130,87,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 01101000
Octal 202 127 150
Decimal 130 87 104
Hex 82 57 68

RGB Percentages of Color #825768

%40.50
%27.10
%32.40

CMYK Percentages of Color #825768

%0
%33
%20
%49

Triadic Colors of #825768

#825768 #688257 #576882

Analogous Colors of #825768

#825768 #825c57 #82577e

Monochromatic Colors of #825768

#825768

Complementary Color

#825768 #578271

#825768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825768 Color CSS Codes

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

#825768 Text Font Color

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

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


#825768 Background Color

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

This div background color is #825768


#825768 Border Color

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

This div border color is #825768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825768


Comments

No comments written yet.

Please login to write comment.