Color Hex Logo

#502aa9 Color Hex

#502AA9
(80,42,169)
0 Favorites   0 Comments

Color spaces of #502aa9

RGB 8042169
HSL0.720.600.41
HSV258°75°66°
CMYK 0.530.750.00   0.34
XYZ11.29776.226038.1424
Yxy6.22600.20300.1118
Hunter Lab24.952037.1550-73.1663
CIE-Lab29.975647.6699-61.7187

#502aa9 color RGB value is (80,42,169).

#502aa9 hex color red value is 80, green value is 42 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #502aa9 hue: 0.72 , saturation: 0.60 and the lightness value of 502aa9 is 0.41.

The process color (four color CMYK) of #502aa9 color hex is 0.53, 0.75, 0.00, 0.34. Web safe color of #502aa9 is #663399. Color #502aa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101010 10101001
Octal 120 52 251
Decimal 80 42 169
Hex 50 2A A9

RGB Percentages of Color #502aa9

%27.49
%14.43
%58.08

CMYK Percentages of Color #502aa9

%53
%75
%0
%34

Triadic Colors of #502aa9

#502aa9 #a9502a #2aa950

Analogous Colors of #502aa9

#502aa9 #902aa9 #2a44a9

Monochromatic Colors of #502aa9

#502aa9

Complementary Color

#502aa9 #83a92a

#502aa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502aa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502aa9 Color CSS Codes

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

#502aa9 Text Font Color

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

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


#502aa9 Background Color

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

This div background color is #502aa9


#502aa9 Border Color

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

This div border color is #502aa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502aa9


Comments

No comments written yet.

Please login to write comment.