Color Hex Logo

#a64081 Color Hex

#A64081
(166,64,129)
0 Favorites   0 Comments

Color spaces of #a64081

RGB 16664129
HSL0.890.440.45
HSV322°61°65°
CMYK 0.000.610.22   0.35
XYZ21.521713.358822.2131
Yxy13.35880.37700.2340
Hunter Lab36.549741.1449-10.4488
CIE-Lab43.299049.1550-15.4974

#a64081 color RGB value is (166,64,129).

#a64081 hex color red value is 166, green value is 64 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a64081 hue: 0.89 , saturation: 0.44 and the lightness value of a64081 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 10000001
Octal 246 100 201
Decimal 166 64 129
Hex A6 40 81

RGB Percentages of Color #a64081

%46.24
%17.83
%35.93

CMYK Percentages of Color #a64081

%0
%61
%22
%35

Triadic Colors of #a64081

#a64081 #81a640 #4081a6

Analogous Colors of #a64081

#a64081 #a6404e #9840a6

Monochromatic Colors of #a64081

#a64081

Complementary Color

#a64081 #40a665

#a64081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64081 Color CSS Codes

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

#a64081 Text Font Color

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

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


#a64081 Background Color

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

This div background color is #a64081


#a64081 Border Color

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

This div border color is #a64081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64081


Comments

No comments written yet.

Please login to write comment.