Color Hex Logo

#503783 Color Hex

#503783
(80,55,131)
0 Favorites   0 Comments

Color spaces of #503783

RGB 8055131
HSL0.720.410.36
HSV260°58°51°
CMYK 0.390.580.00   0.49
XYZ8.77126.076522.1833
Yxy6.07650.23690.1641
Hunter Lab24.650620.3757-36.1003
CIE-Lab29.604729.3771-39.0556

#503783 color RGB value is (80,55,131).

#503783 hex color red value is 80, green value is 55 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #503783 hue: 0.72 , saturation: 0.41 and the lightness value of 503783 is 0.36.

The process color (four color CMYK) of #503783 color hex is 0.39, 0.58, 0.00, 0.49. Web safe color of #503783 is #663399. Color #503783 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110111 10000011
Octal 120 67 203
Decimal 80 55 131
Hex 50 37 83

RGB Percentages of Color #503783

%30.08
%20.68
%49.25

CMYK Percentages of Color #503783

%39
%58
%0
%49

Triadic Colors of #503783

#503783 #835037 #378350

Analogous Colors of #503783

#503783 #763783 #374483

Monochromatic Colors of #503783

#503783

Complementary Color

#503783 #6a8337

#503783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503783 Color CSS Codes

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

#503783 Text Font Color

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

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


#503783 Background Color

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

This div background color is #503783


#503783 Border Color

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

This div border color is #503783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503783


Comments

No comments written yet.

Please login to write comment.