Color Hex Logo

#5149ad Color Hex

#5149AD
(81,73,173)
0 Favorites   0 Comments

Color spaces of #5149ad

RGB 8173173
HSL0.680.410.48
HSV245°58°68°
CMYK 0.530.580.00   0.32
XYZ13.31879.531540.6730
Yxy9.53150.20970.1500
Hunter Lab30.873122.9771-56.4989
CIE-Lab36.988131.3065-52.6797

#5149ad color RGB value is (81,73,173).

#5149ad hex color red value is 81, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5149ad hue: 0.68 , saturation: 0.41 and the lightness value of 5149ad is 0.48.

The process color (four color CMYK) of #5149ad color hex is 0.53, 0.58, 0.00, 0.32. Web safe color of #5149ad is #663399. Color #5149ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 10101101
Octal 121 111 255
Decimal 81 73 173
Hex 51 49 AD

RGB Percentages of Color #5149ad

%24.77
%22.32
%52.91

CMYK Percentages of Color #5149ad

%53
%58
%0
%32

Triadic Colors of #5149ad

#5149ad #ad5149 #49ad51

Analogous Colors of #5149ad

#5149ad #8349ad #4973ad

Monochromatic Colors of #5149ad

#5149ad

Complementary Color

#5149ad #a5ad49

#5149ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5149ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5149ad Color CSS Codes

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

#5149ad Text Font Color

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

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


#5149ad Background Color

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

This div background color is #5149ad


#5149ad Border Color

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

This div border color is #5149ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5149ad


Comments

No comments written yet.

Please login to write comment.