Color Hex Logo

#805252 Color Hex

#805252
(128,82,82)
0 Favorites   0 Comments

Color spaces of #805252

RGB 1288282
HSL0.000.220.41
HSV36°50°
CMYK 0.000.360.36   0.50
XYZ13.442411.23309.4423
Yxy11.23300.39400.3292
Hunter Lab33.515712.94006.7573
CIE-Lab39.970219.25437.9746

#805252 color RGB value is (128,82,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01010010
Octal 200 122 122
Decimal 128 82 82
Hex 80 52 52

RGB Percentages of Color #805252

%43.84
%28.08
%28.08

CMYK Percentages of Color #805252

%0
%36
%36
%50

Triadic Colors of #805252

#805252 #528052 #525280

Analogous Colors of #805252

#805252 #806952 #805269

Monochromatic Colors of #805252

#805252

Complementary Color

#805252 #528080

#805252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805252 Color CSS Codes

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

#805252 Text Font Color

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

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


#805252 Background Color

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

This div background color is #805252


#805252 Border Color

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

This div border color is #805252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805252


Comments

No comments written yet.

Please login to write comment.