Color Hex Logo

#805263 Color Hex

#805263
(128,82,99)
0 Favorites   0 Comments

Color spaces of #805263

RGB 1288299
HSL0.940.220.41
HSV338°36°50°
CMYK 0.000.360.23   0.50
XYZ14.171511.524613.2819
Yxy11.52460.36360.2957
Hunter Lab33.947915.10570.5667
CIE-Lab40.450321.8117-1.8608

#805263 color RGB value is (128,82,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01100011
Octal 200 122 143
Decimal 128 82 99
Hex 80 52 63

RGB Percentages of Color #805263

%41.42
%26.54
%32.04

CMYK Percentages of Color #805263

%0
%36
%23
%50

Triadic Colors of #805263

#805263 #638052 #526380

Analogous Colors of #805263

#805263 #805852 #80527a

Monochromatic Colors of #805263

#805263

Complementary Color

#805263 #52806f

#805263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805263 Color CSS Codes

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

#805263 Text Font Color

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

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


#805263 Background Color

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

This div background color is #805263


#805263 Border Color

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

This div border color is #805263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805263


Comments

No comments written yet.

Please login to write comment.