Color Hex Logo

#805257 Color Hex

#805257
(128,82,87)
0 Favorites   0 Comments

Color spaces of #805257

RGB 1288287
HSL0.980.220.41
HSV353°36°50°
CMYK 0.000.360.32   0.50
XYZ13.639711.311910.4813
Yxy11.31190.38490.3192
Hunter Lab33.633213.53145.0663
CIE-Lab40.100919.95915.0653

#805257 color RGB value is (128,82,87).

#805257 hex color red value is 128, green value is 82 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #805257 hue: 0.98 , saturation: 0.22 and the lightness value of 805257 is 0.41.

The process color (four color CMYK) of #805257 color hex is 0.00, 0.36, 0.32, 0.50. Web safe color of #805257 is #996666. Color #805257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01010111
Octal 200 122 127
Decimal 128 82 87
Hex 80 52 57

RGB Percentages of Color #805257

%43.10
%27.61
%29.29

CMYK Percentages of Color #805257

%0
%36
%32
%50

Triadic Colors of #805257

#805257 #578052 #525780

Analogous Colors of #805257

#805257 #806452 #80526e

Monochromatic Colors of #805257

#805257

Complementary Color

#805257 #52807b

#805257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805257 Color CSS Codes

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

#805257 Text Font Color

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

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


#805257 Background Color

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

This div background color is #805257


#805257 Border Color

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

This div border color is #805257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805257


Comments

No comments written yet.

Please login to write comment.