Color Hex Logo

#502101 Color Hex

#502101
(80,33,1)
0 Favorites   0 Comments

Color spaces of #502101

RGB 80331
HSL0.070.980.16
HSV24°99°31°
CMYK 0.000.590.99   0.69
XYZ3.85762.79540.3650
Yxy2.79540.54970.3983
Hunter Lab16.719411.925410.4093
CIE-Lab19.205120.082727.8915

#502101 color RGB value is (80,33,1).

#502101 hex color red value is 80, green value is 33 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #502101 hue: 0.07 , saturation: 0.98 and the lightness value of 502101 is 0.16.

The process color (four color CMYK) of #502101 color hex is 0.00, 0.59, 0.99, 0.69. Web safe color of #502101 is #663300. Color #502101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 00000001
Octal 120 41 1
Decimal 80 33 1
Hex 50 21 1

RGB Percentages of Color #502101

%70.18
%28.95
%0.88

CMYK Percentages of Color #502101

%0
%59
%99
%69

Triadic Colors of #502101

#502101 #015021 #210150

Analogous Colors of #502101

#502101 #504901 #500108

Monochromatic Colors of #502101

#502101

Complementary Color

#502101 #013050

#502101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502101 Color CSS Codes

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

#502101 Text Font Color

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

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


#502101 Background Color

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

This div background color is #502101


#502101 Border Color

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

This div border color is #502101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502101


Comments

No comments written yet.

Please login to write comment.