Color Hex Logo

#503589 Color Hex

#503589
(80,53,137)
0 Favorites   0 Comments

Color spaces of #503589

RGB 8053137
HSL0.720.440.37
HSV259°61°54°
CMYK 0.420.610.00   0.46
XYZ9.09676.057824.3567
Yxy6.05780.23020.1533
Hunter Lab24.612622.9007-41.4447
CIE-Lab29.557832.3401-42.8606

#503589 color RGB value is (80,53,137).

#503589 hex color red value is 80, green value is 53 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #503589 hue: 0.72 , saturation: 0.44 and the lightness value of 503589 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 10001001
Octal 120 65 211
Decimal 80 53 137
Hex 50 35 89

RGB Percentages of Color #503589

%29.63
%19.63
%50.74

CMYK Percentages of Color #503589

%42
%61
%0
%46

Triadic Colors of #503589

#503589 #895035 #358950

Analogous Colors of #503589

#503589 #7a3589 #354489

Monochromatic Colors of #503589

#503589

Complementary Color

#503589 #6e8935

#503589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503589 Color CSS Codes

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

#503589 Text Font Color

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

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


#503589 Background Color

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

This div background color is #503589


#503589 Border Color

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

This div border color is #503589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503589


Comments

No comments written yet.

Please login to write comment.