Color Hex Logo

#520839 Color Hex

#520839
(82,8,57)
0 Favorites   0 Comments

Color spaces of #520839

RGB 82857
HSL0.890.820.18
HSV320°90°32°
CMYK 0.000.900.30   0.68
XYZ4.30502.26294.0808
Yxy2.26290.40430.2125
Hunter Lab15.042924.7581-5.5539
CIE-Lab16.810536.8057-10.3608

#520839 color RGB value is (82,8,57).

#520839 hex color red value is 82, green value is 8 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #520839 hue: 0.89 , saturation: 0.82 and the lightness value of 520839 is 0.18.

The process color (four color CMYK) of #520839 color hex is 0.00, 0.90, 0.30, 0.68. Web safe color of #520839 is #660033. Color #520839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001000 00111001
Octal 122 10 71
Decimal 82 8 57
Hex 52 8 39

RGB Percentages of Color #520839

%55.78
%5.44
%38.78

CMYK Percentages of Color #520839

%0
%90
%30
%68

Triadic Colors of #520839

#520839 #395208 #083952

Analogous Colors of #520839

#520839 #520814 #460852

Monochromatic Colors of #520839

#520839

Complementary Color

#520839 #085221

#520839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520839 Color CSS Codes

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

#520839 Text Font Color

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

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


#520839 Background Color

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

This div background color is #520839


#520839 Border Color

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

This div border color is #520839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520839


Comments

No comments written yet.

Please login to write comment.