Color Hex Logo

#513a72 Color Hex

#513A72
(81,58,114)
0 Favorites   0 Comments

Color spaces of #513a72

RGB 8158114
HSL0.740.330.34
HSV265°49°45°
CMYK 0.290.490.00   0.55
XYZ7.94375.990316.6572
Yxy5.99030.25970.1958
Hunter Lab24.475115.1030-23.2189
CIE-Lab29.388022.9695-28.7104

#513a72 color RGB value is (81,58,114).

#513a72 hex color red value is 81, green value is 58 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #513a72 hue: 0.74 , saturation: 0.33 and the lightness value of 513a72 is 0.34.

The process color (four color CMYK) of #513a72 color hex is 0.29, 0.49, 0.00, 0.55. Web safe color of #513a72 is #663366. Color #513a72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111010 01110010
Octal 121 72 162
Decimal 81 58 114
Hex 51 3A 72

RGB Percentages of Color #513a72

%32.02
%22.92
%45.06

CMYK Percentages of Color #513a72

%29
%49
%0
%55

Triadic Colors of #513a72

#513a72 #72513a #3a7251

Analogous Colors of #513a72

#513a72 #6d3a72 #3a3f72

Monochromatic Colors of #513a72

#513a72

Complementary Color

#513a72 #5b723a

#513a72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513a72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513a72 Color CSS Codes

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

#513a72 Text Font Color

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

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


#513a72 Background Color

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

This div background color is #513a72


#513a72 Border Color

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

This div border color is #513a72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,58,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513a72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513a72;
  -webkit-box-shadow: 1px 1px 3px 2px #513a72;
  box-shadow:         1px 1px 3px 2px #513a72; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513a72


Comments

No comments written yet.

Please login to write comment.