Color Hex Logo

#a64981 Color Hex

#A64981
(166,73,129)
0 Favorites   0 Comments

Color spaces of #a64981

RGB 16673129
HSL0.900.390.47
HSV324°56°65°
CMYK 0.000.560.22   0.35
XYZ22.070914.457122.3961
Yxy14.45710.37460.2454
Hunter Lab38.022537.0745-8.3074
CIE-Lab44.881544.9044-13.0914

#a64981 color RGB value is (166,73,129).

#a64981 hex color red value is 166, green value is 73 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a64981 hue: 0.90 , saturation: 0.39 and the lightness value of a64981 is 0.47.

The process color (four color CMYK) of #a64981 color hex is 0.00, 0.56, 0.22, 0.35. Web safe color of #a64981 is #993399. Color #a64981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 10000001
Octal 246 111 201
Decimal 166 73 129
Hex A6 49 81

RGB Percentages of Color #a64981

%45.11
%19.84
%35.05

CMYK Percentages of Color #a64981

%0
%56
%22
%35

Triadic Colors of #a64981

#a64981 #81a649 #4981a6

Analogous Colors of #a64981

#a64981 #a64953 #9d49a6

Monochromatic Colors of #a64981

#a64981

Complementary Color

#a64981 #49a66e

#a64981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64981 Color CSS Codes

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

#a64981 Text Font Color

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

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


#a64981 Background Color

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

This div background color is #a64981


#a64981 Border Color

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

This div border color is #a64981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,73,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a64981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a64981;
  -webkit-box-shadow: 1px 1px 3px 2px #a64981;
  box-shadow:         1px 1px 3px 2px #a64981; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,73,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64981

#a64981 Color Palettes


Comments

No comments written yet.

Please login to write comment.