Color Hex Logo

#514aae Color Hex

#514AAE
(81,74,174)
0 Favorites   0 Comments

Color spaces of #514aae

RGB 8174174
HSL0.680.400.49
HSV244°57°68°
CMYK 0.530.570.00   0.32
XYZ13.48219.702941.2067
Yxy9.70290.20940.1507
Hunter Lab31.149522.7467-56.6283
CIE-Lab37.303831.0033-52.7626

#514aae color RGB value is (81,74,174).

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

The process color (four color CMYK) of #514aae color hex is 0.53, 0.57, 0.00, 0.32. Web safe color of #514aae is #663399. Color #514aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 10101110
Octal 121 112 256
Decimal 81 74 174
Hex 51 4A AE

RGB Percentages of Color #514aae

%24.62
%22.49
%52.89

CMYK Percentages of Color #514aae

%53
%57
%0
%32

Triadic Colors of #514aae

#514aae #ae514a #4aae51

Analogous Colors of #514aae

#514aae #834aae #4a75ae

Monochromatic Colors of #514aae

#514aae

Complementary Color

#514aae #a7ae4a

#514aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#514aae Color CSS Codes

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

#514aae Text Font Color

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

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


#514aae Background Color

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

This div background color is #514aae


#514aae Border Color

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

This div border color is #514aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514aae


Comments

No comments written yet.

Please login to write comment.