Color Hex Logo

#500363 Color Hex

#500363
(80,3,99)
0 Favorites   0 Comments

Color spaces of #500363

RGB 80399
HSL0.800.940.20
HSV288°97°39°
CMYK 0.190.970.00   0.61
XYZ5.59302.671512.0252
Yxy2.67150.27570.1317
Hunter Lab16.344732.4776-32.1797
CIE-Lab18.677145.0084-36.1683

#500363 color RGB value is (80,3,99).

#500363 hex color red value is 80, green value is 3 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #500363 hue: 0.80 , saturation: 0.94 and the lightness value of 500363 is 0.20.

The process color (four color CMYK) of #500363 color hex is 0.19, 0.97, 0.00, 0.61. Web safe color of #500363 is #660066. Color #500363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 01100011
Octal 120 3 143
Decimal 80 3 99
Hex 50 3 63

RGB Percentages of Color #500363

%43.96
%1.65
%54.40

CMYK Percentages of Color #500363

%19
%97
%0
%61

Triadic Colors of #500363

#500363 #635003 #036350

Analogous Colors of #500363

#500363 #630346 #200363

Monochromatic Colors of #500363

#500363

Complementary Color

#500363 #166303

#500363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500363 Color CSS Codes

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

#500363 Text Font Color

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

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


#500363 Background Color

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

This div background color is #500363


#500363 Border Color

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

This div border color is #500363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500363


Comments

No comments written yet.

Please login to write comment.