Color Hex Logo

#500391 Color Hex

#500391
(80,3,145)
0 Favorites   0 Comments

Color spaces of #500391

RGB 803145
HSL0.760.960.29
HSV273°98°57°
CMYK 0.450.980.00   0.43
XYZ8.45173.814927.0790
Yxy3.81490.21480.0970
Hunter Lab19.531843.0591-68.5279
CIE-Lab23.049854.8532-58.4457

#500391 color RGB value is (80,3,145).

#500391 hex color red value is 80, green value is 3 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #500391 hue: 0.76 , saturation: 0.96 and the lightness value of 500391 is 0.29.

The process color (four color CMYK) of #500391 color hex is 0.45, 0.98, 0.00, 0.43. Web safe color of #500391 is #660099. Color #500391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 10010001
Octal 120 3 221
Decimal 80 3 145
Hex 50 3 91

RGB Percentages of Color #500391

%35.09
%1.32
%63.60

CMYK Percentages of Color #500391

%45
%98
%0
%43

Triadic Colors of #500391

#500391 #915003 #039150

Analogous Colors of #500391

#500391 #91038b #090391

Monochromatic Colors of #500391

#500391

Complementary Color

#500391 #449103

#500391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500391 Color CSS Codes

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

#500391 Text Font Color

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

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


#500391 Background Color

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

This div background color is #500391


#500391 Border Color

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

This div border color is #500391


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,3,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 #500391">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500391


Comments

No comments written yet.

Please login to write comment.