Color Hex Logo

#501c02 Color Hex

#501C02
(80,28,2)
0 Favorites   0 Comments

Color spaces of #501c02

RGB 80282
HSL0.060.950.16
HSV20°98°31°
CMYK 0.000.650.98   0.69
XYZ3.73452.54040.3509
Yxy2.54040.56360.3834
Hunter Lab15.938613.93089.8517
CIE-Lab18.100322.997226.1884

#501c02 color RGB value is (80,28,2).

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

The process color (four color CMYK) of #501c02 color hex is 0.00, 0.65, 0.98, 0.69. Web safe color of #501c02 is #663300. Color #501c02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011100 00000010
Octal 120 34 2
Decimal 80 28 2
Hex 50 1C 2

RGB Percentages of Color #501c02

%72.73
%25.45
%1.82

CMYK Percentages of Color #501c02

%0
%65
%98
%69

Triadic Colors of #501c02

#501c02 #02501c #1c0250

Analogous Colors of #501c02

#501c02 #504302 #50020f

Monochromatic Colors of #501c02

#501c02

Complementary Color

#501c02 #023650

#501c02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501c02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501c02 Color CSS Codes

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

#501c02 Text Font Color

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

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


#501c02 Background Color

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

This div background color is #501c02


#501c02 Border Color

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

This div border color is #501c02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501c02


Comments

No comments written yet.

Please login to write comment.