Color Hex Logo

#805269 Color Hex

#805269
(128,82,105)
1 Favorites   0 Comments

Color spaces of #805269

RGB 12882105
HSL0.920.220.41
HSV330°36°50°
CMYK 0.000.360.18   0.50
XYZ14.469211.643714.8495
Yxy11.64370.35320.2843
Hunter Lab34.122915.9748-1.9157
CIE-Lab40.644122.8201-5.2847

#805269 color RGB value is (128,82,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01101001
Octal 200 122 151
Decimal 128 82 105
Hex 80 52 69

RGB Percentages of Color #805269

%40.63
%26.03
%33.33

CMYK Percentages of Color #805269

%0
%36
%18
%50

Triadic Colors of #805269

#805269 #698052 #526980

Analogous Colors of #805269

#805269 #805252 #805280

Monochromatic Colors of #805269

#805269

Complementary Color

#805269 #528069

#805269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805269 Color CSS Codes

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

#805269 Text Font Color

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

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


#805269 Background Color

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

This div background color is #805269


#805269 Border Color

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

This div border color is #805269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805269


Comments

No comments written yet.

Please login to write comment.