Color Hex Logo

#524cca Color Hex

#524CCA
(82,76,202)
0 Favorites   0 Comments

Color spaces of #524cca

RGB 8276202
HSL0.670.540.55
HSV243°62°79°
CMYK 0.590.620.00   0.21
XYZ16.724811.227057.1626
Yxy11.22700.19650.1319
Hunter Lab33.506730.4611-77.6943
CIE-Lab39.960238.9768-64.8589

#524cca color RGB value is (82,76,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001100 11001010
Octal 122 114 312
Decimal 82 76 202
Hex 52 4C CA

RGB Percentages of Color #524cca

%22.78
%21.11
%56.11

CMYK Percentages of Color #524cca

%59
%62
%0
%21

Triadic Colors of #524cca

#524cca #ca524c #4cca52

Analogous Colors of #524cca

#524cca #914cca #4c85ca

Monochromatic Colors of #524cca

#524cca

Complementary Color

#524cca #c4ca4c

#524cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#524cca Color CSS Codes

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

#524cca Text Font Color

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

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


#524cca Background Color

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

This div background color is #524cca


#524cca Border Color

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

This div border color is #524cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524cca


Comments

No comments written yet.

Please login to write comment.