Color Hex Logo

#524dac Color Hex

#524DAC
(82,77,172)
0 Favorites   0 Comments

Color spaces of #524dac

RGB 8277172
HSL0.680.380.49
HSV243°55°67°
CMYK 0.520.550.00   0.33
XYZ13.579910.080240.2596
Yxy10.08020.21250.1577
Hunter Lab31.749320.7871-52.9579
CIE-Lab37.986028.6920-50.4696

#524dac color RGB value is (82,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001101 10101100
Octal 122 115 254
Decimal 82 77 172
Hex 52 4D AC

RGB Percentages of Color #524dac

%24.77
%23.26
%51.96

CMYK Percentages of Color #524dac

%52
%55
%0
%33

Triadic Colors of #524dac

#524dac #ac524d #4dac52

Analogous Colors of #524dac

#524dac #824dac #4d78ac

Monochromatic Colors of #524dac

#524dac

Complementary Color

#524dac #a7ac4d

#524dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#524dac Color CSS Codes

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

#524dac Text Font Color

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

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


#524dac Background Color

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

This div background color is #524dac


#524dac Border Color

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

This div border color is #524dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524dac


Comments

No comments written yet.

Please login to write comment.