Color Hex Logo

#a64760 Color Hex

#A64760
(166,71,96)
0 Favorites   0 Comments

Color spaces of #a64760

RGB 1667196
HSL0.960.400.46
HSV344°57°65°
CMYK 0.000.570.42   0.35
XYZ20.090413.458012.6051
Yxy13.45800.43530.2916
Hunter Lab36.685133.55545.3074
CIE-Lab43.445441.61245.0173

#a64760 color RGB value is (166,71,96).

#a64760 hex color red value is 166, green value is 71 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a64760 hue: 0.96 , saturation: 0.40 and the lightness value of a64760 is 0.46.

The process color (four color CMYK) of #a64760 color hex is 0.00, 0.57, 0.42, 0.35. Web safe color of #a64760 is #993366. Color #a64760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000111 01100000
Octal 246 107 140
Decimal 166 71 96
Hex A6 47 60

RGB Percentages of Color #a64760

%49.85
%21.32
%28.83

CMYK Percentages of Color #a64760

%0
%57
%42
%35

Triadic Colors of #a64760

#a64760 #60a647 #4760a6

Analogous Colors of #a64760

#a64760 #a65e47 #a64790

Monochromatic Colors of #a64760

#a64760

Complementary Color

#a64760 #47a68d

#a64760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64760 Color CSS Codes

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

#a64760 Text Font Color

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

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


#a64760 Background Color

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

This div background color is #a64760


#a64760 Border Color

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

This div border color is #a64760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64760


Comments

No comments written yet.

Please login to write comment.