Color Hex Logo

#500392 Color Hex

#500392
(80,3,146)
0 Favorites   0 Comments

Color spaces of #500392

RGB 803146
HSL0.760.960.29
HSV272°98°57°
CMYK 0.450.980.00   0.43
XYZ8.52913.845927.4869
Yxy3.84590.21400.0965
Hunter Lab19.611043.3131-69.3737
CIE-Lab23.155355.0777-58.8922

#500392 color RGB value is (80,3,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 10010010
Octal 120 3 222
Decimal 80 3 146
Hex 50 3 92

RGB Percentages of Color #500392

%34.93
%1.31
%63.76

CMYK Percentages of Color #500392

%45
%98
%0
%43

Triadic Colors of #500392

#500392 #925003 #039250

Analogous Colors of #500392

#500392 #92038d #080392

Monochromatic Colors of #500392

#500392

Complementary Color

#500392 #459203

#500392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500392 Color CSS Codes

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

#500392 Text Font Color

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

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


#500392 Background Color

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

This div background color is #500392


#500392 Border Color

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

This div border color is #500392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500392


Comments

No comments written yet.

Please login to write comment.