Color Hex Logo

#820559 Color Hex

#820559
(130,5,89)
0 Favorites   0 Comments

Color spaces of #820559

RGB 130589
HSL0.890.930.26
HSV320°96°51°
CMYK 0.000.960.32   0.49
XYZ11.06345.57569.9443
Yxy5.57560.41620.2097
Hunter Lab23.612742.3114-8.4406
CIE-Lab28.315553.1145-13.6615

#820559 color RGB value is (130,5,89).

#820559 hex color red value is 130, green value is 5 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #820559 hue: 0.89 , saturation: 0.93 and the lightness value of 820559 is 0.26.

The process color (four color CMYK) of #820559 color hex is 0.00, 0.96, 0.32, 0.49. Web safe color of #820559 is #990066. Color #820559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000101 01011001
Octal 202 5 131
Decimal 130 5 89
Hex 82 5 59

RGB Percentages of Color #820559

%58.04
%2.23
%39.73

CMYK Percentages of Color #820559

%0
%96
%32
%49

Triadic Colors of #820559

#820559 #598205 #055982

Analogous Colors of #820559

#820559 #82051b #6d0582

Monochromatic Colors of #820559

#820559

Complementary Color

#820559 #05822e

#820559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820559 Color CSS Codes

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

#820559 Text Font Color

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

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


#820559 Background Color

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

This div background color is #820559


#820559 Border Color

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

This div border color is #820559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820559


Comments

No comments written yet.

Please login to write comment.