Color Hex Logo

#5045ad Color Hex

#5045AD
(80,69,173)
0 Favorites   0 Comments

Color spaces of #5045ad

RGB 8069173
HSL0.680.430.47
HSV246°60°68°
CMYK 0.540.600.00   0.32
XYZ12.97928.978840.5842
Yxy8.97880.20750.1436
Hunter Lab29.964624.8792-59.3273
CIE-Lab35.943433.5837-54.3760

#5045ad color RGB value is (80,69,173).

#5045ad hex color red value is 80, green value is 69 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5045ad hue: 0.68 , saturation: 0.43 and the lightness value of 5045ad is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 10101101
Octal 120 105 255
Decimal 80 69 173
Hex 50 45 AD

RGB Percentages of Color #5045ad

%24.84
%21.43
%53.73

CMYK Percentages of Color #5045ad

%54
%60
%0
%32

Triadic Colors of #5045ad

#5045ad #ad5045 #45ad50

Analogous Colors of #5045ad

#5045ad #8445ad #456ead

Monochromatic Colors of #5045ad

#5045ad

Complementary Color

#5045ad #a2ad45

#5045ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5045ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5045ad Color CSS Codes

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

#5045ad Text Font Color

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

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


#5045ad Background Color

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

This div background color is #5045ad


#5045ad Border Color

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

This div border color is #5045ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5045ad


Comments

No comments written yet.

Please login to write comment.