Color Hex Logo

#521aae Color Hex

#521AAE
(82,26,174)
0 Favorites   0 Comments

Color spaces of #521aae

RGB 8226174
HSL0.730.740.39
HSV263°85°68°
CMYK 0.530.850.00   0.32
XYZ11.48915.588640.5176
Yxy5.58860.19950.0970
Hunter Lab23.640245.3803-85.0705
CIE-Lab28.349956.0581-67.3896

#521aae color RGB value is (82,26,174).

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

The process color (four color CMYK) of #521aae color hex is 0.53, 0.85, 0.00, 0.32. Web safe color of #521aae is #663399. Color #521aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011010 10101110
Octal 122 32 256
Decimal 82 26 174
Hex 52 1A AE

RGB Percentages of Color #521aae

%29.08
%9.22
%61.70

CMYK Percentages of Color #521aae

%53
%85
%0
%32

Triadic Colors of #521aae

#521aae #ae521a #1aae52

Analogous Colors of #521aae

#521aae #9c1aae #1a2cae

Monochromatic Colors of #521aae

#521aae

Complementary Color

#521aae #76ae1a

#521aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#521aae Color CSS Codes

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

#521aae Text Font Color

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

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


#521aae Background Color

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

This div background color is #521aae


#521aae Border Color

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

This div border color is #521aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521aae


Comments

No comments written yet.

Please login to write comment.