Color Hex Logo

#5146ac Color Hex

#5146AC
(81,70,172)
0 Favorites   0 Comments

Color spaces of #5146ac

RGB 8170172
HSL0.680.420.47
HSV246°59°67°
CMYK 0.530.590.00   0.33
XYZ13.02999.108240.1010
Yxy9.10820.20940.1463
Hunter Lab30.179824.2514-57.6549
CIE-Lab36.191832.8480-53.3743

#5146ac color RGB value is (81,70,172).

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

The process color (four color CMYK) of #5146ac color hex is 0.53, 0.59, 0.00, 0.33. Web safe color of #5146ac is #663399. Color #5146ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 10101100
Octal 121 106 254
Decimal 81 70 172
Hex 51 46 AC

RGB Percentages of Color #5146ac

%25.08
%21.67
%53.25

CMYK Percentages of Color #5146ac

%53
%59
%0
%33

Triadic Colors of #5146ac

#5146ac #ac5146 #46ac51

Analogous Colors of #5146ac

#5146ac #8446ac #466eac

Monochromatic Colors of #5146ac

#5146ac

Complementary Color

#5146ac #a1ac46

#5146ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5146ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5146ac Color CSS Codes

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

#5146ac Text Font Color

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

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


#5146ac Background Color

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

This div background color is #5146ac


#5146ac Border Color

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

This div border color is #5146ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,70,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5146ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5146ac


Comments

No comments written yet.

Please login to write comment.