#5a0052

#5a0052 color hex

#5a0052 hex color information.
RGB value of #5a0052 is (90,0,82)
Change page background color to #5a0052 | Reset

#5a0052 rgb color chart

Color spaces of #5a0052

RGB 90082
HSL0.851.000.18
HSV305°100°35°
CMYK 0.001.000.09   0.65
XYZ5.73942.78298.2173
Yxy2.78290.34290.1662
Hunter Lab16.682032.2188-17.5279
CIE-Lab19.152644.6413-23.9108

Shades of #5a0052

Tints of #5a0052

RGB Percentages of Color #5a0052

%52.33
%0.00
%47.67

CMYK Percentages of Color #5a0052

%0
%100
%9
%65

#5a0052 Color Info

#5a0052 hex color red value is 90, green value is 0 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #5a0052 hue: 0.85 , saturation: 1.00 and the lightness value of 5a0052 is 0.18.

The process color (four color CMYK) of #5a0052 hex color is 0.00, 1.00, 0.09, 0.65. Web safe color of #5a0052 is #660066

Color #5a0052 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 00000000 01010010
Octal 132 0 122
Decimal 90 0 82
Hexadecimal 5A 0 52

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #5a0052

Triadic Colors of #5a0052

#5a0052 #525a00 #00525a

Analogous Colors of #5a0052

#5a0052 #5a0025 #34005a

Complementary Color of #5a0052

#5a0052 #005a07

#5a0052 HSL Color Chart
#5a0052 hsl color chart
#5a0052 RGB Color Chart

#5a0052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a0052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a0052 Color CSS Codes

.mybgcolor {background-color:#5a0052; } 
.myforecolor {color:#5a0052; }
.mybordercolor {border:3px solid #5a0052; }
Sample text font color #5a0052

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

html code
<p style="color:#5a0052">Text here</p>
#5a0052 background color

This div background color is #5a0052

<div style="background-color:#5a0052">
Div content here</div>
#5a0052 border color

This div border color is #5a0052

<div style="border:3px solid #5a0052">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #5a0052 Color Sample
#5a0052border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(90,0,82, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #5a0052; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #5a0052;
  -webkit-box-shadow: 1px 1px 3px 2px #5a0052;
  box-shadow:         1px 1px 3px 2px #5a0052; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,0,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5a0052">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #5a0052

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top