Color Hex Logo

#805582 Color Hex

#805582
(128,85,130)
0 Favorites   0 Comments

Color spaces of #805582

RGB 12885130
HSL0.830.210.42
HSV297°35°51°
CMYK 0.020.350.00   0.49
XYZ16.179912.697922.7173
Yxy12.69790.31360.2461
Hunter Lab35.634118.6894-12.8544
CIE-Lab42.304525.7956-18.0962

#805582 color RGB value is (128,85,130).

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

The process color (four color CMYK) of #805582 color hex is 0.02, 0.35, 0.00, 0.49. Web safe color of #805582 is #996699. Color #805582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 10000010
Octal 200 125 202
Decimal 128 85 130
Hex 80 55 82

RGB Percentages of Color #805582

%37.32
%24.78
%37.90

CMYK Percentages of Color #805582

%2
%35
%0
%49

Triadic Colors of #805582

#805582 #828055 #558280

Analogous Colors of #805582

#805582 #82556e #6a5582

Monochromatic Colors of #805582

#805582

Complementary Color

#805582 #578255

#805582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805582 Color CSS Codes

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

#805582 Text Font Color

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

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


#805582 Background Color

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

This div background color is #805582


#805582 Border Color

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

This div border color is #805582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805582


Comments

No comments written yet.

Please login to write comment.