Color Hex Logo

#502602 Color Hex

#502602
(80,38,2)
0 Favorites   0 Comments

Color spaces of #502602

RGB 80382
HSL0.080.950.16
HSV28°98°31°
CMYK 0.000.530.98   0.69
XYZ4.01233.09610.4436
Yxy3.09610.53130.4100
Hunter Lab17.59579.910210.8223
CIE-Lab20.424717.092728.8700

#502602 color RGB value is (80,38,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 00000010
Octal 120 46 2
Decimal 80 38 2
Hex 50 26 2

RGB Percentages of Color #502602

%66.67
%31.67
%1.67

CMYK Percentages of Color #502602

%0
%53
%98
%69

Triadic Colors of #502602

#502602 #025026 #260250

Analogous Colors of #502602

#502602 #504d02 #500205

Monochromatic Colors of #502602

#502602

Complementary Color

#502602 #022c50

#502602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502602 Color CSS Codes

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

#502602 Text Font Color

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

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


#502602 Background Color

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

This div background color is #502602


#502602 Border Color

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

This div border color is #502602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502602


Comments

No comments written yet.

Please login to write comment.