Color Hex Logo

#825156 Color Hex

#825156
(130,81,86)
0 Favorites   0 Comments

Color spaces of #825156

RGB 1308186
HSL0.980.230.41
HSV354°38°51°
CMYK 0.000.380.34   0.49
XYZ13.828111.302610.2569
Yxy11.30260.39080.3194
Hunter Lab33.619314.58575.4448
CIE-Lab40.085521.22525.6977

#825156 color RGB value is (130,81,86).

#825156 hex color red value is 130, green value is 81 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #825156 hue: 0.98 , saturation: 0.23 and the lightness value of 825156 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010001 01010110
Octal 202 121 126
Decimal 130 81 86
Hex 82 51 56

RGB Percentages of Color #825156

%43.77
%27.27
%28.96

CMYK Percentages of Color #825156

%0
%38
%34
%49

Triadic Colors of #825156

#825156 #568251 #515682

Analogous Colors of #825156

#825156 #826551 #82516f

Monochromatic Colors of #825156

#825156

Complementary Color

#825156 #51827d

#825156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825156 Color CSS Codes

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

#825156 Text Font Color

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

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


#825156 Background Color

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

This div background color is #825156


#825156 Border Color

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

This div border color is #825156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825156


Comments

No comments written yet.

Please login to write comment.