Color Hex Logo

#522896 Color Hex

#522896
(82,40,150)
0 Favorites   0 Comments

Color spaces of #522896

RGB 8240150
HSL0.730.580.37
HSV263°73°59°
CMYK 0.450.730.00   0.41
XYZ9.74355.513429.4048
Yxy5.51340.21820.1234
Hunter Lab23.480632.9791-57.8124
CIE-Lab28.150043.7051-53.1547

#522896 color RGB value is (82,40,150).

#522896 hex color red value is 82, green value is 40 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #522896 hue: 0.73 , saturation: 0.58 and the lightness value of 522896 is 0.37.

The process color (four color CMYK) of #522896 color hex is 0.45, 0.73, 0.00, 0.41. Web safe color of #522896 is #663399. Color #522896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101000 10010110
Octal 122 50 226
Decimal 82 40 150
Hex 52 28 96

RGB Percentages of Color #522896

%30.15
%14.71
%55.15

CMYK Percentages of Color #522896

%45
%73
%0
%41

Triadic Colors of #522896

#522896 #965228 #289652

Analogous Colors of #522896

#522896 #892896 #283596

Monochromatic Colors of #522896

#522896

Complementary Color

#522896 #6c9628

#522896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522896 Color CSS Codes

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

#522896 Text Font Color

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

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


#522896 Background Color

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

This div background color is #522896


#522896 Border Color

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

This div border color is #522896


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,40,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #522896; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #522896;
  -webkit-box-shadow: 1px 1px 3px 2px #522896;
  box-shadow:         1px 1px 3px 2px #522896; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522896


Comments

No comments written yet.

Please login to write comment.