Color Hex Logo

#a4050b Color Hex

#A4050B
(164,5,11)
0 Favorites   0 Comments

Color spaces of #a4050b

RGB 164511
HSL0.990.940.33
HSV358°97°64°
CMYK 0.000.970.93   0.36
XYZ15.42458.02521.0527
Yxy8.02520.62950.3275
Hunter Lab28.328847.614617.6269
CIE-Lab34.035357.057243.6611

#a4050b color RGB value is (164,5,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000101 00001011
Octal 244 5 13
Decimal 164 5 11
Hex A4 5 B

RGB Percentages of Color #a4050b

%91.11
%2.78
%6.11

CMYK Percentages of Color #a4050b

%0
%97
%93
%36

Triadic Colors of #a4050b

#a4050b #0ba405 #050ba4

Analogous Colors of #a4050b

#a4050b #a44f05 #a4055a

Monochromatic Colors of #a4050b

#a4050b

Complementary Color

#a4050b #05a49e

#a4050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4050b Color CSS Codes

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

#a4050b Text Font Color

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

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


#a4050b Background Color

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

This div background color is #a4050b


#a4050b Border Color

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

This div border color is #a4050b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4050b


Comments

No comments written yet.

Please login to write comment.