Color Hex Logo

#521559 Color Hex

#521559
(82,21,89)
0 Favorites   0 Comments

Color spaces of #521559

RGB 822189
HSL0.820.620.22
HSV294°76°35°
CMYK 0.080.760.00   0.65
XYZ5.55103.05149.7476
Yxy3.05140.30250.1663
Hunter Lab17.468326.1536-20.8571
CIE-Lab20.248637.7468-26.9721

#521559 color RGB value is (82,21,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 01011001
Octal 122 25 131
Decimal 82 21 89
Hex 52 15 59

RGB Percentages of Color #521559

%42.71
%10.94
%46.35

CMYK Percentages of Color #521559

%8
%76
%0
%65

Triadic Colors of #521559

#521559 #595215 #155952

Analogous Colors of #521559

#521559 #59153e #301559

Monochromatic Colors of #521559

#521559

Complementary Color

#521559 #1c5915

#521559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521559 Color CSS Codes

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

#521559 Text Font Color

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

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


#521559 Background Color

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

This div background color is #521559


#521559 Border Color

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

This div border color is #521559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521559


Comments

No comments written yet.

Please login to write comment.