Color Hex Logo

#522275 Color Hex

#522275
(82,34,117)
0 Favorites   0 Comments

Color spaces of #522275

RGB 8234117
HSL0.760.550.30
HSV275°71°46°
CMYK 0.300.710.00   0.54
XYZ7.26264.222217.2618
Yxy4.22220.25260.1469
Hunter Lab20.548027.1311-35.4243
CIE-Lab24.392838.0649-38.6016

#522275 color RGB value is (82,34,117).

#522275 hex color red value is 82, green value is 34 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #522275 hue: 0.76 , saturation: 0.55 and the lightness value of 522275 is 0.30.

The process color (four color CMYK) of #522275 color hex is 0.30, 0.71, 0.00, 0.54. Web safe color of #522275 is #663366. Color #522275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100010 01110101
Octal 122 42 165
Decimal 82 34 117
Hex 52 22 75

RGB Percentages of Color #522275

%35.19
%14.59
%50.21

CMYK Percentages of Color #522275

%30
%71
%0
%54

Triadic Colors of #522275

#522275 #755222 #227552

Analogous Colors of #522275

#522275 #75226f #292275

Monochromatic Colors of #522275

#522275

Complementary Color

#522275 #457522

#522275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522275 Color CSS Codes

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

#522275 Text Font Color

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

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


#522275 Background Color

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

This div background color is #522275


#522275 Border Color

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

This div border color is #522275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522275


Comments

No comments written yet.

Please login to write comment.