Color Hex Logo

#514caa Color Hex

#514CAA
(81,76,170)
0 Favorites   0 Comments

Color spaces of #514caa

RGB 8176170
HSL0.680.380.48
HSV243°55°67°
CMYK 0.520.550.00   0.33
XYZ13.23359.820539.2283
Yxy9.82050.21250.1577
Hunter Lab31.337720.5373-52.2825
CIE-Lab37.518328.4661-50.0396

#514caa color RGB value is (81,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 10101010
Octal 121 114 252
Decimal 81 76 170
Hex 51 4C AA

RGB Percentages of Color #514caa

%24.77
%23.24
%51.99

CMYK Percentages of Color #514caa

%52
%55
%0
%33

Triadic Colors of #514caa

#514caa #aa514c #4caa51

Analogous Colors of #514caa

#514caa #804caa #4c76aa

Monochromatic Colors of #514caa

#514caa

Complementary Color

#514caa #a5aa4c

#514caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#514caa Color CSS Codes

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

#514caa Text Font Color

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

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


#514caa Background Color

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

This div background color is #514caa


#514caa Border Color

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

This div border color is #514caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514caa


Comments

No comments written yet.

Please login to write comment.