Color Hex Logo

#52073a Color Hex

#52073A
(82,7,58)
0 Favorites   0 Comments

Color spaces of #52073a

RGB 82758
HSL0.890.840.17
HSV319°91°32°
CMYK 0.000.910.29   0.68
XYZ4.31942.25134.2099
Yxy2.25130.40070.2088
Hunter Lab15.004325.1284-6.1325
CIE-Lab16.754437.2462-11.1561

#52073a color RGB value is (82,7,58).

#52073a hex color red value is 82, green value is 7 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #52073a hue: 0.89 , saturation: 0.84 and the lightness value of 52073a is 0.17.

The process color (four color CMYK) of #52073a color hex is 0.00, 0.91, 0.29, 0.68. Web safe color of #52073a is #660033. Color #52073a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000111 00111010
Octal 122 7 72
Decimal 82 7 58
Hex 52 7 3A

RGB Percentages of Color #52073a

%55.78
%4.76
%39.46

CMYK Percentages of Color #52073a

%0
%91
%29
%68

Triadic Colors of #52073a

#52073a #3a5207 #073a52

Analogous Colors of #52073a

#52073a #520715 #450752

Monochromatic Colors of #52073a

#52073a

Complementary Color

#52073a #07521f

#52073a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52073a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52073a Color CSS Codes

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

#52073a Text Font Color

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

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


#52073a Background Color

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

This div background color is #52073a


#52073a Border Color

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

This div border color is #52073a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52073a


Comments

No comments written yet.

Please login to write comment.