Color Hex Logo

#521493 Color Hex

#521493
(82,20,147)
0 Favorites   0 Comments

Color spaces of #521493

RGB 8220147
HSL0.750.760.33
HSV269°86°58°
CMYK 0.440.860.00   0.42
XYZ8.99634.400727.9790
Yxy4.40070.21740.1064
Hunter Lab20.977839.8381-64.3930
CIE-Lab24.954251.3387-56.5406

#521493 color RGB value is (82,20,147).

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

The process color (four color CMYK) of #521493 color hex is 0.44, 0.86, 0.00, 0.42. Web safe color of #521493 is #660099. Color #521493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 10010011
Octal 122 24 223
Decimal 82 20 147
Hex 52 14 93

RGB Percentages of Color #521493

%32.93
%8.03
%59.04

CMYK Percentages of Color #521493

%44
%86
%0
%42

Triadic Colors of #521493

#521493 #935214 #149352

Analogous Colors of #521493

#521493 #921493 #141593

Monochromatic Colors of #521493

#521493

Complementary Color

#521493 #559314

#521493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521493 Color CSS Codes

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

#521493 Text Font Color

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

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


#521493 Background Color

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

This div background color is #521493


#521493 Border Color

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

This div border color is #521493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521493


Comments

No comments written yet.

Please login to write comment.