Color Hex Logo

#500a78 Color Hex

#500A78
(80,10,120)
0 Favorites   0 Comments

Color spaces of #500a78

RGB 8010120
HSL0.770.850.25
HSV278°92°47°
CMYK 0.330.920.00   0.53
XYZ6.80703.278618.0434
Yxy3.27860.24200.1166
Hunter Lab18.106935.4171-46.4072
CIE-Lab21.126847.6098-45.8423

#500a78 color RGB value is (80,10,120).

#500a78 hex color red value is 80, green value is 10 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #500a78 hue: 0.77 , saturation: 0.85 and the lightness value of 500a78 is 0.25.

The process color (four color CMYK) of #500a78 color hex is 0.33, 0.92, 0.00, 0.53. Web safe color of #500a78 is #660066. Color #500a78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001010 01111000
Octal 120 12 170
Decimal 80 10 120
Hex 50 A 78

RGB Percentages of Color #500a78

%38.10
%4.76
%57.14

CMYK Percentages of Color #500a78

%33
%92
%0
%53

Triadic Colors of #500a78

#500a78 #78500a #0a7850

Analogous Colors of #500a78

#500a78 #780a69 #190a78

Monochromatic Colors of #500a78

#500a78

Complementary Color

#500a78 #32780a

#500a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500a78 Color CSS Codes

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

#500a78 Text Font Color

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

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


#500a78 Background Color

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

This div background color is #500a78


#500a78 Border Color

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

This div border color is #500a78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500a78


Comments

No comments written yet.

Please login to write comment.