Color Hex Logo

#524caa Color Hex

#524CAA
(82,76,170)
0 Favorites   0 Comments

Color spaces of #524caa

RGB 8276170
HSL0.680.380.48
HSV244°55°67°
CMYK 0.520.550.00   0.33
XYZ13.31989.865039.2323
Yxy9.86500.21340.1580
Hunter Lab31.408620.7335-52.0728
CIE-Lab37.599028.6803-49.9052

#524caa color RGB value is (82,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001100 10101010
Octal 122 114 252
Decimal 82 76 170
Hex 52 4C AA

RGB Percentages of Color #524caa

%25.00
%23.17
%51.83

CMYK Percentages of Color #524caa

%52
%55
%0
%33

Triadic Colors of #524caa

#524caa #aa524c #4caa52

Analogous Colors of #524caa

#524caa #814caa #4c75aa

Monochromatic Colors of #524caa

#524caa

Complementary Color

#524caa #a4aa4c

#524caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#524caa Color CSS Codes

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

#524caa Text Font Color

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

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


#524caa Background Color

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

This div background color is #524caa


#524caa Border Color

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

This div border color is #524caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524caa


Comments

No comments written yet.

Please login to write comment.