Color Hex Logo

#513380 Color Hex

#513380
(81,51,128)
0 Favorites   0 Comments

Color spaces of #513380

RGB 8151128
HSL0.730.430.35
HSV263°60°50°
CMYK 0.370.600.00   0.50
XYZ8.47345.675521.0710
Yxy5.67550.24060.1611
Hunter Lab23.823321.7975-35.7639
CIE-Lab28.578631.2133-38.8240

#513380 color RGB value is (81,51,128).

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

The process color (four color CMYK) of #513380 color hex is 0.37, 0.60, 0.00, 0.50. Web safe color of #513380 is #663399. Color #513380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 10000000
Octal 121 63 200
Decimal 81 51 128
Hex 51 33 80

RGB Percentages of Color #513380

%31.15
%19.62
%49.23

CMYK Percentages of Color #513380

%37
%60
%0
%50

Triadic Colors of #513380

#513380 #805133 #338051

Analogous Colors of #513380

#513380 #783380 #333c80

Monochromatic Colors of #513380

#513380

Complementary Color

#513380 #628033

#513380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513380 Color CSS Codes

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

#513380 Text Font Color

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

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


#513380 Background Color

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

This div background color is #513380


#513380 Border Color

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

This div border color is #513380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513380


Comments

No comments written yet.

Please login to write comment.