Color Hex Logo

#52040a Color Hex

#52040A
(82,4,10)
0 Favorites   0 Comments

Color spaces of #52040a

RGB 82410
HSL0.990.910.17
HSV355°95°32°
CMYK 0.000.950.88   0.68
XYZ3.57791.90260.4658
Yxy1.90260.60170.3200
Hunter Lab13.793522.16277.6532
CIE-Lab14.967634.090519.1436

#52040a color RGB value is (82,4,10).

#52040a hex color red value is 82, green value is 4 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #52040a hue: 0.99 , saturation: 0.91 and the lightness value of 52040a is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 00001010
Octal 122 4 12
Decimal 82 4 10
Hex 52 4 A

RGB Percentages of Color #52040a

%85.42
%4.17
%10.42

CMYK Percentages of Color #52040a

%0
%95
%88
%68

Triadic Colors of #52040a

#52040a #0a5204 #040a52

Analogous Colors of #52040a

#52040a #522504 #520431

Monochromatic Colors of #52040a

#52040a

Complementary Color

#52040a #04524c

#52040a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52040a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52040a Color CSS Codes

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

#52040a Text Font Color

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

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


#52040a Background Color

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

This div background color is #52040a


#52040a Border Color

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

This div border color is #52040a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,4,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 #52040a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52040a


Comments

No comments written yet.

Please login to write comment.