Color Hex Logo

#514aa0 Color Hex

#514AA0
(81,74,160)
0 Favorites   0 Comments

Color spaces of #514aa0

RGB 8174160
HSL0.680.370.46
HSV245°54°63°
CMYK 0.490.540.00   0.37
XYZ12.18739.185034.3882
Yxy9.18500.21860.1647
Hunter Lab30.306818.7436-46.0599
CIE-Lab36.338126.5359-45.9628

#514aa0 color RGB value is (81,74,160).

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

The process color (four color CMYK) of #514aa0 color hex is 0.49, 0.54, 0.00, 0.37. Web safe color of #514aa0 is #663399. Color #514aa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 10100000
Octal 121 112 240
Decimal 81 74 160
Hex 51 4A A0

RGB Percentages of Color #514aa0

%25.71
%23.49
%50.79

CMYK Percentages of Color #514aa0

%49
%54
%0
%37

Triadic Colors of #514aa0

#514aa0 #a0514a #4aa051

Analogous Colors of #514aa0

#514aa0 #7c4aa0 #4a6ea0

Monochromatic Colors of #514aa0

#514aa0

Complementary Color

#514aa0 #99a04a

#514aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514aa0 Color CSS Codes

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

#514aa0 Text Font Color

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

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


#514aa0 Background Color

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

This div background color is #514aa0


#514aa0 Border Color

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

This div border color is #514aa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514aa0


Comments

No comments written yet.

Please login to write comment.