Color Hex Logo

#514aad Color Hex

#514AAD
(81,74,173)
0 Favorites   0 Comments

Color spaces of #514aad

RGB 8174173
HSL0.680.400.48
HSV244°57°68°
CMYK 0.530.570.00   0.32
XYZ13.38499.664040.6950
Yxy9.66400.21000.1516
Hunter Lab31.087022.4533-55.8538
CIE-Lab37.232530.6826-52.2843

#514aad color RGB value is (81,74,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 10101101
Octal 121 112 255
Decimal 81 74 173
Hex 51 4A AD

RGB Percentages of Color #514aad

%24.70
%22.56
%52.74

CMYK Percentages of Color #514aad

%53
%57
%0
%32

Triadic Colors of #514aad

#514aad #ad514a #4aad51

Analogous Colors of #514aad

#514aad #834aad #4a75ad

Monochromatic Colors of #514aad

#514aad

Complementary Color

#514aad #a6ad4a

#514aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#514aad Color CSS Codes

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

#514aad Text Font Color

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

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


#514aad Background Color

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

This div background color is #514aad


#514aad Border Color

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

This div border color is #514aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514aad


Comments

No comments written yet.

Please login to write comment.