Color Hex Logo

#513a58 Color Hex

#513A58
(81,58,88)
0 Favorites   0 Comments

Color spaces of #513a58

RGB 815888
HSL0.790.210.29
HSV286°34°35°
CMYK 0.080.340.00   0.65
XYZ6.66785.48009.9388
Yxy5.48000.30190.2481
Hunter Lab23.40949.8765-8.7858
CIE-Lab28.060716.2971-14.0841

#513a58 color RGB value is (81,58,88).

#513a58 hex color red value is 81, green value is 58 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #513a58 hue: 0.79 , saturation: 0.21 and the lightness value of 513a58 is 0.29.

The process color (four color CMYK) of #513a58 color hex is 0.08, 0.34, 0.00, 0.65. Web safe color of #513a58 is #663366. Color #513a58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111010 01011000
Octal 121 72 130
Decimal 81 58 88
Hex 51 3A 58

RGB Percentages of Color #513a58

%35.68
%25.55
%38.77

CMYK Percentages of Color #513a58

%8
%34
%0
%65

Triadic Colors of #513a58

#513a58 #58513a #3a5851

Analogous Colors of #513a58

#513a58 #583a50 #423a58

Monochromatic Colors of #513a58

#513a58

Complementary Color

#513a58 #41583a

#513a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513a58 Color CSS Codes

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

#513a58 Text Font Color

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

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


#513a58 Background Color

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

This div background color is #513a58


#513a58 Border Color

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

This div border color is #513a58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513a58


Comments

No comments written yet.

Please login to write comment.