Color Hex Logo

#a4064c Color Hex

#A4064C
(164,6,76)
0 Favorites   0 Comments

Color spaces of #a4064c

RGB 164676
HSL0.930.930.33
HSV333°96°64°
CMYK 0.000.960.54   0.36
XYZ16.67958.54467.6076
Yxy8.54460.50800.2603
Hunter Lab29.231150.69895.0312
CIE-Lab35.092359.70605.7157

#a4064c color RGB value is (164,6,76).

#a4064c hex color red value is 164, green value is 6 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #a4064c hue: 0.93 , saturation: 0.93 and the lightness value of a4064c is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000110 01001100
Octal 244 6 114
Decimal 164 6 76
Hex A4 6 4C

RGB Percentages of Color #a4064c

%66.67
%2.44
%30.89

CMYK Percentages of Color #a4064c

%0
%96
%54
%36

Triadic Colors of #a4064c

#a4064c #4ca406 #064ca4

Analogous Colors of #a4064c

#a4064c #a40f06 #a4069b

Monochromatic Colors of #a4064c

#a4064c

Complementary Color

#a4064c #06a45e

#a4064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4064c Color CSS Codes

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

#a4064c Text Font Color

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

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


#a4064c Background Color

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

This div background color is #a4064c


#a4064c Border Color

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

This div border color is #a4064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4064c


Comments

No comments written yet.

Please login to write comment.