Color Hex Logo

#5151ac Color Hex

#5151AC
(81,81,172)
0 Favorites   0 Comments

Color spaces of #5151ac

RGB 8181172
HSL0.670.360.50
HSV240°53°67°
CMYK 0.530.530.00   0.33
XYZ13.782210.612740.3518
Yxy10.61270.21290.1639
Hunter Lab32.577118.5068-50.6358
CIE-Lab38.920325.9562-48.9681

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

#5151ac hex color red value is 81, green value is 81 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5151ac hue: 0.67 , saturation: 0.36 and the lightness value of 5151ac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010001 10101100
Octal 121 121 254
Decimal 81 81 172
Hex 51 51 AC

RGB Percentages of Color #5151ac

%24.25
%24.25
%51.50

CMYK Percentages of Color #5151ac

%53
%53
%0
%33

Triadic Colors of #5151ac

#5151ac #ac5151 #51ac51

Analogous Colors of #5151ac

#5151ac #7f51ac #517fac

Monochromatic Colors of #5151ac

#5151ac

Complementary Color

#5151ac #acac51

#5151ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5151ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5151ac Color CSS Codes

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

#5151ac Text Font Color

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

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


#5151ac Background Color

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

This div background color is #5151ac


#5151ac Border Color

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

This div border color is #5151ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5151ac


Comments

No comments written yet.

Please login to write comment.