Color Hex Logo

#502966 Color Hex

#502966
(80,41,102)
0 Favorites   0 Comments

Color spaces of #502966

RGB 8041102
HSL0.770.430.28
HSV278°60°40°
CMYK 0.220.600.00   0.60
XYZ6.49954.250713.0483
Yxy4.25070.27310.1786
Hunter Lab20.617220.1913-23.0916
CIE-Lab24.483529.9663-28.8049

#502966 color RGB value is (80,41,102).

#502966 hex color red value is 80, green value is 41 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #502966 hue: 0.77 , saturation: 0.43 and the lightness value of 502966 is 0.28.

The process color (four color CMYK) of #502966 color hex is 0.22, 0.60, 0.00, 0.60. Web safe color of #502966 is #663366. Color #502966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 01100110
Octal 120 51 146
Decimal 80 41 102
Hex 50 29 66

RGB Percentages of Color #502966

%35.87
%18.39
%45.74

CMYK Percentages of Color #502966

%22
%60
%0
%60

Triadic Colors of #502966

#502966 #665029 #296650

Analogous Colors of #502966

#502966 #66295e #322966

Monochromatic Colors of #502966

#502966

Complementary Color

#502966 #3f6629

#502966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502966 Color CSS Codes

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

#502966 Text Font Color

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

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


#502966 Background Color

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

This div background color is #502966


#502966 Border Color

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

This div border color is #502966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502966

#502966 Color Palettes


Comments

No comments written yet.

Please login to write comment.