Color Hex Logo

#52024b Color Hex

#52024B
(82,2,75)
0 Favorites   0 Comments

Color spaces of #52024b

RGB 82275
HSL0.850.950.16
HSV305°98°32°
CMYK 0.000.980.09   0.68
XYZ4.77142.34536.8578
Yxy2.34530.34140.1678
Hunter Lab15.314428.8139-15.8301
CIE-Lab17.204041.3266-22.3257

#52024b color RGB value is (82,2,75).

#52024b hex color red value is 82, green value is 2 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #52024b hue: 0.85 , saturation: 0.95 and the lightness value of 52024b is 0.16.

The process color (four color CMYK) of #52024b color hex is 0.00, 0.98, 0.09, 0.68. Web safe color of #52024b is #660033. Color #52024b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000010 01001011
Octal 122 2 113
Decimal 82 2 75
Hex 52 2 4B

RGB Percentages of Color #52024b

%51.57
%1.26
%47.17

CMYK Percentages of Color #52024b

%0
%98
%9
%68

Triadic Colors of #52024b

#52024b #4b5202 #024b52

Analogous Colors of #52024b

#52024b #520223 #310252

Monochromatic Colors of #52024b

#52024b

Complementary Color

#52024b #025209

#52024b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52024b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52024b Color CSS Codes

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

#52024b Text Font Color

<p style="color:#52024b">Text here</p>

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


#52024b Background Color

<div style="background-color:#52024b">
Div content here</div>

This div background color is #52024b


#52024b Border Color

<div style="border:3px solid #52024b">
Div here</div>

This div border color is #52024b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52024b


Comments

No comments written yet.

Please login to write comment.