Color Hex Logo

#502112 Color Hex

#502112
(80,33,18)
0 Favorites   0 Comments

Color spaces of #502112

RGB 803318
HSL0.040.630.19
HSV15°78°31°
CMYK 0.000.590.78   0.69
XYZ3.96132.83690.9111
Yxy2.83690.51380.3680
Hunter Lab16.843112.50578.5830
CIE-Lab19.378520.861520.3793

#502112 color RGB value is (80,33,18).

#502112 hex color red value is 80, green value is 33 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #502112 hue: 0.04 , saturation: 0.63 and the lightness value of 502112 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 00010010
Octal 120 41 22
Decimal 80 33 18
Hex 50 21 12

RGB Percentages of Color #502112

%61.07
%25.19
%13.74

CMYK Percentages of Color #502112

%0
%59
%78
%69

Triadic Colors of #502112

#502112 #125021 #211250

Analogous Colors of #502112

#502112 #504012 #501222

Monochromatic Colors of #502112

#502112

Complementary Color

#502112 #124150

#502112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502112 Color CSS Codes

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

#502112 Text Font Color

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

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


#502112 Background Color

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

This div background color is #502112


#502112 Border Color

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

This div border color is #502112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502112


Comments

No comments written yet.

Please login to write comment.