Color Hex Logo

#524caf Color Hex

#524CAF
(82,76,175)
0 Favorites   0 Comments

Color spaces of #524caf

RGB 8276175
HSL0.680.390.49
HSV244°57°69°
CMYK 0.530.570.00   0.31
XYZ13.802010.057941.7714
Yxy10.05790.21030.1532
Hunter Lab31.714222.1833-55.8921
CIE-Lab37.946130.2811-52.3131

#524caf color RGB value is (82,76,175).

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

The process color (four color CMYK) of #524caf color hex is 0.53, 0.57, 0.00, 0.31. Web safe color of #524caf is #663399. Color #524caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001100 10101111
Octal 122 114 257
Decimal 82 76 175
Hex 52 4C AF

RGB Percentages of Color #524caf

%24.62
%22.82
%52.55

CMYK Percentages of Color #524caf

%53
%57
%0
%31

Triadic Colors of #524caf

#524caf #af524c #4caf52

Analogous Colors of #524caf

#524caf #844caf #4c78af

Monochromatic Colors of #524caf

#524caf

Complementary Color

#524caf #a9af4c

#524caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#524caf Color CSS Codes

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

#524caf Text Font Color

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

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


#524caf Background Color

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

This div background color is #524caf


#524caf Border Color

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

This div border color is #524caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524caf


Comments

No comments written yet.

Please login to write comment.