Color Hex Logo

#522276 Color Hex

#522276
(82,34,118)
0 Favorites   0 Comments

Color spaces of #522276

RGB 8234118
HSL0.760.550.30
HSV274°71°46°
CMYK 0.310.710.00   0.54
XYZ7.32174.245917.5732
Yxy4.24590.25130.1457
Hunter Lab20.605627.3659-36.1408
CIE-Lab24.468338.3137-39.1185

#522276 color RGB value is (82,34,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100010 01110110
Octal 122 42 166
Decimal 82 34 118
Hex 52 22 76

RGB Percentages of Color #522276

%35.04
%14.53
%50.43

CMYK Percentages of Color #522276

%31
%71
%0
%54

Triadic Colors of #522276

#522276 #765222 #227652

Analogous Colors of #522276

#522276 #762270 #282276

Monochromatic Colors of #522276

#522276

Complementary Color

#522276 #467622

#522276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522276 Color CSS Codes

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

#522276 Text Font Color

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

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


#522276 Background Color

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

This div background color is #522276


#522276 Border Color

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

This div border color is #522276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522276


Comments

No comments written yet.

Please login to write comment.