Color Hex Logo

#501970 Color Hex

#501970
(80,25,112)
0 Favorites   0 Comments

Color spaces of #501970

RGB 8025112
HSL0.770.640.27
HSV278°78°44°
CMYK 0.290.780.00   0.56
XYZ6.58053.570615.6716
Yxy3.57060.25480.1383
Hunter Lab18.896029.0942-35.9455
CIE-Lab22.197840.6643-38.9545

#501970 color RGB value is (80,25,112).

#501970 hex color red value is 80, green value is 25 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #501970 hue: 0.77 , saturation: 0.64 and the lightness value of 501970 is 0.27.

The process color (four color CMYK) of #501970 color hex is 0.29, 0.78, 0.00, 0.56. Web safe color of #501970 is #660066. Color #501970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 01110000
Octal 120 31 160
Decimal 80 25 112
Hex 50 19 70

RGB Percentages of Color #501970

%36.87
%11.52
%51.61

CMYK Percentages of Color #501970

%29
%78
%0
%56

Triadic Colors of #501970

#501970 #705019 #197050

Analogous Colors of #501970

#501970 #701965 #241970

Monochromatic Colors of #501970

#501970

Complementary Color

#501970 #397019

#501970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501970 Color CSS Codes

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

#501970 Text Font Color

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

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


#501970 Background Color

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

This div background color is #501970


#501970 Border Color

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

This div border color is #501970


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,25,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #501970; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #501970;
  -webkit-box-shadow: 1px 1px 3px 2px #501970;
  box-shadow:         1px 1px 3px 2px #501970; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501970


Comments

No comments written yet.

Please login to write comment.