Color Hex Logo

#504a6f Color Hex

#504A6F
(80,74,111)
0 Favorites   0 Comments

Color spaces of #504a6f

RGB 8074111
HSL0.690.200.36
HSV250°33°44°
CMYK 0.280.330.00   0.56
XYZ8.62637.750716.0803
Yxy7.75070.26580.2388
Hunter Lab27.84016.5884-14.7576
CIE-Lab33.458211.5159-20.4434

#504a6f color RGB value is (80,74,111).

#504a6f hex color red value is 80, green value is 74 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #504a6f hue: 0.69 , saturation: 0.20 and the lightness value of 504a6f is 0.36.

The process color (four color CMYK) of #504a6f color hex is 0.28, 0.33, 0.00, 0.56. Web safe color of #504a6f is #663366. Color #504a6f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 01101111
Octal 120 112 157
Decimal 80 74 111
Hex 50 4A 6F

RGB Percentages of Color #504a6f

%30.19
%27.92
%41.89

CMYK Percentages of Color #504a6f

%28
%33
%0
%56

Triadic Colors of #504a6f

#504a6f #6f504a #4a6f50

Analogous Colors of #504a6f

#504a6f #634a6f #4a576f

Monochromatic Colors of #504a6f

#504a6f

Complementary Color

#504a6f #696f4a

#504a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#504a6f Color CSS Codes

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

#504a6f Text Font Color

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

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


#504a6f Background Color

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

This div background color is #504a6f


#504a6f Border Color

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

This div border color is #504a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504a6f


Comments

No comments written yet.

Please login to write comment.