Color Hex Logo

#82579a Color Hex

#82579A
(130,87,154)
0 Favorites   0 Comments

Color spaces of #82579a

RGB 13087154
HSL0.770.280.47
HSV279°44°60°
CMYK 0.160.440.00   0.40
XYZ18.446913.895332.2817
Yxy13.89530.28550.2150
Hunter Lab37.276423.1002-25.2522
CIE-Lab44.082430.5129-29.7706

#82579a color RGB value is (130,87,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 10011010
Octal 202 127 232
Decimal 130 87 154
Hex 82 57 9A

RGB Percentages of Color #82579a

%35.04
%23.45
%41.51

CMYK Percentages of Color #82579a

%16
%44
%0
%40

Triadic Colors of #82579a

#82579a #9a8257 #579a82

Analogous Colors of #82579a

#82579a #9a5791 #61579a

Monochromatic Colors of #82579a

#82579a

Complementary Color

#82579a #6f9a57

#82579a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82579a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82579a Color CSS Codes

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

#82579a Text Font Color

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

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


#82579a Background Color

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

This div background color is #82579a


#82579a Border Color

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

This div border color is #82579a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,87,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 #82579a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82579a


Comments

No comments written yet.

Please login to write comment.