Color Hex Logo

#501702 Color Hex

#501702
(80,23,2)
0 Favorites   0 Comments

Color spaces of #501702

RGB 80232
HSL0.040.950.16
HSV16°98°31°
CMYK 0.000.710.98   0.69
XYZ3.62562.32260.3147
Yxy2.32260.57890.3709
Hunter Lab15.240115.79489.4437
CIE-Lab17.096625.655224.9755

#501702 color RGB value is (80,23,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 00000010
Octal 120 27 2
Decimal 80 23 2
Hex 50 17 2

RGB Percentages of Color #501702

%76.19
%21.90
%1.90

CMYK Percentages of Color #501702

%0
%71
%98
%69

Triadic Colors of #501702

#501702 #025017 #170250

Analogous Colors of #501702

#501702 #503e02 #500214

Monochromatic Colors of #501702

#501702

Complementary Color

#501702 #023b50

#501702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501702 Color CSS Codes

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

#501702 Text Font Color

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

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


#501702 Background Color

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

This div background color is #501702


#501702 Border Color

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

This div border color is #501702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501702


Comments

No comments written yet.

Please login to write comment.