Color Hex Logo

#52064c Color Hex

#52064C
(82,6,76)
0 Favorites   0 Comments

Color spaces of #52064c

RGB 82676
HSL0.850.860.17
HSV305°93°32°
CMYK 0.000.930.07   0.68
XYZ4.84932.44597.0540
Yxy2.44590.33790.1705
Hunter Lab15.639427.9786-15.7947
CIE-Lab17.672240.3072-22.2704

#52064c color RGB value is (82,6,76).

#52064c hex color red value is 82, green value is 6 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #52064c hue: 0.85 , saturation: 0.86 and the lightness value of 52064c is 0.17.

The process color (four color CMYK) of #52064c color hex is 0.00, 0.93, 0.07, 0.68. Web safe color of #52064c is #660033. Color #52064c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000110 01001100
Octal 122 6 114
Decimal 82 6 76
Hex 52 6 4C

RGB Percentages of Color #52064c

%50.00
%3.66
%46.34

CMYK Percentages of Color #52064c

%0
%93
%7
%68

Triadic Colors of #52064c

#52064c #4c5206 #064c52

Analogous Colors of #52064c

#52064c #520626 #320652

Monochromatic Colors of #52064c

#52064c

Complementary Color

#52064c #06520c

#52064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52064c Color CSS Codes

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

#52064c Text Font Color

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

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


#52064c Background Color

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

This div background color is #52064c


#52064c Border Color

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

This div border color is #52064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52064c


Comments

No comments written yet.

Please login to write comment.