Color Hex Logo

#5160ad Color Hex

#5160AD
(81,96,173)
0 Favorites   0 Comments

Color spaces of #5160ad

RGB 8196173
HSL0.640.360.50
HSV230°53°68°
CMYK 0.530.450.00   0.32
XYZ15.119013.132241.2731
Yxy13.13220.21750.1889
Hunter Lab36.238411.0548-42.1605
CIE-Lab42.961816.7685-43.0853

#5160ad color RGB value is (81,96,173).

#5160ad hex color red value is 81, green value is 96 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5160ad hue: 0.64 , saturation: 0.36 and the lightness value of 5160ad is 0.50.

The process color (four color CMYK) of #5160ad color hex is 0.53, 0.45, 0.00, 0.32. Web safe color of #5160ad is #666699. Color #5160ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100000 10101101
Octal 121 140 255
Decimal 81 96 173
Hex 51 60 AD

RGB Percentages of Color #5160ad

%23.14
%27.43
%49.43

CMYK Percentages of Color #5160ad

%53
%45
%0
%32

Triadic Colors of #5160ad

#5160ad #ad5160 #60ad51

Analogous Colors of #5160ad

#5160ad #7051ad #518ead

Monochromatic Colors of #5160ad

#5160ad

Complementary Color

#5160ad #ad9e51

#5160ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5160ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5160ad Color CSS Codes

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

#5160ad Text Font Color

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

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


#5160ad Background Color

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

This div background color is #5160ad


#5160ad Border Color

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

This div border color is #5160ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5160ad


Comments

No comments written yet.

Please login to write comment.