Color Hex Logo

#5011aa Color Hex

#5011AA
(80,17,170)
0 Favorites   0 Comments

Color spaces of #5011aa

RGB 8017170
HSL0.740.820.37
HSV265°90°67°
CMYK 0.530.900.00   0.33
XYZ10.76445.008738.4296
Yxy5.00870.19860.0924
Hunter Lab22.380146.6898-86.1426
CIE-Lab26.759557.6016-67.6167

#5011aa color RGB value is (80,17,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 10101010
Octal 120 21 252
Decimal 80 17 170
Hex 50 11 AA

RGB Percentages of Color #5011aa

%29.96
%6.37
%63.67

CMYK Percentages of Color #5011aa

%53
%90
%0
%33

Triadic Colors of #5011aa

#5011aa #aa5011 #11aa50

Analogous Colors of #5011aa

#5011aa #9d11aa #111faa

Monochromatic Colors of #5011aa

#5011aa

Complementary Color

#5011aa #6baa11

#5011aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5011aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5011aa Color CSS Codes

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

#5011aa Text Font Color

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

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


#5011aa Background Color

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

This div background color is #5011aa


#5011aa Border Color

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

This div border color is #5011aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5011aa


Comments

No comments written yet.

Please login to write comment.