Color Hex Logo

#504464 Color Hex

#504464
(80,68,100)
0 Favorites   0 Comments

Color spaces of #504464

RGB 8068100
HSL0.730.190.33
HSV263°32°39°
CMYK 0.200.320.00   0.61
XYZ7.67566.759812.9568
Yxy6.75980.28020.2468
Hunter Lab25.99967.1974-11.3472
CIE-Lab31.253712.4400-16.9011

#504464 color RGB value is (80,68,100).

#504464 hex color red value is 80, green value is 68 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #504464 hue: 0.73 , saturation: 0.19 and the lightness value of 504464 is 0.33.

The process color (four color CMYK) of #504464 color hex is 0.20, 0.32, 0.00, 0.61. Web safe color of #504464 is #663366. Color #504464 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000100 01100100
Octal 120 104 144
Decimal 80 68 100
Hex 50 44 64

RGB Percentages of Color #504464

%32.26
%27.42
%40.32

CMYK Percentages of Color #504464

%20
%32
%0
%61

Triadic Colors of #504464

#504464 #645044 #446450

Analogous Colors of #504464

#504464 #604464 #444864

Monochromatic Colors of #504464

#504464

Complementary Color

#504464 #586444

#504464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504464 Color CSS Codes

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

#504464 Text Font Color

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

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


#504464 Background Color

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

This div background color is #504464


#504464 Border Color

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

This div border color is #504464


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,68,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504464; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504464;
  -webkit-box-shadow: 1px 1px 3px 2px #504464;
  box-shadow:         1px 1px 3px 2px #504464; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504464


Comments

No comments written yet.

Please login to write comment.