Color Hex Logo

#500f1f Color Hex

#500F1F
(80,15,31)
0 Favorites   0 Comments

Color spaces of #500f1f

RGB 801531
HSL0.960.680.19
HSV345°81°31°
CMYK 0.000.810.61   0.69
XYZ3.72642.14611.5141
Yxy2.14610.50450.2905
Hunter Lab14.649619.76814.1268
CIE-Lab16.236030.91017.4849

#500f1f color RGB value is (80,15,31).

#500f1f hex color red value is 80, green value is 15 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #500f1f hue: 0.96 , saturation: 0.68 and the lightness value of 500f1f is 0.19.

The process color (four color CMYK) of #500f1f color hex is 0.00, 0.81, 0.61, 0.69. Web safe color of #500f1f is #660033. Color #500f1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001111 00011111
Octal 120 17 37
Decimal 80 15 31
Hex 50 F 1F

RGB Percentages of Color #500f1f

%63.49
%11.90
%24.60

CMYK Percentages of Color #500f1f

%0
%81
%61
%69

Triadic Colors of #500f1f

#500f1f #1f500f #0f1f50

Analogous Colors of #500f1f

#500f1f #50200f #500f40

Monochromatic Colors of #500f1f

#500f1f

Complementary Color

#500f1f #0f5040

#500f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#500f1f Color CSS Codes

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

#500f1f Text Font Color

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

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


#500f1f Background Color

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

This div background color is #500f1f


#500f1f Border Color

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

This div border color is #500f1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500f1f


Comments

No comments written yet.

Please login to write comment.