Color Hex Logo

#513480 Color Hex

#513480
(81,52,128)
0 Favorites   0 Comments

Color spaces of #513480

RGB 8152128
HSL0.730.420.35
HSV263°59°50°
CMYK 0.370.590.00   0.50
XYZ8.51765.763821.0857
Yxy5.76380.24080.1630
Hunter Lab24.007921.3149-35.2677
CIE-Lab28.808630.6096-38.4543

#513480 color RGB value is (81,52,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110100 10000000
Octal 121 64 200
Decimal 81 52 128
Hex 51 34 80

RGB Percentages of Color #513480

%31.03
%19.92
%49.04

CMYK Percentages of Color #513480

%37
%59
%0
%50

Triadic Colors of #513480

#513480 #805134 #348051

Analogous Colors of #513480

#513480 #773480 #343d80

Monochromatic Colors of #513480

#513480

Complementary Color

#513480 #638034

#513480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513480 Color CSS Codes

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

#513480 Text Font Color

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

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


#513480 Background Color

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

This div background color is #513480


#513480 Border Color

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

This div border color is #513480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,52,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 #513480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513480


Comments

No comments written yet.

Please login to write comment.