Color Hex Logo

#513386 Color Hex

#513386
(81,51,134)
0 Favorites   0 Comments

Color spaces of #513386

RGB 8151134
HSL0.730.450.36
HSV262°62°53°
CMYK 0.400.620.00   0.47
XYZ8.88025.838223.2131
Yxy5.83820.23410.1539
Hunter Lab24.162423.3185-40.0470
CIE-Lab29.000532.9132-41.8908

#513386 color RGB value is (81,51,134).

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

The process color (four color CMYK) of #513386 color hex is 0.40, 0.62, 0.00, 0.47. Web safe color of #513386 is #663399. Color #513386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 10000110
Octal 121 63 206
Decimal 81 51 134
Hex 51 33 86

RGB Percentages of Color #513386

%30.45
%19.17
%50.38

CMYK Percentages of Color #513386

%40
%62
%0
%47

Triadic Colors of #513386

#513386 #865133 #338651

Analogous Colors of #513386

#513386 #7b3386 #333f86

Monochromatic Colors of #513386

#513386

Complementary Color

#513386 #688633

#513386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513386 Color CSS Codes

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

#513386 Text Font Color

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

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


#513386 Background Color

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

This div background color is #513386


#513386 Border Color

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

This div border color is #513386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513386


Comments

No comments written yet.

Please login to write comment.