Color Hex Logo

#521484 Color Hex

#521484
(82,20,132)
0 Favorites   0 Comments

Color spaces of #521484

RGB 8220132
HSL0.760.740.30
HSV273°85°52°
CMYK 0.380.850.00   0.48
XYZ7.89473.960122.1781
Yxy3.96010.23200.1164
Hunter Lab19.900035.9893-52.1474
CIE-Lab23.539147.7298-49.5043

#521484 color RGB value is (82,20,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 10000100
Octal 122 24 204
Decimal 82 20 132
Hex 52 14 84

RGB Percentages of Color #521484

%35.04
%8.55
%56.41

CMYK Percentages of Color #521484

%38
%85
%0
%48

Triadic Colors of #521484

#521484 #845214 #148452

Analogous Colors of #521484

#521484 #84147e #1a1484

Monochromatic Colors of #521484

#521484

Complementary Color

#521484 #468414

#521484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521484 Color CSS Codes

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

#521484 Text Font Color

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

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


#521484 Background Color

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

This div background color is #521484


#521484 Border Color

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

This div border color is #521484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521484


Comments

No comments written yet.

Please login to write comment.