Color Hex Logo

#513777 Color Hex

#513777
(81,55,119)
0 Favorites   0 Comments

Color spaces of #513777

RGB 8155119
HSL0.730.370.34
HSV264°54°47°
CMYK 0.320.540.00   0.53
XYZ8.08935.813618.1485
Yxy5.81360.25240.1814
Hunter Lab24.111417.6912-27.7492
CIE-Lab28.937226.2399-32.5889

#513777 color RGB value is (81,55,119).

#513777 hex color red value is 81, green value is 55 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #513777 hue: 0.73 , saturation: 0.37 and the lightness value of 513777 is 0.34.

The process color (four color CMYK) of #513777 color hex is 0.32, 0.54, 0.00, 0.53. Web safe color of #513777 is #663366. Color #513777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110111 01110111
Octal 121 67 167
Decimal 81 55 119
Hex 51 37 77

RGB Percentages of Color #513777

%31.76
%21.57
%46.67

CMYK Percentages of Color #513777

%32
%54
%0
%53

Triadic Colors of #513777

#513777 #775137 #377751

Analogous Colors of #513777

#513777 #713777 #373d77

Monochromatic Colors of #513777

#513777

Complementary Color

#513777 #5d7737

#513777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513777 Color CSS Codes

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

#513777 Text Font Color

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

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


#513777 Background Color

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

This div background color is #513777


#513777 Border Color

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

This div border color is #513777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513777


Comments

No comments written yet.

Please login to write comment.