Color Hex Logo

#504aad Color Hex

#504AAD
(80,74,173)
0 Favorites   0 Comments

Color spaces of #504aad

RGB 8074173
HSL0.680.400.48
HSV244°57°68°
CMYK 0.540.570.00   0.32
XYZ13.29999.620240.6911
Yxy9.62020.20910.1512
Hunter Lab31.016422.2623-56.0722
CIE-Lab37.152030.4779-52.4186

#504aad color RGB value is (80,74,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 10101101
Octal 120 112 255
Decimal 80 74 173
Hex 50 4A AD

RGB Percentages of Color #504aad

%24.46
%22.63
%52.91

CMYK Percentages of Color #504aad

%54
%57
%0
%32

Triadic Colors of #504aad

#504aad #ad504a #4aad50

Analogous Colors of #504aad

#504aad #824aad #4a76ad

Monochromatic Colors of #504aad

#504aad

Complementary Color

#504aad #a7ad4a

#504aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#504aad Color CSS Codes

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

#504aad Text Font Color

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

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


#504aad Background Color

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

This div background color is #504aad


#504aad Border Color

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

This div border color is #504aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,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 #504aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504aad


Comments

No comments written yet.

Please login to write comment.