Color Hex Logo

#a4164b Color Hex

#A4164B
(164,22,75)
0 Favorites   0 Comments

Color spaces of #a4164b

RGB 1642275
HSL0.940.760.36
HSV338°87°64°
CMYK 0.000.870.54   0.36
XYZ16.86688.97437.4999
Yxy8.97430.50590.2692
Hunter Lab29.957148.07616.1265
CIE-Lab35.934857.11857.5588

#a4164b color RGB value is (164,22,75).

#a4164b hex color red value is 164, green value is 22 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a4164b hue: 0.94 , saturation: 0.76 and the lightness value of a4164b is 0.36.

The process color (four color CMYK) of #a4164b color hex is 0.00, 0.87, 0.54, 0.36. Web safe color of #a4164b is #990033. Color #a4164b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010110 01001011
Octal 244 26 113
Decimal 164 22 75
Hex A4 16 4B

RGB Percentages of Color #a4164b

%62.84
%8.43
%28.74

CMYK Percentages of Color #a4164b

%0
%87
%54
%36

Triadic Colors of #a4164b

#a4164b #4ba416 #164ba4

Analogous Colors of #a4164b

#a4164b #a42816 #a41692

Monochromatic Colors of #a4164b

#a4164b

Complementary Color

#a4164b #16a46f

#a4164b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4164b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4164b Color CSS Codes

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

#a4164b Text Font Color

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

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


#a4164b Background Color

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

This div background color is #a4164b


#a4164b Border Color

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

This div border color is #a4164b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4164b


Comments

No comments written yet.

Please login to write comment.