Color Hex Logo

#520825 Color Hex

#520825
(82,8,37)
0 Favorites   0 Comments

Color spaces of #520825

RGB 82837
HSL0.930.820.18
HSV336°90°32°
CMYK 0.000.900.55   0.68
XYZ3.90042.10111.9502
Yxy2.10110.49050.2642
Hunter Lab14.495222.66472.1697
CIE-Lab16.009134.49182.8598

#520825 color RGB value is (82,8,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001000 00100101
Octal 122 10 45
Decimal 82 8 37
Hex 52 8 25

RGB Percentages of Color #520825

%64.57
%6.30
%29.13

CMYK Percentages of Color #520825

%0
%90
%55
%68

Triadic Colors of #520825

#520825 #255208 #082552

Analogous Colors of #520825

#520825 #521008 #52084a

Monochromatic Colors of #520825

#520825

Complementary Color

#520825 #085235

#520825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520825 Color CSS Codes

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

#520825 Text Font Color

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

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


#520825 Background Color

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

This div background color is #520825


#520825 Border Color

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

This div border color is #520825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520825


Comments

No comments written yet.

Please login to write comment.