Color Hex Logo

#52053c Color Hex

#52053C
(82,5,60)
0 Favorites   0 Comments

Color spaces of #52053c

RGB 82560
HSL0.880.890.17
HSV317°94°32°
CMYK 0.000.940.27   0.68
XYZ4.34962.22864.4759
Yxy2.22860.39350.2016
Hunter Lab14.928525.8833-7.3265
CIE-Lab16.643938.1372-12.7419

#52053c color RGB value is (82,5,60).

#52053c hex color red value is 82, green value is 5 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #52053c hue: 0.88 , saturation: 0.89 and the lightness value of 52053c is 0.17.

The process color (four color CMYK) of #52053c color hex is 0.00, 0.94, 0.27, 0.68. Web safe color of #52053c is #660033. Color #52053c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000101 00111100
Octal 122 5 74
Decimal 82 5 60
Hex 52 5 3C

RGB Percentages of Color #52053c

%55.78
%3.40
%40.82

CMYK Percentages of Color #52053c

%0
%94
%27
%68

Triadic Colors of #52053c

#52053c #3c5205 #053c52

Analogous Colors of #52053c

#52053c #520516 #420552

Monochromatic Colors of #52053c

#52053c

Complementary Color

#52053c #05521b

#52053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52053c Color CSS Codes

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

#52053c Text Font Color

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

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


#52053c Background Color

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

This div background color is #52053c


#52053c Border Color

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

This div border color is #52053c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52053c


Comments

No comments written yet.

Please login to write comment.