Color Hex Logo

#522989 Color Hex

#522989
(82,41,137)
0 Favorites   0 Comments

Color spaces of #522989

RGB 8241137
HSL0.740.540.35
HSV266°70°54°
CMYK 0.400.700.00   0.46
XYZ8.78805.185924.2047
Yxy5.18590.23020.1358
Hunter Lab22.772629.0317-47.0778
CIE-Lab27.258039.6363-46.5728

#522989 color RGB value is (82,41,137).

#522989 hex color red value is 82, green value is 41 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #522989 hue: 0.74 , saturation: 0.54 and the lightness value of 522989 is 0.35.

The process color (four color CMYK) of #522989 color hex is 0.40, 0.70, 0.00, 0.46. Web safe color of #522989 is #663399. Color #522989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101001 10001001
Octal 122 51 211
Decimal 82 41 137
Hex 52 29 89

RGB Percentages of Color #522989

%31.54
%15.77
%52.69

CMYK Percentages of Color #522989

%40
%70
%0
%46

Triadic Colors of #522989

#522989 #895229 #298952

Analogous Colors of #522989

#522989 #822989 #293089

Monochromatic Colors of #522989

#522989

Complementary Color

#522989 #608929

#522989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522989 Color CSS Codes

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

#522989 Text Font Color

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

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


#522989 Background Color

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

This div background color is #522989


#522989 Border Color

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

This div border color is #522989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522989


Comments

No comments written yet.

Please login to write comment.