Color Hex Logo

#52142a Color Hex

#52142A
(82,20,42)
0 Favorites   0 Comments

Color spaces of #52142a

RGB 822042
HSL0.940.610.20
HSV339°76°32°
CMYK 0.000.760.49   0.68
XYZ4.14772.46132.4470
Yxy2.46130.45800.2718
Hunter Lab15.688519.73651.7343
CIE-Lab17.742730.59001.7369

#52142a color RGB value is (82,20,42).

#52142a hex color red value is 82, green value is 20 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #52142a hue: 0.94 , saturation: 0.61 and the lightness value of 52142a is 0.20.

The process color (four color CMYK) of #52142a color hex is 0.00, 0.76, 0.49, 0.68. Web safe color of #52142a is #660033. Color #52142a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010100 00101010
Octal 122 24 52
Decimal 82 20 42
Hex 52 14 2A

RGB Percentages of Color #52142a

%56.94
%13.89
%29.17

CMYK Percentages of Color #52142a

%0
%76
%49
%68

Triadic Colors of #52142a

#52142a #2a5214 #142a52

Analogous Colors of #52142a

#52142a #521d14 #521449

Monochromatic Colors of #52142a

#52142a

Complementary Color

#52142a #14523c

#52142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52142a Color CSS Codes

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

#52142a Text Font Color

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

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


#52142a Background Color

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

This div background color is #52142a


#52142a Border Color

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

This div border color is #52142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52142a


Comments

No comments written yet.

Please login to write comment.