Color Hex Logo

#521caa Color Hex

#521CAA
(82,28,170)
0 Favorites   0 Comments

Color spaces of #521caa

RGB 8228170
HSL0.730.720.39
HSV263°84°67°
CMYK 0.520.840.00   0.33
XYZ11.15065.526638.5093
Yxy5.52660.20210.1001
Hunter Lab23.508743.5254-80.6660
CIE-Lab28.185354.3154-65.2562

#521caa color RGB value is (82,28,170).

#521caa hex color red value is 82, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #521caa hue: 0.73 , saturation: 0.72 and the lightness value of 521caa is 0.39.

The process color (four color CMYK) of #521caa color hex is 0.52, 0.84, 0.00, 0.33. Web safe color of #521caa is #663399. Color #521caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 10101010
Octal 122 34 252
Decimal 82 28 170
Hex 52 1C AA

RGB Percentages of Color #521caa

%29.29
%10.00
%60.71

CMYK Percentages of Color #521caa

%52
%84
%0
%33

Triadic Colors of #521caa

#521caa #aa521c #1caa52

Analogous Colors of #521caa

#521caa #991caa #1c2daa

Monochromatic Colors of #521caa

#521caa

Complementary Color

#521caa #74aa1c

#521caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#521caa Color CSS Codes

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

#521caa Text Font Color

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

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


#521caa Background Color

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

This div background color is #521caa


#521caa Border Color

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

This div border color is #521caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,28,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521caa;
  -webkit-box-shadow: 1px 1px 3px 2px #521caa;
  box-shadow:         1px 1px 3px 2px #521caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521caa


Comments

No comments written yet.

Please login to write comment.