Color Hex Logo

#520213 Color Hex

#520213
(82,2,19)
0 Favorites   0 Comments

Color spaces of #520213

RGB 82219
HSL0.960.950.16
HSV347°98°32°
CMYK 0.000.980.77   0.68
XYZ3.61891.88430.7891
Yxy1.88430.57510.2995
Hunter Lab13.727023.03656.2006
CIE-Lab14.868035.157514.3476

#520213 color RGB value is (82,2,19).

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

The process color (four color CMYK) of #520213 color hex is 0.00, 0.98, 0.77, 0.68. Web safe color of #520213 is #660000. Color #520213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 00010011
Octal 122 2 23
Decimal 82 2 19
Hex 52 2 13

RGB Percentages of Color #520213

%79.61
%1.94
%18.45

CMYK Percentages of Color #520213

%0
%98
%77
%68

Triadic Colors of #520213

#520213 #135202 #021352

Analogous Colors of #520213

#520213 #521902 #52023b

Monochromatic Colors of #520213

#520213

Complementary Color

#520213 #025241

#520213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520213 Color CSS Codes

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

#520213 Text Font Color

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

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


#520213 Background Color

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

This div background color is #520213


#520213 Border Color

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

This div border color is #520213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520213


Comments

No comments written yet.

Please login to write comment.