Color Hex Logo

#521584 Color Hex

#521584
(82,21,132)
0 Favorites   0 Comments

Color spaces of #521584

RGB 8221132
HSL0.760.730.30
HSV273°84°52°
CMYK 0.380.840.00   0.48
XYZ7.91273.996122.1841
Yxy3.99610.23210.1172
Hunter Lab19.990235.6724-51.8037
CIE-Lab23.658547.3806-49.3090

#521584 color RGB value is (82,21,132).

#521584 hex color red value is 82, green value is 21 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #521584 hue: 0.76 , saturation: 0.73 and the lightness value of 521584 is 0.30.

The process color (four color CMYK) of #521584 color hex is 0.38, 0.84, 0.00, 0.48. Web safe color of #521584 is #660099. Color #521584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 10000100
Octal 122 25 204
Decimal 82 21 132
Hex 52 15 84

RGB Percentages of Color #521584

%34.89
%8.94
%56.17

CMYK Percentages of Color #521584

%38
%84
%0
%48

Triadic Colors of #521584

#521584 #845215 #158452

Analogous Colors of #521584

#521584 #84157f #1a1584

Monochromatic Colors of #521584

#521584

Complementary Color

#521584 #478415

#521584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521584 Color CSS Codes

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

#521584 Text Font Color

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

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


#521584 Background Color

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

This div background color is #521584


#521584 Border Color

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

This div border color is #521584


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,21,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521584


Comments

No comments written yet.

Please login to write comment.