Color Hex Logo

#520211 Color Hex

#520211
(82,2,17)
0 Favorites   0 Comments

Color spaces of #520211

RGB 82217
HSL0.970.950.16
HSV349°98°32°
CMYK 0.000.980.79   0.68
XYZ3.60261.87770.7029
Yxy1.87770.58260.3037
Hunter Lab13.702922.94896.5507
CIE-Lab14.831935.060115.5183

#520211 color RGB value is (82,2,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 00010001
Octal 122 2 21
Decimal 82 2 17
Hex 52 2 11

RGB Percentages of Color #520211

%81.19
%1.98
%16.83

CMYK Percentages of Color #520211

%0
%98
%79
%68

Triadic Colors of #520211

#520211 #115202 #021152

Analogous Colors of #520211

#520211 #521b02 #520239

Monochromatic Colors of #520211

#520211

Complementary Color

#520211 #025243

#520211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520211 Color CSS Codes

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

#520211 Text Font Color

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

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


#520211 Background Color

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

This div background color is #520211


#520211 Border Color

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

This div border color is #520211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520211


Comments

No comments written yet.

Please login to write comment.