Color Hex Logo

#522ccc Color Hex

#522CCC
(82,44,204)
0 Favorites   0 Comments

Color spaces of #522ccc

RGB 8244204
HSL0.710.650.49
HSV254°78°80°
CMYK 0.600.780.00   0.20
XYZ15.27947.954857.8569
Yxy7.95480.18840.0981
Hunter Lab28.204347.3433-101.8818
CIE-Lab33.888656.8318-75.9778

#522ccc color RGB value is (82,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101100 11001100
Octal 122 54 314
Decimal 82 44 204
Hex 52 2C CC

RGB Percentages of Color #522ccc

%24.85
%13.33
%61.82

CMYK Percentages of Color #522ccc

%60
%78
%0
%20

Triadic Colors of #522ccc

#522ccc #cc522c #2ccc52

Analogous Colors of #522ccc

#522ccc #a22ccc #2c56cc

Monochromatic Colors of #522ccc

#522ccc

Complementary Color

#522ccc #a6cc2c

#522ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#522ccc Color CSS Codes

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

#522ccc Text Font Color

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

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


#522ccc Background Color

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

This div background color is #522ccc


#522ccc Border Color

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

This div border color is #522ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522ccc


Comments

No comments written yet.

Please login to write comment.