Color Hex Logo

#503b90 Color Hex

#503B90
(80,59,144)
0 Favorites   0 Comments

Color spaces of #503b90

RGB 8059144
HSL0.710.420.40
HSV255°59°56°
CMYK 0.440.590.00   0.44
XYZ9.90636.847027.1850
Yxy6.84700.22550.1558
Hunter Lab26.166821.7852-43.2804
CIE-Lab31.456030.7513-44.1162

#503b90 color RGB value is (80,59,144).

#503b90 hex color red value is 80, green value is 59 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #503b90 hue: 0.71 , saturation: 0.42 and the lightness value of 503b90 is 0.40.

The process color (four color CMYK) of #503b90 color hex is 0.44, 0.59, 0.00, 0.44. Web safe color of #503b90 is #663399. Color #503b90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111011 10010000
Octal 120 73 220
Decimal 80 59 144
Hex 50 3B 90

RGB Percentages of Color #503b90

%28.27
%20.85
%50.88

CMYK Percentages of Color #503b90

%44
%59
%0
%44

Triadic Colors of #503b90

#503b90 #90503b #3b9050

Analogous Colors of #503b90

#503b90 #7b3b90 #3b5190

Monochromatic Colors of #503b90

#503b90

Complementary Color

#503b90 #7b903b

#503b90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503b90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503b90 Color CSS Codes

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

#503b90 Text Font Color

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

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


#503b90 Background Color

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

This div background color is #503b90


#503b90 Border Color

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

This div border color is #503b90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,59,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #503b90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #503b90;
  -webkit-box-shadow: 1px 1px 3px 2px #503b90;
  box-shadow:         1px 1px 3px 2px #503b90; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503b90


Comments

No comments written yet.

Please login to write comment.