Color Hex Logo

#805273 Color Hex

#805273
(128,82,115)
0 Favorites   0 Comments

Color spaces of #805273

RGB 12882115
HSL0.880.220.41
HSV317°36°50°
CMYK 0.000.360.10   0.50
XYZ15.013911.861617.7179
Yxy11.86160.33670.2660
Hunter Lab34.440717.5432-6.3931
CIE-Lab40.995324.6154-10.9217

#805273 color RGB value is (128,82,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01110011
Octal 200 122 163
Decimal 128 82 115
Hex 80 52 73

RGB Percentages of Color #805273

%39.38
%25.23
%35.38

CMYK Percentages of Color #805273

%0
%36
%10
%50

Triadic Colors of #805273

#805273 #738052 #527380

Analogous Colors of #805273

#805273 #80525c #765280

Monochromatic Colors of #805273

#805273

Complementary Color

#805273 #52805f

#805273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805273 Color CSS Codes

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

#805273 Text Font Color

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

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


#805273 Background Color

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

This div background color is #805273


#805273 Border Color

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

This div border color is #805273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805273


Comments

No comments written yet.

Please login to write comment.