Color Hex Logo

#a4010b Color Hex

#A4010B
(164,1,11)
0 Favorites   0 Comments

Color spaces of #a4010b

RGB 164111
HSL0.990.990.32
HSV356°99°64°
CMYK 0.000.990.93   0.36
XYZ15.38117.93841.0382
Yxy7.93840.63150.3259
Hunter Lab28.175248.138417.5379
CIE-Lab33.854357.581543.5454

#a4010b color RGB value is (164,1,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000001 00001011
Octal 244 1 13
Decimal 164 1 11
Hex A4 1 B

RGB Percentages of Color #a4010b

%93.18
%0.57
%6.25

CMYK Percentages of Color #a4010b

%0
%99
%93
%36

Triadic Colors of #a4010b

#a4010b #0ba401 #010ba4

Analogous Colors of #a4010b

#a4010b #a44901 #a4015c

Monochromatic Colors of #a4010b

#a4010b

Complementary Color

#a4010b #01a49a

#a4010b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4010b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4010b Color CSS Codes

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

#a4010b Text Font Color

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

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


#a4010b Background Color

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

This div background color is #a4010b


#a4010b Border Color

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

This div border color is #a4010b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4010b


Comments

No comments written yet.

Please login to write comment.