Color Hex Logo

#5013aa Color Hex

#5013AA
(80,19,170)
0 Favorites   0 Comments

Color spaces of #5013aa

RGB 8019170
HSL0.730.800.37
HSV264°89°67°
CMYK 0.530.890.00   0.33
XYZ10.79685.073538.4404
Yxy5.07350.19880.0934
Hunter Lab22.524446.1440-85.4178
CIE-Lab26.943157.0527-67.3134

#5013aa color RGB value is (80,19,170).

#5013aa hex color red value is 80, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5013aa hue: 0.73 , saturation: 0.80 and the lightness value of 5013aa is 0.37.

The process color (four color CMYK) of #5013aa color hex is 0.53, 0.89, 0.00, 0.33. Web safe color of #5013aa is #660099. Color #5013aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 10101010
Octal 120 23 252
Decimal 80 19 170
Hex 50 13 AA

RGB Percentages of Color #5013aa

%29.74
%7.06
%63.20

CMYK Percentages of Color #5013aa

%53
%89
%0
%33

Triadic Colors of #5013aa

#5013aa #aa5013 #13aa50

Analogous Colors of #5013aa

#5013aa #9c13aa #1322aa

Monochromatic Colors of #5013aa

#5013aa

Complementary Color

#5013aa #6daa13

#5013aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5013aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5013aa Color CSS Codes

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

#5013aa Text Font Color

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

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


#5013aa Background Color

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

This div background color is #5013aa


#5013aa Border Color

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

This div border color is #5013aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,19,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5013aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5013aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5013aa;
  box-shadow:         1px 1px 3px 2px #5013aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5013aa


Comments

No comments written yet.

Please login to write comment.