Color Hex Logo

#5018ad Color Hex

#5018AD
(80,24,173)
0 Favorites   0 Comments

Color spaces of #5018ad

RGB 8024173
HSL0.730.760.39
HSV263°86°68°
CMYK 0.540.860.00   0.32
XYZ11.17775.375939.9837
Yxy5.37590.19770.0951
Hunter Lab23.186045.4773-86.0140
CIE-Lab27.779956.2607-67.7376

#5018ad color RGB value is (80,24,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011000 10101101
Octal 120 30 255
Decimal 80 24 173
Hex 50 18 AD

RGB Percentages of Color #5018ad

%28.88
%8.66
%62.45

CMYK Percentages of Color #5018ad

%54
%86
%0
%32

Triadic Colors of #5018ad

#5018ad #ad5018 #18ad50

Analogous Colors of #5018ad

#5018ad #9b18ad #182bad

Monochromatic Colors of #5018ad

#5018ad

Complementary Color

#5018ad #75ad18

#5018ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5018ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5018ad Color CSS Codes

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

#5018ad Text Font Color

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

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


#5018ad Background Color

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

This div background color is #5018ad


#5018ad Border Color

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

This div border color is #5018ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5018ad


Comments

No comments written yet.

Please login to write comment.