Color Hex Logo

#513863 Color Hex

#513863
(81,56,99)
0 Favorites   0 Comments

Color spaces of #513863

RGB 815699
HSL0.760.280.30
HSV275°43°39°
CMYK 0.180.430.00   0.61
XYZ7.05965.478512.4898
Yxy5.47850.28210.2189
Hunter Lab23.406212.8770-15.2535
CIE-Lab28.056720.2768-21.2168

#513863 color RGB value is (81,56,99).

#513863 hex color red value is 81, green value is 56 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #513863 hue: 0.76 , saturation: 0.28 and the lightness value of 513863 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111000 01100011
Octal 121 70 143
Decimal 81 56 99
Hex 51 38 63

RGB Percentages of Color #513863

%34.32
%23.73
%41.95

CMYK Percentages of Color #513863

%18
%43
%0
%61

Triadic Colors of #513863

#513863 #635138 #386351

Analogous Colors of #513863

#513863 #633860 #3c3863

Monochromatic Colors of #513863

#513863

Complementary Color

#513863 #4a6338

#513863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513863 Color CSS Codes

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

#513863 Text Font Color

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

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


#513863 Background Color

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

This div background color is #513863


#513863 Border Color

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

This div border color is #513863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513863


Comments

No comments written yet.

Please login to write comment.