Color Hex Logo

#524faa Color Hex

#524FAA
(82,79,170)
0 Favorites   0 Comments

Color spaces of #524faa

RGB 8279170
HSL0.670.370.49
HSV242°54°67°
CMYK 0.520.540.00   0.33
XYZ13.531410.288139.3028
Yxy10.28810.21440.1630
Hunter Lab32.075119.1718-50.1977
CIE-Lab38.354626.7916-48.6877

#524faa color RGB value is (82,79,170).

#524faa hex color red value is 82, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #524faa hue: 0.67 , saturation: 0.37 and the lightness value of 524faa is 0.49.

The process color (four color CMYK) of #524faa color hex is 0.52, 0.54, 0.00, 0.33. Web safe color of #524faa is #666699. Color #524faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001111 10101010
Octal 122 117 252
Decimal 82 79 170
Hex 52 4F AA

RGB Percentages of Color #524faa

%24.77
%23.87
%51.36

CMYK Percentages of Color #524faa

%52
%54
%0
%33

Triadic Colors of #524faa

#524faa #aa524f #4faa52

Analogous Colors of #524faa

#524faa #804faa #4f7aaa

Monochromatic Colors of #524faa

#524faa

Complementary Color

#524faa #a7aa4f

#524faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#524faa Color CSS Codes

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

#524faa Text Font Color

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

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


#524faa Background Color

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

This div background color is #524faa


#524faa Border Color

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

This div border color is #524faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524faa


Comments

No comments written yet.

Please login to write comment.