Color Hex Logo

#500642 Color Hex

#500642
(80,6,66)
0 Favorites   0 Comments

Color spaces of #500642

RGB 80666
HSL0.860.860.17
HSV311°93°31°
CMYK 0.000.930.18   0.69
XYZ4.35682.22915.3549
Yxy2.22910.36490.1867
Hunter Lab14.930225.9606-10.8140
CIE-Lab16.646338.2253-16.9890

#500642 color RGB value is (80,6,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 01000010
Octal 120 6 102
Decimal 80 6 66
Hex 50 6 42

RGB Percentages of Color #500642

%52.63
%3.95
%43.42

CMYK Percentages of Color #500642

%0
%93
%18
%69

Triadic Colors of #500642

#500642 #425006 #064250

Analogous Colors of #500642

#500642 #50061d #390650

Monochromatic Colors of #500642

#500642

Complementary Color

#500642 #065014

#500642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500642 Color CSS Codes

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

#500642 Text Font Color

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

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


#500642 Background Color

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

This div background color is #500642


#500642 Border Color

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

This div border color is #500642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500642


Comments

No comments written yet.

Please login to write comment.