Color Hex Logo

#a64671 Color Hex

#A64671
(166,70,113)
0 Favorites   0 Comments

Color spaces of #a64671

RGB 16670113
HSL0.930.410.46
HSV333°58°65°
CMYK 0.000.580.32   0.35
XYZ20.896713.679617.1618
Yxy13.67960.40390.2644
Hunter Lab36.985936.1254-1.6209
CIE-Lab43.769944.1461-4.9834

#a64671 color RGB value is (166,70,113).

#a64671 hex color red value is 166, green value is 70 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a64671 hue: 0.93 , saturation: 0.41 and the lightness value of a64671 is 0.46.

The process color (four color CMYK) of #a64671 color hex is 0.00, 0.58, 0.32, 0.35. Web safe color of #a64671 is #993366. Color #a64671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 01110001
Octal 246 106 161
Decimal 166 70 113
Hex A6 46 71

RGB Percentages of Color #a64671

%47.56
%20.06
%32.38

CMYK Percentages of Color #a64671

%0
%58
%32
%35

Triadic Colors of #a64671

#a64671 #71a646 #4671a6

Analogous Colors of #a64671

#a64671 #a64b46 #a646a1

Monochromatic Colors of #a64671

#a64671

Complementary Color

#a64671 #46a67b

#a64671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64671 Color CSS Codes

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

#a64671 Text Font Color

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

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


#a64671 Background Color

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

This div background color is #a64671


#a64671 Border Color

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

This div border color is #a64671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64671


Comments

No comments written yet.

Please login to write comment.