Color Hex Logo

#51519e Color Hex

#51519E
(81,81,158)
0 Favorites   0 Comments

Color spaces of #51519e

RGB 8181158
HSL0.670.320.47
HSV240°49°62°
CMYK 0.490.490.00   0.38
XYZ12.507310.102833.6386
Yxy10.10280.22240.1796
Hunter Lab31.784914.6158-40.4984
CIE-Lab38.026321.4468-42.0551

#51519e color RGB value is (81,81,158).

#51519e hex color red value is 81, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #51519e hue: 0.67 , saturation: 0.32 and the lightness value of 51519e is 0.47.

The process color (four color CMYK) of #51519e color hex is 0.49, 0.49, 0.00, 0.38. Web safe color of #51519e is #666699. Color #51519e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010001 10011110
Octal 121 121 236
Decimal 81 81 158
Hex 51 51 9E

RGB Percentages of Color #51519e

%25.31
%25.31
%49.38

CMYK Percentages of Color #51519e

%49
%49
%0
%38

Triadic Colors of #51519e

#51519e #9e5151 #519e51

Analogous Colors of #51519e

#51519e #78519e #51789e

Monochromatic Colors of #51519e

#51519e

Complementary Color

#51519e #9e9e51

#51519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51519e Color CSS Codes

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

#51519e Text Font Color

<p style="color:#51519e">Text here</p>

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


#51519e Background Color

<div style="background-color:#51519e">
Div content here</div>

This div background color is #51519e


#51519e Border Color

<div style="border:3px solid #51519e">
Div here</div>

This div border color is #51519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51519e


Comments

No comments written yet.

Please login to write comment.