Color Hex Logo

#513497 Color Hex

#513497
(81,52,151)
0 Favorites   0 Comments

Color spaces of #513497

RGB 8152151
HSL0.720.490.40
HSV258°66°59°
CMYK 0.460.660.00   0.41
XYZ10.20726.439729.9832
Yxy6.43970.21890.1381
Hunter Lab25.376627.3890-52.2894
CIE-Lab30.495737.2491-49.9525

#513497 color RGB value is (81,52,151).

#513497 hex color red value is 81, green value is 52 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #513497 hue: 0.72 , saturation: 0.49 and the lightness value of 513497 is 0.40.

The process color (four color CMYK) of #513497 color hex is 0.46, 0.66, 0.00, 0.41. Web safe color of #513497 is #663399. Color #513497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110100 10010111
Octal 121 64 227
Decimal 81 52 151
Hex 51 34 97

RGB Percentages of Color #513497

%28.52
%18.31
%53.17

CMYK Percentages of Color #513497

%46
%66
%0
%41

Triadic Colors of #513497

#513497 #975134 #349751

Analogous Colors of #513497

#513497 #833497 #344897

Monochromatic Colors of #513497

#513497

Complementary Color

#513497 #7a9734

#513497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513497 Color CSS Codes

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

#513497 Text Font Color

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

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


#513497 Background Color

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

This div background color is #513497


#513497 Border Color

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

This div border color is #513497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513497


Comments

No comments written yet.

Please login to write comment.