Color Hex Logo

#522fac Color Hex

#522FAC
(82,47,172)
0 Favorites   0 Comments

Color spaces of #522fac

RGB 8247172
HSL0.710.570.43
HSV257°73°67°
CMYK 0.520.730.00   0.33
XYZ11.94266.805439.7139
Yxy6.80540.20430.1164
Hunter Lab26.087236.0641-71.9994
CIE-Lab31.359746.2954-61.2426

#522fac color RGB value is (82,47,172).

#522fac hex color red value is 82, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #522fac hue: 0.71 , saturation: 0.57 and the lightness value of 522fac is 0.43.

The process color (four color CMYK) of #522fac color hex is 0.52, 0.73, 0.00, 0.33. Web safe color of #522fac is #663399. Color #522fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101111 10101100
Octal 122 57 254
Decimal 82 47 172
Hex 52 2F AC

RGB Percentages of Color #522fac

%27.24
%15.61
%57.14

CMYK Percentages of Color #522fac

%52
%73
%0
%33

Triadic Colors of #522fac

#522fac #ac522f #2fac52

Analogous Colors of #522fac

#522fac #912fac #2f4bac

Monochromatic Colors of #522fac

#522fac

Complementary Color

#522fac #89ac2f

#522fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#522fac Color CSS Codes

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

#522fac Text Font Color

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

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


#522fac Background Color

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

This div background color is #522fac


#522fac Border Color

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

This div border color is #522fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522fac


Comments

No comments written yet.

Please login to write comment.