Color Hex Logo

#513faa Color Hex

#513FAA
(81,63,170)
0 Favorites   0 Comments

Color spaces of #513faa

RGB 8163170
HSL0.690.460.46
HSV250°63°67°
CMYK 0.520.630.00   0.33
XYZ12.42658.206638.9593
Yxy8.20660.20850.1377
Hunter Lab28.647227.2968-60.5796
CIE-Lab34.409536.4876-55.0736

#513faa color RGB value is (81,63,170).

#513faa hex color red value is 81, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #513faa hue: 0.69 , saturation: 0.46 and the lightness value of 513faa is 0.46.

The process color (four color CMYK) of #513faa color hex is 0.52, 0.63, 0.00, 0.33. Web safe color of #513faa is #663399. Color #513faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111111 10101010
Octal 121 77 252
Decimal 81 63 170
Hex 51 3F AA

RGB Percentages of Color #513faa

%25.80
%20.06
%54.14

CMYK Percentages of Color #513faa

%52
%63
%0
%33

Triadic Colors of #513faa

#513faa #aa513f #3faa51

Analogous Colors of #513faa

#513faa #873faa #3f63aa

Monochromatic Colors of #513faa

#513faa

Complementary Color

#513faa #98aa3f

#513faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#513faa Color CSS Codes

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

#513faa Text Font Color

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

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


#513faa Background Color

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

This div background color is #513faa


#513faa Border Color

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

This div border color is #513faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,63,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513faa;
  -webkit-box-shadow: 1px 1px 3px 2px #513faa;
  box-shadow:         1px 1px 3px 2px #513faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513faa


Comments

No comments written yet.

Please login to write comment.