Color Hex Logo

#513363 Color Hex

#513363
(81,51,99)
0 Favorites   0 Comments

Color spaces of #513363

RGB 815199
HSL0.770.320.29
HSV278°48°39°
CMYK 0.180.480.00   0.61
XYZ6.82935.017812.4130
Yxy5.01780.28150.2068
Hunter Lab22.400415.2191-17.1747
CIE-Lab26.785423.4457-23.2091

#513363 color RGB value is (81,51,99).

#513363 hex color red value is 81, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #513363 hue: 0.77 , saturation: 0.32 and the lightness value of 513363 is 0.29.

The process color (four color CMYK) of #513363 color hex is 0.18, 0.48, 0.00, 0.61. Web safe color of #513363 is #663366. Color #513363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110011 01100011
Octal 121 63 143
Decimal 81 51 99
Hex 51 33 63

RGB Percentages of Color #513363

%35.06
%22.08
%42.86

CMYK Percentages of Color #513363

%18
%48
%0
%61

Triadic Colors of #513363

#513363 #635133 #336351

Analogous Colors of #513363

#513363 #63335d #393363

Monochromatic Colors of #513363

#513363

Complementary Color

#513363 #456333

#513363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513363 Color CSS Codes

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

#513363 Text Font Color

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

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


#513363 Background Color

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

This div background color is #513363


#513363 Border Color

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

This div border color is #513363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513363


Comments

No comments written yet.

Please login to write comment.