Color Hex Logo

#513995 Color Hex

#513995
(81,57,149)
0 Favorites   0 Comments

Color spaces of #513995

RGB 8157149
HSL0.710.450.40
HSV256°62°58°
CMYK 0.460.620.00   0.42
XYZ10.28136.845529.2132
Yxy6.84550.22190.1477
Hunter Lab26.163924.3561-47.8853
CIE-Lab31.452633.6986-47.1793

#513995 color RGB value is (81,57,149).

#513995 hex color red value is 81, green value is 57 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #513995 hue: 0.71 , saturation: 0.45 and the lightness value of 513995 is 0.40.

The process color (four color CMYK) of #513995 color hex is 0.46, 0.62, 0.00, 0.42. Web safe color of #513995 is #663399. Color #513995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 10010101
Octal 121 71 225
Decimal 81 57 149
Hex 51 39 95

RGB Percentages of Color #513995

%28.22
%19.86
%51.92

CMYK Percentages of Color #513995

%46
%62
%0
%42

Triadic Colors of #513995

#513995 #955139 #399551

Analogous Colors of #513995

#513995 #7f3995 #394f95

Monochromatic Colors of #513995

#513995

Complementary Color

#513995 #7d9539

#513995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513995 Color CSS Codes

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

#513995 Text Font Color

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

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


#513995 Background Color

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

This div background color is #513995


#513995 Border Color

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

This div border color is #513995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513995


Comments

No comments written yet.

Please login to write comment.