Color Hex Logo

#500602 Color Hex

#500602
(80,6,2)
0 Favorites   0 Comments

Color spaces of #500602

RGB 8062
HSL0.010.950.16
HSV98°31°
CMYK 0.000.930.98   0.69
XYZ3.38431.84010.2342
Yxy1.84010.62000.3371
Hunter Lab13.565020.79478.4719
CIE-Lab14.624732.489821.8651

#500602 color RGB value is (80,6,2).

#500602 hex color red value is 80, green value is 6 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #500602 hue: 0.01 , saturation: 0.95 and the lightness value of 500602 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 00000010
Octal 120 6 2
Decimal 80 6 2
Hex 50 6 2

RGB Percentages of Color #500602

%90.91
%6.82
%2.27

CMYK Percentages of Color #500602

%0
%93
%98
%69

Triadic Colors of #500602

#500602 #025006 #060250

Analogous Colors of #500602

#500602 #502d02 #500225

Monochromatic Colors of #500602

#500602

Complementary Color

#500602 #024c50

#500602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500602 Color CSS Codes

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

#500602 Text Font Color

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

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


#500602 Background Color

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

This div background color is #500602


#500602 Border Color

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

This div border color is #500602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500602


Comments

No comments written yet.

Please login to write comment.