Color Hex Logo

#524aca Color Hex

#524ACA
(82,74,202)
0 Favorites   0 Comments

Color spaces of #524aca

RGB 8274202
HSL0.680.550.54
HSV244°63°79°
CMYK 0.590.630.00   0.21
XYZ16.589110.955757.1174
Yxy10.95570.19590.1294
Hunter Lab33.099431.5385-79.1432
CIE-Lab39.505840.1758-65.5998

#524aca color RGB value is (82,74,202).

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

The process color (four color CMYK) of #524aca color hex is 0.59, 0.63, 0.00, 0.21. Web safe color of #524aca is #6633cc. Color #524aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001010 11001010
Octal 122 112 312
Decimal 82 74 202
Hex 52 4A CA

RGB Percentages of Color #524aca

%22.91
%20.67
%56.42

CMYK Percentages of Color #524aca

%59
%63
%0
%21

Triadic Colors of #524aca

#524aca #ca524a #4aca52

Analogous Colors of #524aca

#524aca #924aca #4a82ca

Monochromatic Colors of #524aca

#524aca

Complementary Color

#524aca #c2ca4a

#524aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#524aca Color CSS Codes

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

#524aca Text Font Color

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

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


#524aca Background Color

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

This div background color is #524aca


#524aca Border Color

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

This div border color is #524aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524aca


Comments

No comments written yet.

Please login to write comment.