Color Hex Logo

#513057 Color Hex

#513057
(81,48,87)
0 Favorites   0 Comments

Color spaces of #513057

RGB 814887
HSL0.810.290.26
HSV291°45°34°
CMYK 0.070.450.00   0.66
XYZ6.17064.55149.5701
Yxy4.55140.30410.2243
Hunter Lab21.334014.2944-11.6627
CIE-Lab25.416522.4362-17.5156

#513057 color RGB value is (81,48,87).

#513057 hex color red value is 81, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #513057 hue: 0.81 , saturation: 0.29 and the lightness value of 513057 is 0.26.

The process color (four color CMYK) of #513057 color hex is 0.07, 0.45, 0.00, 0.66. Web safe color of #513057 is #663366. Color #513057 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110000 01010111
Octal 121 60 127
Decimal 81 48 87
Hex 51 30 57

RGB Percentages of Color #513057

%37.50
%22.22
%40.28

CMYK Percentages of Color #513057

%7
%45
%0
%66

Triadic Colors of #513057

#513057 #575130 #305751

Analogous Colors of #513057

#513057 #573049 #3e3057

Monochromatic Colors of #513057

#513057

Complementary Color

#513057 #365730

#513057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513057 Color CSS Codes

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

#513057 Text Font Color

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

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


#513057 Background Color

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

This div background color is #513057


#513057 Border Color

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

This div border color is #513057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513057


Comments

No comments written yet.

Please login to write comment.