Color Hex Logo

#a64360 Color Hex

#A64360
(166,67,96)
0 Favorites   0 Comments

Color spaces of #a64360

RGB 1666796
HSL0.950.420.46
HSV342°60°65°
CMYK 0.000.600.42   0.35
XYZ19.844412.965812.5231
Yxy12.96580.43770.2860
Hunter Lab36.008135.35904.5854
CIE-Lab42.711743.55433.9641

#a64360 color RGB value is (166,67,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000011 01100000
Octal 246 103 140
Decimal 166 67 96
Hex A6 43 60

RGB Percentages of Color #a64360

%50.46
%20.36
%29.18

CMYK Percentages of Color #a64360

%0
%60
%42
%35

Triadic Colors of #a64360

#a64360 #60a643 #4360a6

Analogous Colors of #a64360

#a64360 #a65743 #a64392

Monochromatic Colors of #a64360

#a64360

Complementary Color

#a64360 #43a689

#a64360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64360 Color CSS Codes

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

#a64360 Text Font Color

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

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


#a64360 Background Color

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

This div background color is #a64360


#a64360 Border Color

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

This div border color is #a64360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64360


Comments

No comments written yet.

Please login to write comment.