Color Hex Logo

#805276 Color Hex

#805276
(128,82,118)
0 Favorites   0 Comments

Color spaces of #805276

RGB 12882118
HSL0.870.220.41
HSV313°36°50°
CMYK 0.000.360.08   0.50
XYZ15.189411.931818.6420
Yxy11.93180.33190.2607
Hunter Lab34.542418.0428-7.8182
CIE-Lab41.107525.1808-12.5944

#805276 color RGB value is (128,82,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01110110
Octal 200 122 166
Decimal 128 82 118
Hex 80 52 76

RGB Percentages of Color #805276

%39.02
%25.00
%35.98

CMYK Percentages of Color #805276

%0
%36
%8
%50

Triadic Colors of #805276

#805276 #768052 #527680

Analogous Colors of #805276

#805276 #80525f #735280

Monochromatic Colors of #805276

#805276

Complementary Color

#805276 #52805c

#805276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805276 Color CSS Codes

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

#805276 Text Font Color

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

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


#805276 Background Color

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

This div background color is #805276


#805276 Border Color

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

This div border color is #805276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805276


Comments

No comments written yet.

Please login to write comment.