Color Hex Logo

#5146ad Color Hex

#5146AD
(81,70,173)
0 Favorites   0 Comments

Color spaces of #5146ad

RGB 8170173
HSL0.680.420.48
HSV246°60°68°
CMYK 0.530.600.00   0.32
XYZ13.12639.146840.6088
Yxy9.14680.20870.1455
Hunter Lab30.243724.5458-58.4393
CIE-Lab36.265433.1649-53.8499

#5146ad color RGB value is (81,70,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 10101101
Octal 121 106 255
Decimal 81 70 173
Hex 51 46 AD

RGB Percentages of Color #5146ad

%25.00
%21.60
%53.40

CMYK Percentages of Color #5146ad

%53
%60
%0
%32

Triadic Colors of #5146ad

#5146ad #ad5146 #46ad51

Analogous Colors of #5146ad

#5146ad #8546ad #466fad

Monochromatic Colors of #5146ad

#5146ad

Complementary Color

#5146ad #a2ad46

#5146ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5146ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5146ad Color CSS Codes

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

#5146ad Text Font Color

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

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


#5146ad Background Color

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

This div background color is #5146ad


#5146ad Border Color

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

This div border color is #5146ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5146ad


Comments

No comments written yet.

Please login to write comment.