Color Hex Logo

#513397 Color Hex

#513397
(81,51,151)
0 Favorites   0 Comments

Color spaces of #513397

RGB 8151151
HSL0.720.500.40
HSV258°66°59°
CMYK 0.460.660.00   0.41
XYZ10.16316.351329.9684
Yxy6.35130.21860.1366
Hunter Lab25.201827.8804-52.8627
CIE-Lab30.282037.8276-50.2996

#513397 color RGB value is (81,51,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 10010111
Octal 121 63 227
Decimal 81 51 151
Hex 51 33 97

RGB Percentages of Color #513397

%28.62
%18.02
%53.36

CMYK Percentages of Color #513397

%46
%66
%0
%41

Triadic Colors of #513397

#513397 #975133 #339751

Analogous Colors of #513397

#513397 #833397 #334797

Monochromatic Colors of #513397

#513397

Complementary Color

#513397 #799733

#513397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513397 Color CSS Codes

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

#513397 Text Font Color

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

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


#513397 Background Color

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

This div background color is #513397


#513397 Border Color

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

This div border color is #513397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513397


Comments

No comments written yet.

Please login to write comment.