Color Hex Logo

#500aaa Color Hex

#500AAA
(80,10,170)
0 Favorites   0 Comments

Color spaces of #500aaa

RGB 8010170
HSL0.740.890.35
HSV266°94°67°
CMYK 0.530.940.00   0.33
XYZ10.67254.824838.3990
Yxy4.82480.19800.0895
Hunter Lab21.965448.2896-88.2724
CIE-Lab26.229759.1951-68.4927

#500aaa color RGB value is (80,10,170).

#500aaa hex color red value is 80, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #500aaa hue: 0.74 , saturation: 0.89 and the lightness value of 500aaa is 0.35.

The process color (four color CMYK) of #500aaa color hex is 0.53, 0.94, 0.00, 0.33. Web safe color of #500aaa is #660099. Color #500aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001010 10101010
Octal 120 12 252
Decimal 80 10 170
Hex 50 A AA

RGB Percentages of Color #500aaa

%30.77
%3.85
%65.38

CMYK Percentages of Color #500aaa

%53
%94
%0
%33

Triadic Colors of #500aaa

#500aaa #aa500a #0aaa50

Analogous Colors of #500aaa

#500aaa #a00aaa #0a14aa

Monochromatic Colors of #500aaa

#500aaa

Complementary Color

#500aaa #64aa0a

#500aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#500aaa Color CSS Codes

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

#500aaa Text Font Color

<p style="color:#500aaa">Text here</p>

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


#500aaa Background Color

<div style="background-color:#500aaa">
Div content here</div>

This div background color is #500aaa


#500aaa Border Color

<div style="border:3px solid #500aaa">
Div here</div>

This div border color is #500aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500aaa


Comments

No comments written yet.

Please login to write comment.