Color Hex Logo

#500639 Color Hex

#500639
(80,6,57)
0 Favorites   0 Comments

Color spaces of #500639

RGB 80657
HSL0.890.860.17
HSV319°93°31°
CMYK 0.000.930.29   0.69
XYZ4.11192.13114.0655
Yxy2.13110.39890.2067
Hunter Lab14.598324.7311-6.2930
CIE-Lab16.160736.9008-11.3974

#500639 color RGB value is (80,6,57).

#500639 hex color red value is 80, green value is 6 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #500639 hue: 0.89 , saturation: 0.86 and the lightness value of 500639 is 0.17.

The process color (four color CMYK) of #500639 color hex is 0.00, 0.93, 0.29, 0.69. Web safe color of #500639 is #660033. Color #500639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 00111001
Octal 120 6 71
Decimal 80 6 57
Hex 50 6 39

RGB Percentages of Color #500639

%55.94
%4.20
%39.86

CMYK Percentages of Color #500639

%0
%93
%29
%69

Triadic Colors of #500639

#500639 #395006 #063950

Analogous Colors of #500639

#500639 #500614 #420650

Monochromatic Colors of #500639

#500639

Complementary Color

#500639 #06501d

#500639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500639 Color CSS Codes

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

#500639 Text Font Color

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

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


#500639 Background Color

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

This div background color is #500639


#500639 Border Color

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

This div border color is #500639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500639


Comments

No comments written yet.

Please login to write comment.