Color Hex Logo

#805270 Color Hex

#805270
(128,82,112)
0 Favorites   0 Comments

Color spaces of #805270

RGB 12882112
HSL0.890.220.41
HSV321°36°50°
CMYK 0.000.360.13   0.50
XYZ14.844011.793616.8233
Yxy11.79360.34150.2714
Hunter Lab34.341817.0572-5.0056
CIE-Lab40.886224.0624-9.2403

#805270 color RGB value is (128,82,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01110000
Octal 200 122 160
Decimal 128 82 112
Hex 80 52 70

RGB Percentages of Color #805270

%39.75
%25.47
%34.78

CMYK Percentages of Color #805270

%0
%36
%13
%50

Triadic Colors of #805270

#805270 #708052 #527080

Analogous Colors of #805270

#805270 #805259 #795280

Monochromatic Colors of #805270

#805270

Complementary Color

#805270 #528062

#805270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805270 Color CSS Codes

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

#805270 Text Font Color

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

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


#805270 Background Color

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

This div background color is #805270


#805270 Border Color

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

This div border color is #805270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805270


Comments

No comments written yet.

Please login to write comment.