Color Hex Logo

#502c9a Color Hex

#502C9A
(80,44,154)
0 Favorites   0 Comments

Color spaces of #502c9a

RGB 8044154
HSL0.720.560.39
HSV260°71°60°
CMYK 0.480.710.00   0.40
XYZ10.04175.839931.1698
Yxy5.83990.21340.1241
Hunter Lab24.165931.8822-59.5577
CIE-Lab29.004942.3837-54.2173

#502c9a color RGB value is (80,44,154).

#502c9a hex color red value is 80, green value is 44 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #502c9a hue: 0.72 , saturation: 0.56 and the lightness value of 502c9a is 0.39.

The process color (four color CMYK) of #502c9a color hex is 0.48, 0.71, 0.00, 0.40. Web safe color of #502c9a is #663399. Color #502c9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 10011010
Octal 120 54 232
Decimal 80 44 154
Hex 50 2C 9A

RGB Percentages of Color #502c9a

%28.78
%15.83
%55.40

CMYK Percentages of Color #502c9a

%48
%71
%0
%40

Triadic Colors of #502c9a

#502c9a #9a502c #2c9a50

Analogous Colors of #502c9a

#502c9a #872c9a #2c3f9a

Monochromatic Colors of #502c9a

#502c9a

Complementary Color

#502c9a #769a2c

#502c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#502c9a Color CSS Codes

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

#502c9a Text Font Color

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

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


#502c9a Background Color

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

This div background color is #502c9a


#502c9a Border Color

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

This div border color is #502c9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,44,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502c9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502c9a;
  -webkit-box-shadow: 1px 1px 3px 2px #502c9a;
  box-shadow:         1px 1px 3px 2px #502c9a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502c9a


Comments

No comments written yet.

Please login to write comment.