Color Hex Logo

#522cc9 Color Hex

#522CC9
(82,44,201)
0 Favorites   0 Comments

Color spaces of #522cc9

RGB 8244201
HSL0.710.640.48
HSV255°78°79°
CMYK 0.590.780.00   0.21
XYZ14.92307.812255.9797
Yxy7.81220.18960.0992
Hunter Lab27.950346.3902-99.1825
CIE-Lab33.588755.9940-74.7236

#522cc9 color RGB value is (82,44,201).

#522cc9 hex color red value is 82, green value is 44 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #522cc9 hue: 0.71 , saturation: 0.64 and the lightness value of 522cc9 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101100 11001001
Octal 122 54 311
Decimal 82 44 201
Hex 52 2C C9

RGB Percentages of Color #522cc9

%25.08
%13.46
%61.47

CMYK Percentages of Color #522cc9

%59
%78
%0
%21

Triadic Colors of #522cc9

#522cc9 #c9522c #2cc952

Analogous Colors of #522cc9

#522cc9 #a12cc9 #2c54c9

Monochromatic Colors of #522cc9

#522cc9

Complementary Color

#522cc9 #a3c92c

#522cc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522cc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522cc9 Color CSS Codes

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

#522cc9 Text Font Color

<p style="color:#522cc9">Text here</p>

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


#522cc9 Background Color

<div style="background-color:#522cc9">
Div content here</div>

This div background color is #522cc9


#522cc9 Border Color

<div style="border:3px solid #522cc9">
Div here</div>

This div border color is #522cc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,44,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #522cc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #522cc9;
  -webkit-box-shadow: 1px 1px 3px 2px #522cc9;
  box-shadow:         1px 1px 3px 2px #522cc9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522cc9


Comments

No comments written yet.

Please login to write comment.