Color Hex Logo

#502501 Color Hex

#502501
(80,37,1)
0 Favorites   0 Comments

Color spaces of #502501

RGB 80371
HSL0.080.980.16
HSV27°99°31°
CMYK 0.000.540.99   0.69
XYZ3.97533.03080.4042
Yxy3.03080.53650.4090
Hunter Lab17.409210.293510.8099
CIE-Lab20.166817.667528.9889

#502501 color RGB value is (80,37,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 00000001
Octal 120 45 1
Decimal 80 37 1
Hex 50 25 1

RGB Percentages of Color #502501

%67.80
%31.36
%0.85

CMYK Percentages of Color #502501

%0
%54
%99
%69

Triadic Colors of #502501

#502501 #015025 #250150

Analogous Colors of #502501

#502501 #504d01 #500104

Monochromatic Colors of #502501

#502501

Complementary Color

#502501 #012c50

#502501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502501 Color CSS Codes

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

#502501 Text Font Color

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

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


#502501 Background Color

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

This div background color is #502501


#502501 Border Color

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

This div border color is #502501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502501


Comments

No comments written yet.

Please login to write comment.