Color Hex Logo

#a4065c Color Hex

#A4065C
(164,6,92)
0 Favorites   0 Comments

Color spaces of #a4065c

RGB 164692
HSL0.910.930.33
HSV327°96°64°
CMYK 0.000.960.44   0.36
XYZ17.30678.795510.9107
Yxy8.79550.46760.2376
Hunter Lab29.657252.2650-1.0524
CIE-Lab35.587561.0369-3.9514

#a4065c color RGB value is (164,6,92).

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

The process color (four color CMYK) of #a4065c color hex is 0.00, 0.96, 0.44, 0.36. Web safe color of #a4065c is #990066. Color #a4065c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000110 01011100
Octal 244 6 134
Decimal 164 6 92
Hex A4 6 5C

RGB Percentages of Color #a4065c

%62.60
%2.29
%35.11

CMYK Percentages of Color #a4065c

%0
%96
%44
%36

Triadic Colors of #a4065c

#a4065c #5ca406 #065ca4

Analogous Colors of #a4065c

#a4065c #a4060d #9d06a4

Monochromatic Colors of #a4065c

#a4065c

Complementary Color

#a4065c #06a44e

#a4065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4065c Color CSS Codes

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

#a4065c Text Font Color

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

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


#a4065c Background Color

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

This div background color is #a4065c


#a4065c Border Color

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

This div border color is #a4065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4065c


Comments

No comments written yet.

Please login to write comment.