Color Hex Logo

#4a010a Color Hex

#4A010A
(74,1,10)
0 Favorites   0 Comments

Color spaces of #4a010a

RGB 74110
HSL0.980.970.15
HSV353°99°29°
CMYK 0.000.990.86   0.71
XYZ2.88971.49950.4243
Yxy1.49950.60030.3115
Hunter Lab12.245420.69346.5174
CIE-Lab12.604932.757115.6636

#4a010a color RGB value is (74,1,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00000001 00001010
Octal 112 1 12
Decimal 74 1 10
Hex 4A 1 A

RGB Percentages of Color #4a010a

%87.06
%1.18
%11.76

CMYK Percentages of Color #4a010a

%0
%99
%86
%71

Triadic Colors of #4a010a

#4a010a #0a4a01 #010a4a

Analogous Colors of #4a010a

#4a010a #4a1d01 #4a012f

Monochromatic Colors of #4a010a

#4a010a

Complementary Color

#4a010a #014a41

#4a010a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a010a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a010a Color CSS Codes

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

#4a010a Text Font Color

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

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


#4a010a Background Color

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

This div background color is #4a010a


#4a010a Border Color

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

This div border color is #4a010a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a010a


Comments

No comments written yet.

Please login to write comment.