Color Hex Logo

#522abc Color Hex

#522ABC
(82,42,188)
0 Favorites   0 Comments

Color spaces of #522abc

RGB 8242188
HSL0.710.630.45
HSV256°78°74°
CMYK 0.560.780.00   0.26
XYZ13.38477.080648.2382
Yxy7.08060.19480.1031
Hunter Lab26.609443.2202-88.8559
CIE-Lab31.989753.2796-69.7254

#522abc color RGB value is (82,42,188).

#522abc hex color red value is 82, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #522abc hue: 0.71 , saturation: 0.63 and the lightness value of 522abc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101010 10111100
Octal 122 52 274
Decimal 82 42 188
Hex 52 2A BC

RGB Percentages of Color #522abc

%26.28
%13.46
%60.26

CMYK Percentages of Color #522abc

%56
%78
%0
%26

Triadic Colors of #522abc

#522abc #bc522a #2abc52

Analogous Colors of #522abc

#522abc #9b2abc #2a4bbc

Monochromatic Colors of #522abc

#522abc

Complementary Color

#522abc #94bc2a

#522abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#522abc Color CSS Codes

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

#522abc Text Font Color

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

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


#522abc Background Color

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

This div background color is #522abc


#522abc Border Color

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

This div border color is #522abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522abc


Comments

No comments written yet.

Please login to write comment.