Color Hex Logo

#504191 Color Hex

#504191
(80,65,145)
0 Favorites   0 Comments

Color spaces of #504191

RGB 8065145
HSL0.700.380.41
HSV251°55°57°
CMYK 0.450.550.00   0.43
XYZ10.30947.530427.6982
Yxy7.53040.22640.1654
Hunter Lab27.441619.0371-40.6354
CIE-Lab32.985127.3097-42.2674

#504191 color RGB value is (80,65,145).

#504191 hex color red value is 80, green value is 65 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #504191 hue: 0.70 , saturation: 0.38 and the lightness value of 504191 is 0.41.

The process color (four color CMYK) of #504191 color hex is 0.45, 0.55, 0.00, 0.43. Web safe color of #504191 is #663399. Color #504191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000001 10010001
Octal 120 101 221
Decimal 80 65 145
Hex 50 41 91

RGB Percentages of Color #504191

%27.59
%22.41
%50.00

CMYK Percentages of Color #504191

%45
%55
%0
%43

Triadic Colors of #504191

#504191 #915041 #419150

Analogous Colors of #504191

#504191 #784191 #415a91

Monochromatic Colors of #504191

#504191

Complementary Color

#504191 #829141

#504191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504191 Color CSS Codes

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

#504191 Text Font Color

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

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


#504191 Background Color

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

This div background color is #504191


#504191 Border Color

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

This div border color is #504191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504191


Comments

No comments written yet.

Please login to write comment.