Color Hex Logo

#521659 Color Hex

#521659
(82,22,89)
0 Favorites   0 Comments

Color spaces of #521659

RGB 822289
HSL0.820.600.22
HSV294°75°35°
CMYK 0.080.750.00   0.65
XYZ5.56983.08899.7539
Yxy3.08890.30250.1678
Hunter Lab17.575325.8119-20.6020
CIE-Lab20.396537.3281-26.7364

#521659 color RGB value is (82,22,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010110 01011001
Octal 122 26 131
Decimal 82 22 89
Hex 52 16 59

RGB Percentages of Color #521659

%42.49
%11.40
%46.11

CMYK Percentages of Color #521659

%8
%75
%0
%65

Triadic Colors of #521659

#521659 #595216 #165952

Analogous Colors of #521659

#521659 #59163f #301659

Monochromatic Colors of #521659

#521659

Complementary Color

#521659 #1d5916

#521659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521659 Color CSS Codes

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

#521659 Text Font Color

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

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


#521659 Background Color

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

This div background color is #521659


#521659 Border Color

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

This div border color is #521659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521659


Comments

No comments written yet.

Please login to write comment.