Color Hex Logo

#a4010a Color Hex

#A4010A
(164,1,10)
0 Favorites   0 Comments

Color spaces of #a4010a

RGB 164110
HSL0.990.990.32
HSV357°99°64°
CMYK 0.000.990.94   0.36
XYZ15.37557.93611.0086
Yxy7.93610.63220.3263
Hunter Lab28.171148.124117.5970
CIE-Lab33.849457.569243.9441

#a4010a color RGB value is (164,1,10).

#a4010a hex color red value is 164, green value is 1 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a4010a hue: 0.99 , saturation: 0.99 and the lightness value of a4010a is 0.32.

The process color (four color CMYK) of #a4010a color hex is 0.00, 0.99, 0.94, 0.36. Web safe color of #a4010a is #990000. Color #a4010a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000001 00001010
Octal 244 1 12
Decimal 164 1 10
Hex A4 1 A

RGB Percentages of Color #a4010a

%93.71
%0.57
%5.71

CMYK Percentages of Color #a4010a

%0
%99
%94
%36

Triadic Colors of #a4010a

#a4010a #0aa401 #010aa4

Analogous Colors of #a4010a

#a4010a #a44a01 #a4015c

Monochromatic Colors of #a4010a

#a4010a

Complementary Color

#a4010a #01a49b

#a4010a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4010a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4010a Color CSS Codes

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

#a4010a Text Font Color

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

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


#a4010a Background Color

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

This div background color is #a4010a


#a4010a Border Color

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

This div border color is #a4010a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4010a


Comments

No comments written yet.

Please login to write comment.