Color Hex Logo

#501c52 Color Hex

#501C52
(80,28,82)
0 Favorites   0 Comments

Color spaces of #501c52

RGB 802882
HSL0.830.490.22
HSV298°66°32°
CMYK 0.020.660.00   0.68
XYZ5.24653.14528.3132
Yxy3.14520.31410.1883
Hunter Lab17.734721.7703-15.3781
CIE-Lab20.616332.5479-21.7148

#501c52 color RGB value is (80,28,82).

#501c52 hex color red value is 80, green value is 28 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #501c52 hue: 0.83 , saturation: 0.49 and the lightness value of 501c52 is 0.22.

The process color (four color CMYK) of #501c52 color hex is 0.02, 0.66, 0.00, 0.68. Web safe color of #501c52 is #663366. Color #501c52 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011100 01010010
Octal 120 34 122
Decimal 80 28 82
Hex 50 1C 52

RGB Percentages of Color #501c52

%42.11
%14.74
%43.16

CMYK Percentages of Color #501c52

%2
%66
%0
%68

Triadic Colors of #501c52

#501c52 #52501c #1c5250

Analogous Colors of #501c52

#501c52 #521c39 #351c52

Monochromatic Colors of #501c52

#501c52

Complementary Color

#501c52 #1e521c

#501c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501c52 Color CSS Codes

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

#501c52 Text Font Color

<p style="color:#501c52">Text here</p>

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


#501c52 Background Color

<div style="background-color:#501c52">
Div content here</div>

This div background color is #501c52


#501c52 Border Color

<div style="border:3px solid #501c52">
Div here</div>

This div border color is #501c52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,28,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501c52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501c52;
  -webkit-box-shadow: 1px 1px 3px 2px #501c52;
  box-shadow:         1px 1px 3px 2px #501c52; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,28,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 #501c52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501c52


Comments

No comments written yet.

Please login to write comment.