Color Hex Logo

#500607 Color Hex

#500607
(80,6,7)
0 Favorites   0 Comments

Color spaces of #500607

RGB 8067
HSL1.000.860.17
HSV359°93°31°
CMYK 0.000.930.91   0.69
XYZ3.41171.85110.3785
Yxy1.85110.60480.3281
Hunter Lab13.605520.95087.8744
CIE-Lab14.685632.670019.9062

#500607 color RGB value is (80,6,7).

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

The process color (four color CMYK) of #500607 color hex is 0.00, 0.93, 0.91, 0.69. Web safe color of #500607 is #660000. Color #500607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 00000111
Octal 120 6 7
Decimal 80 6 7
Hex 50 6 7

RGB Percentages of Color #500607

%86.02
%6.45
%7.53

CMYK Percentages of Color #500607

%0
%93
%91
%69

Triadic Colors of #500607

#500607 #075006 #060750

Analogous Colors of #500607

#500607 #502a06 #50062c

Monochromatic Colors of #500607

#500607

Complementary Color

#500607 #06504f

#500607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500607 Color CSS Codes

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

#500607 Text Font Color

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

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


#500607 Background Color

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

This div background color is #500607


#500607 Border Color

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

This div border color is #500607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500607


Comments

No comments written yet.

Please login to write comment.