Color Hex Logo

#5029ad Color Hex

#5029AD
(80,41,173)
0 Favorites   0 Comments

Color spaces of #5029ad

RGB 8041173
HSL0.720.620.42
HSV258°76°68°
CMYK 0.540.760.00   0.32
XYZ11.64406.308540.1391
Yxy6.30850.20040.1086
Hunter Lab25.116738.7975-77.1698
CIE-Lab30.177849.2851-63.7886

#5029ad color RGB value is (80,41,173).

#5029ad hex color red value is 80, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5029ad hue: 0.72 , saturation: 0.62 and the lightness value of 5029ad is 0.42.

The process color (four color CMYK) of #5029ad color hex is 0.54, 0.76, 0.00, 0.32. Web safe color of #5029ad is #663399. Color #5029ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 10101101
Octal 120 51 255
Decimal 80 41 173
Hex 50 29 AD

RGB Percentages of Color #5029ad

%27.21
%13.95
%58.84

CMYK Percentages of Color #5029ad

%54
%76
%0
%32

Triadic Colors of #5029ad

#5029ad #ad5029 #29ad50

Analogous Colors of #5029ad

#5029ad #9229ad #2944ad

Monochromatic Colors of #5029ad

#5029ad

Complementary Color

#5029ad #86ad29

#5029ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5029ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5029ad Color CSS Codes

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

#5029ad Text Font Color

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

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


#5029ad Background Color

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

This div background color is #5029ad


#5029ad Border Color

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

This div border color is #5029ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5029ad


Comments

No comments written yet.

Please login to write comment.