Color Hex Logo

#5015aa Color Hex

#5015AA
(80,21,170)
0 Favorites   0 Comments

Color spaces of #5015aa

RGB 8021170
HSL0.730.780.37
HSV264°88°67°
CMYK 0.530.880.00   0.33
XYZ10.83215.144138.4522
Yxy5.14410.19900.0945
Hunter Lab22.680645.5593-84.6425
CIE-Lab27.141456.4617-66.9860

#5015aa color RGB value is (80,21,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 10101010
Octal 120 25 252
Decimal 80 21 170
Hex 50 15 AA

RGB Percentages of Color #5015aa

%29.52
%7.75
%62.73

CMYK Percentages of Color #5015aa

%53
%88
%0
%33

Triadic Colors of #5015aa

#5015aa #aa5015 #15aa50

Analogous Colors of #5015aa

#5015aa #9b15aa #1525aa

Monochromatic Colors of #5015aa

#5015aa

Complementary Color

#5015aa #6faa15

#5015aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5015aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5015aa Color CSS Codes

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

#5015aa Text Font Color

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

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


#5015aa Background Color

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

This div background color is #5015aa


#5015aa Border Color

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

This div border color is #5015aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,21,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 #5015aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5015aa


Comments

No comments written yet.

Please login to write comment.