Color Hex Logo

#520254 Color Hex

#520254
(82,2,84)
0 Favorites   0 Comments

Color spaces of #520254

RGB 82284
HSL0.830.950.17
HSV299°98°33°
CMYK 0.020.980.00   0.67
XYZ5.10162.47738.5968
Yxy2.47730.31540.1531
Hunter Lab15.739430.3129-21.3663
CIE-Lab17.815642.8506-27.4975

#520254 color RGB value is (82,2,84).

#520254 hex color red value is 82, green value is 2 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #520254 hue: 0.83 , saturation: 0.95 and the lightness value of 520254 is 0.17.

The process color (four color CMYK) of #520254 color hex is 0.02, 0.98, 0.00, 0.67. Web safe color of #520254 is #660066. Color #520254 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 01010100
Octal 122 2 124
Decimal 82 2 84
Hex 52 2 54

RGB Percentages of Color #520254

%48.81
%1.19
%50.00

CMYK Percentages of Color #520254

%2
%98
%0
%67

Triadic Colors of #520254

#520254 #545202 #025452

Analogous Colors of #520254

#520254 #54022d #290254

Monochromatic Colors of #520254

#520254

Complementary Color

#520254 #045402

#520254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520254 Color CSS Codes

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

#520254 Text Font Color

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

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


#520254 Background Color

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

This div background color is #520254


#520254 Border Color

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

This div border color is #520254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520254


Comments

No comments written yet.

Please login to write comment.