Color Hex Logo

#82559a Color Hex

#82559A
(130,85,154)
0 Favorites   0 Comments

Color spaces of #82559a

RGB 13085154
HSL0.780.290.47
HSV279°45°60°
CMYK 0.160.450.00   0.40
XYZ18.287213.575932.2284
Yxy13.57590.28530.2118
Hunter Lab36.845524.1137-26.0686
CIE-Lab43.618531.6747-30.4971

#82559a color RGB value is (130,85,154).

#82559a hex color red value is 130, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #82559a hue: 0.78 , saturation: 0.29 and the lightness value of 82559a is 0.47.

The process color (four color CMYK) of #82559a color hex is 0.16, 0.45, 0.00, 0.40. Web safe color of #82559a is #996699. Color #82559a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010101 10011010
Octal 202 125 232
Decimal 130 85 154
Hex 82 55 9A

RGB Percentages of Color #82559a

%35.23
%23.04
%41.73

CMYK Percentages of Color #82559a

%16
%45
%0
%40

Triadic Colors of #82559a

#82559a #9a8255 #559a82

Analogous Colors of #82559a

#82559a #9a5590 #60559a

Monochromatic Colors of #82559a

#82559a

Complementary Color

#82559a #6d9a55

#82559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82559a Color CSS Codes

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

#82559a Text Font Color

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

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


#82559a Background Color

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

This div background color is #82559a


#82559a Border Color

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

This div border color is #82559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82559a


Comments

No comments written yet.

Please login to write comment.