Color Hex Logo

#502979 Color Hex

#502979
(80,41,121)
0 Favorites   0 Comments

Color spaces of #502979

RGB 8041121
HSL0.750.490.32
HSV269°66°47°
CMYK 0.340.660.00   0.53
XYZ7.55244.671818.5929
Yxy4.67180.24510.1516
Hunter Lab21.614324.5457-35.8719
CIE-Lab25.778534.8776-38.9262

#502979 color RGB value is (80,41,121).

#502979 hex color red value is 80, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #502979 hue: 0.75 , saturation: 0.49 and the lightness value of 502979 is 0.32.

The process color (four color CMYK) of #502979 color hex is 0.34, 0.66, 0.00, 0.53. Web safe color of #502979 is #663366. Color #502979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 01111001
Octal 120 51 171
Decimal 80 41 121
Hex 50 29 79

RGB Percentages of Color #502979

%33.06
%16.94
%50.00

CMYK Percentages of Color #502979

%34
%66
%0
%53

Triadic Colors of #502979

#502979 #795029 #297950

Analogous Colors of #502979

#502979 #782979 #292a79

Monochromatic Colors of #502979

#502979

Complementary Color

#502979 #527929

#502979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502979 Color CSS Codes

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

#502979 Text Font Color

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

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


#502979 Background Color

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

This div background color is #502979


#502979 Border Color

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

This div border color is #502979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502979


Comments

No comments written yet.

Please login to write comment.