Color Hex Logo

#504474 Color Hex

#504474
(80,68,116)
0 Favorites   0 Comments

Color spaces of #504474

RGB 8068116
HSL0.710.260.36
HSV255°41°45°
CMYK 0.310.410.00   0.55
XYZ8.52787.100717.4441
Yxy7.10070.25790.2147
Hunter Lab26.647110.4923-20.1602
CIE-Lab32.035116.7915-25.8050

#504474 color RGB value is (80,68,116).

#504474 hex color red value is 80, green value is 68 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #504474 hue: 0.71 , saturation: 0.26 and the lightness value of 504474 is 0.36.

The process color (four color CMYK) of #504474 color hex is 0.31, 0.41, 0.00, 0.55. Web safe color of #504474 is #663366. Color #504474 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000100 01110100
Octal 120 104 164
Decimal 80 68 116
Hex 50 44 74

RGB Percentages of Color #504474

%30.30
%25.76
%43.94

CMYK Percentages of Color #504474

%31
%41
%0
%55

Triadic Colors of #504474

#504474 #745044 #447450

Analogous Colors of #504474

#504474 #684474 #445074

Monochromatic Colors of #504474

#504474

Complementary Color

#504474 #687444

#504474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504474 Color CSS Codes

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

#504474 Text Font Color

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

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


#504474 Background Color

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

This div background color is #504474


#504474 Border Color

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

This div border color is #504474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504474


Comments

No comments written yet.

Please login to write comment.