Color Hex Logo

#514aaa Color Hex

#514AAA
(81,74,170)
0 Favorites   0 Comments

Color spaces of #514aaa

RGB 8174170
HSL0.680.390.48
HSV244°56°67°
CMYK 0.520.560.00   0.33
XYZ13.09789.549239.1831
Yxy9.54920.21180.1544
Hunter Lab30.901821.5796-53.5478
CIE-Lab37.020929.7214-50.8425

#514aaa color RGB value is (81,74,170).

#514aaa hex color red value is 81, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #514aaa hue: 0.68 , saturation: 0.39 and the lightness value of 514aaa is 0.48.

The process color (four color CMYK) of #514aaa color hex is 0.52, 0.56, 0.00, 0.33. Web safe color of #514aaa is #663399. Color #514aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 10101010
Octal 121 112 252
Decimal 81 74 170
Hex 51 4A AA

RGB Percentages of Color #514aaa

%24.92
%22.77
%52.31

CMYK Percentages of Color #514aaa

%52
%56
%0
%33

Triadic Colors of #514aaa

#514aaa #aa514a #4aaa51

Analogous Colors of #514aaa

#514aaa #814aaa #4a73aa

Monochromatic Colors of #514aaa

#514aaa

Complementary Color

#514aaa #a3aa4a

#514aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#514aaa Color CSS Codes

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

#514aaa Text Font Color

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

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


#514aaa Background Color

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

This div background color is #514aaa


#514aaa Border Color

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

This div border color is #514aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514aaa


Comments

No comments written yet.

Please login to write comment.