Color Hex Logo

#500678 Color Hex

#500678
(80,6,120)
0 Favorites   0 Comments

Color spaces of #500678

RGB 806120
HSL0.770.900.25
HSV279°95°47°
CMYK 0.330.950.00   0.53
XYZ6.76363.191818.0289
Yxy3.19180.24170.1141
Hunter Lab17.865636.3121-47.3260
CIE-Lab20.796248.5925-46.3829

#500678 color RGB value is (80,6,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 01111000
Octal 120 6 170
Decimal 80 6 120
Hex 50 6 78

RGB Percentages of Color #500678

%38.83
%2.91
%58.25

CMYK Percentages of Color #500678

%33
%95
%0
%53

Triadic Colors of #500678

#500678 #785006 #067850

Analogous Colors of #500678

#500678 #780667 #170678

Monochromatic Colors of #500678

#500678

Complementary Color

#500678 #2e7806

#500678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500678 Color CSS Codes

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

#500678 Text Font Color

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

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


#500678 Background Color

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

This div background color is #500678


#500678 Border Color

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

This div border color is #500678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500678


Comments

No comments written yet.

Please login to write comment.