Color Hex Logo

#524aaa Color Hex

#524AAA
(82,74,170)
0 Favorites   0 Comments

Color spaces of #524aaa

RGB 8274170
HSL0.680.390.48
HSV245°56°67°
CMYK 0.520.560.00   0.33
XYZ13.18429.593739.1871
Yxy9.59370.21280.1548
Hunter Lab30.973721.7760-53.3305
CIE-Lab37.103129.9336-50.7056

#524aaa color RGB value is (82,74,170).

#524aaa hex color red value is 82, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #524aaa hue: 0.68 , saturation: 0.39 and the lightness value of 524aaa is 0.48.

The process color (four color CMYK) of #524aaa color hex is 0.52, 0.56, 0.00, 0.33. Web safe color of #524aaa is #663399. Color #524aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001010 10101010
Octal 122 112 252
Decimal 82 74 170
Hex 52 4A AA

RGB Percentages of Color #524aaa

%25.15
%22.70
%52.15

CMYK Percentages of Color #524aaa

%52
%56
%0
%33

Triadic Colors of #524aaa

#524aaa #aa524a #4aaa52

Analogous Colors of #524aaa

#524aaa #824aaa #4a72aa

Monochromatic Colors of #524aaa

#524aaa

Complementary Color

#524aaa #a2aa4a

#524aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#524aaa Color CSS Codes

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

#524aaa Text Font Color

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

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


#524aaa Background Color

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

This div background color is #524aaa


#524aaa Border Color

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

This div border color is #524aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524aaa


Comments

No comments written yet.

Please login to write comment.