Color Hex Logo

#513964 Color Hex

#513964
(81,57,100)
0 Favorites   0 Comments

Color spaces of #513964

RGB 8157100
HSL0.760.270.31
HSV273°43°39°
CMYK 0.190.430.00   0.61
XYZ7.15675.595712.7595
Yxy5.59570.28050.2193
Hunter Lab23.655212.6071-15.4220
CIE-Lab28.368619.8915-21.3735

#513964 color RGB value is (81,57,100).

#513964 hex color red value is 81, green value is 57 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #513964 hue: 0.76 , saturation: 0.27 and the lightness value of 513964 is 0.31.

The process color (four color CMYK) of #513964 color hex is 0.19, 0.43, 0.00, 0.61. Web safe color of #513964 is #663366. Color #513964 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 01100100
Octal 121 71 144
Decimal 81 57 100
Hex 51 39 64

RGB Percentages of Color #513964

%34.03
%23.95
%42.02

CMYK Percentages of Color #513964

%19
%43
%0
%61

Triadic Colors of #513964

#513964 #645139 #396451

Analogous Colors of #513964

#513964 #643962 #3c3964

Monochromatic Colors of #513964

#513964

Complementary Color

#513964 #4c6439

#513964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513964 Color CSS Codes

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

#513964 Text Font Color

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

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


#513964 Background Color

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

This div background color is #513964


#513964 Border Color

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

This div border color is #513964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513964


Comments

No comments written yet.

Please login to write comment.