Color Hex Logo

#521059 Color Hex

#521059
(82,16,89)
0 Favorites   0 Comments

Color spaces of #521059

RGB 821689
HSL0.820.700.21
HSV294°82°35°
CMYK 0.080.820.00   0.65
XYZ5.46812.88579.7200
Yxy2.88570.30250.1597
Hunter Lab16.987327.7300-22.0340
CIE-Lab19.580239.6572-28.0400

#521059 color RGB value is (82,16,89).

#521059 hex color red value is 82, green value is 16 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #521059 hue: 0.82 , saturation: 0.70 and the lightness value of 521059 is 0.21.

The process color (four color CMYK) of #521059 color hex is 0.08, 0.82, 0.00, 0.65. Web safe color of #521059 is #660066. Color #521059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010000 01011001
Octal 122 20 131
Decimal 82 16 89
Hex 52 10 59

RGB Percentages of Color #521059

%43.85
%8.56
%47.59

CMYK Percentages of Color #521059

%8
%82
%0
%65

Triadic Colors of #521059

#521059 #595210 #105952

Analogous Colors of #521059

#521059 #59103c #2e1059

Monochromatic Colors of #521059

#521059

Complementary Color

#521059 #175910

#521059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521059 Color CSS Codes

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

#521059 Text Font Color

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

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


#521059 Background Color

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

This div background color is #521059


#521059 Border Color

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

This div border color is #521059


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,16,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 #521059">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521059


Comments

No comments written yet.

Please login to write comment.