Color Hex Logo

#52020a Color Hex

#52020A
(82,2,10)
0 Favorites   0 Comments

Color spaces of #52020a

RGB 82210
HSL0.980.950.16
HSV354°98°32°
CMYK 0.000.980.88   0.68
XYZ3.55621.85920.4586
Yxy1.85920.60540.3165
Hunter Lab13.635222.69287.5505
CIE-Lab14.730334.773818.8375

#52020a color RGB value is (82,2,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 00001010
Octal 122 2 12
Decimal 82 2 10
Hex 52 2 A

RGB Percentages of Color #52020a

%87.23
%2.13
%10.64

CMYK Percentages of Color #52020a

%0
%98
%88
%68

Triadic Colors of #52020a

#52020a #0a5202 #020a52

Analogous Colors of #52020a

#52020a #522202 #520232

Monochromatic Colors of #52020a

#52020a

Complementary Color

#52020a #02524a

#52020a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52020a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52020a Color CSS Codes

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

#52020a Text Font Color

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

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


#52020a Background Color

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

This div background color is #52020a


#52020a Border Color

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

This div border color is #52020a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52020a


Comments

No comments written yet.

Please login to write comment.