Color Hex Logo

#490110 Color Hex

#490110
(73,1,16)
0 Favorites   0 Comments

Color spaces of #490110

RGB 73116
HSL0.970.970.15
HSV348°99°29°
CMYK 0.000.990.78   0.71
XYZ2.85201.47560.6247
Yxy1.47560.57590.2980
Hunter Lab12.147420.65065.4541
CIE-Lab12.452132.734012.5338

#490110 color RGB value is (73,1,16).

#490110 hex color red value is 73, green value is 1 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #490110 hue: 0.97 , saturation: 0.97 and the lightness value of 490110 is 0.15.

The process color (four color CMYK) of #490110 color hex is 0.00, 0.99, 0.78, 0.71. Web safe color of #490110 is #330000. Color #490110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000001 00010000
Octal 111 1 20
Decimal 73 1 16
Hex 49 1 10

RGB Percentages of Color #490110

%81.11
%1.11
%17.78

CMYK Percentages of Color #490110

%0
%99
%78
%71

Triadic Colors of #490110

#490110 #104901 #011049

Analogous Colors of #490110

#490110 #491601 #490134

Monochromatic Colors of #490110

#490110

Complementary Color

#490110 #01493a

#490110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490110 Color CSS Codes

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

#490110 Text Font Color

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

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


#490110 Background Color

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

This div background color is #490110


#490110 Border Color

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

This div border color is #490110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490110


Comments

No comments written yet.

Please login to write comment.