Color Hex Logo

#805580 Color Hex

#805580
(128,85,128)
1 Favorites   0 Comments

Color spaces of #805580

RGB 12885128
HSL0.830.200.42
HSV300°34°50°
CMYK 0.000.340.00   0.50
XYZ16.046912.644722.0170
Yxy12.64470.31650.2494
Hunter Lab35.559418.3228-11.8185
CIE-Lab42.222925.3857-17.0051

#805580 color RGB value is (128,85,128).

#805580 hex color red value is 128, green value is 85 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #805580 hue: 0.83 , saturation: 0.20 and the lightness value of 805580 is 0.42.

The process color (four color CMYK) of #805580 color hex is 0.00, 0.34, 0.00, 0.50. Web safe color of #805580 is #996699. Color #805580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 10000000
Octal 200 125 200
Decimal 128 85 128
Hex 80 55 80

RGB Percentages of Color #805580

%37.54
%24.93
%37.54

CMYK Percentages of Color #805580

%0
%34
%0
%50

Triadic Colors of #805580

#805580 #808055 #558080

Analogous Colors of #805580

#805580 #80556b #6b5580

Monochromatic Colors of #805580

#805580

Complementary Color

#805580 #558055

#805580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805580 Color CSS Codes

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

#805580 Text Font Color

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

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


#805580 Background Color

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

This div background color is #805580


#805580 Border Color

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

This div border color is #805580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805580


Comments

No comments written yet.

Please login to write comment.