Color Hex Logo

#5013ad Color Hex

#5013AD
(80,19,173)
0 Favorites   0 Comments

Color spaces of #5013ad

RGB 8019173
HSL0.730.800.38
HSV264°89°68°
CMYK 0.540.890.00   0.32
XYZ11.08405.188339.9524
Yxy5.18830.19710.0923
Hunter Lab22.777846.9993-88.0504
CIE-Lab27.264657.7953-68.5886

#5013ad color RGB value is (80,19,173).

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

The process color (four color CMYK) of #5013ad color hex is 0.54, 0.89, 0.00, 0.32. Web safe color of #5013ad is #660099. Color #5013ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 10101101
Octal 120 23 255
Decimal 80 19 173
Hex 50 13 AD

RGB Percentages of Color #5013ad

%29.41
%6.99
%63.60

CMYK Percentages of Color #5013ad

%54
%89
%0
%32

Triadic Colors of #5013ad

#5013ad #ad5013 #13ad50

Analogous Colors of #5013ad

#5013ad #9d13ad #1323ad

Monochromatic Colors of #5013ad

#5013ad

Complementary Color

#5013ad #70ad13

#5013ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5013ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5013ad Color CSS Codes

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

#5013ad Text Font Color

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

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


#5013ad Background Color

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

This div background color is #5013ad


#5013ad Border Color

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

This div border color is #5013ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5013ad


Comments

No comments written yet.

Please login to write comment.