Color Hex Logo

#52042d Color Hex

#52042D
(82,4,45)
0 Favorites   0 Comments

Color spaces of #52042d

RGB 82445
HSL0.910.910.17
HSV328°95°32°
CMYK 0.000.950.45   0.68
XYZ3.99672.07012.6715
Yxy2.07010.45740.2369
Hunter Lab14.387824.4056-0.9373
CIE-Lab15.850936.5815-3.2006

#52042d color RGB value is (82,4,45).

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

The process color (four color CMYK) of #52042d color hex is 0.00, 0.95, 0.45, 0.68. Web safe color of #52042d is #660033. Color #52042d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000100 00101101
Octal 122 4 55
Decimal 82 4 45
Hex 52 4 2D

RGB Percentages of Color #52042d

%62.60
%3.05
%34.35

CMYK Percentages of Color #52042d

%0
%95
%45
%68

Triadic Colors of #52042d

#52042d #2d5204 #042d52

Analogous Colors of #52042d

#52042d #520406 #500452

Monochromatic Colors of #52042d

#52042d

Complementary Color

#52042d #045229

#52042d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52042d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52042d Color CSS Codes

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

#52042d Text Font Color

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

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


#52042d Background Color

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

This div background color is #52042d


#52042d Border Color

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

This div border color is #52042d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52042d


Comments

No comments written yet.

Please login to write comment.