Color Hex Logo

#504663 Color Hex

#504663
(80,70,99)
0 Favorites   0 Comments

Color spaces of #504663

RGB 807099
HSL0.720.170.33
HSV261°29°39°
CMYK 0.190.290.00   0.61
XYZ7.75066.986612.7444
Yxy6.98660.28200.2542
Hunter Lab26.43226.0845-10.0844
CIE-Lab31.776410.8888-15.4594

#504663 color RGB value is (80,70,99).

#504663 hex color red value is 80, green value is 70 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #504663 hue: 0.72 , saturation: 0.17 and the lightness value of 504663 is 0.33.

The process color (four color CMYK) of #504663 color hex is 0.19, 0.29, 0.00, 0.61. Web safe color of #504663 is #663366. Color #504663 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 01100011
Octal 120 106 143
Decimal 80 70 99
Hex 50 46 63

RGB Percentages of Color #504663

%32.13
%28.11
%39.76

CMYK Percentages of Color #504663

%19
%29
%0
%61

Triadic Colors of #504663

#504663 #635046 #466350

Analogous Colors of #504663

#504663 #5f4663 #464b63

Monochromatic Colors of #504663

#504663

Complementary Color

#504663 #596346

#504663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504663 Color CSS Codes

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

#504663 Text Font Color

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

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


#504663 Background Color

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

This div background color is #504663


#504663 Border Color

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

This div border color is #504663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504663

#504663 Color Palettes


Comments

No comments written yet.

Please login to write comment.