Color Hex Logo

#504594 Color Hex

#504594
(80,69,148)
0 Favorites   0 Comments

Color spaces of #504594

RGB 8069148
HSL0.690.360.43
HSV248°53°58°
CMYK 0.460.530.00   0.42
XYZ10.78178.099829.0121
Yxy8.09980.22510.1691
Hunter Lab28.460117.8168-40.5178
CIE-Lab34.189925.7039-42.1631

#504594 color RGB value is (80,69,148).

#504594 hex color red value is 80, green value is 69 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #504594 hue: 0.69 , saturation: 0.36 and the lightness value of 504594 is 0.43.

The process color (four color CMYK) of #504594 color hex is 0.46, 0.53, 0.00, 0.42. Web safe color of #504594 is #663399. Color #504594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 10010100
Octal 120 105 224
Decimal 80 69 148
Hex 50 45 94

RGB Percentages of Color #504594

%26.94
%23.23
%49.83

CMYK Percentages of Color #504594

%46
%53
%0
%42

Triadic Colors of #504594

#504594 #945045 #459450

Analogous Colors of #504594

#504594 #784594 #456294

Monochromatic Colors of #504594

#504594

Complementary Color

#504594 #899445

#504594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504594 Color CSS Codes

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

#504594 Text Font Color

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

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


#504594 Background Color

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

This div background color is #504594


#504594 Border Color

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

This div border color is #504594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504594


Comments

No comments written yet.

Please login to write comment.