Color Hex Logo

#514baa Color Hex

#514BAA
(81,75,170)
0 Favorites   0 Comments

Color spaces of #514baa

RGB 8175170
HSL0.680.390.48
HSV244°56°67°
CMYK 0.520.560.00   0.33
XYZ13.16519.683839.2055
Yxy9.68380.21220.1561
Hunter Lab31.118821.0582-52.9142
CIE-Lab37.268829.0942-50.4421

#514baa color RGB value is (81,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 10101010
Octal 121 113 252
Decimal 81 75 170
Hex 51 4B AA

RGB Percentages of Color #514baa

%24.85
%23.01
%52.15

CMYK Percentages of Color #514baa

%52
%56
%0
%33

Triadic Colors of #514baa

#514baa #aa514b #4baa51

Analogous Colors of #514baa

#514baa #814baa #4b75aa

Monochromatic Colors of #514baa

#514baa

Complementary Color

#514baa #a4aa4b

#514baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#514baa Color CSS Codes

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

#514baa Text Font Color

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

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


#514baa Background Color

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

This div background color is #514baa


#514baa Border Color

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

This div border color is #514baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514baa


Comments

No comments written yet.

Please login to write comment.