Color Hex Logo

#513581 Color Hex

#513581
(81,53,129)
0 Favorites   0 Comments

Color spaces of #513581

RGB 8153129
HSL0.730.420.36
HSV262°59°51°
CMYK 0.370.590.00   0.49
XYZ8.62895.880521.4491
Yxy5.88050.24000.1635
Hunter Lab24.249721.0794-35.4677
CIE-Lab29.109030.2852-38.5974

#513581 color RGB value is (81,53,129).

#513581 hex color red value is 81, green value is 53 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #513581 hue: 0.73 , saturation: 0.42 and the lightness value of 513581 is 0.36.

The process color (four color CMYK) of #513581 color hex is 0.37, 0.59, 0.00, 0.49. Web safe color of #513581 is #663399. Color #513581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110101 10000001
Octal 121 65 201
Decimal 81 53 129
Hex 51 35 81

RGB Percentages of Color #513581

%30.80
%20.15
%49.05

CMYK Percentages of Color #513581

%37
%59
%0
%49

Triadic Colors of #513581

#513581 #815135 #358151

Analogous Colors of #513581

#513581 #773581 #353f81

Monochromatic Colors of #513581

#513581

Complementary Color

#513581 #658135

#513581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513581 Color CSS Codes

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

#513581 Text Font Color

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

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


#513581 Background Color

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

This div background color is #513581


#513581 Border Color

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

This div border color is #513581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513581


Comments

No comments written yet.

Please login to write comment.