Color Hex Logo

#a64066 Color Hex

#A64066
(166,64,102)
0 Favorites   0 Comments

Color spaces of #a64066

RGB 16664102
HSL0.940.440.45
HSV338°61°65°
CMYK 0.000.610.39   0.35
XYZ19.957612.733113.9762
Yxy12.73310.42770.2729
Hunter Lab35.683537.38821.7562
CIE-Lab42.358345.6404-0.2703

#a64066 color RGB value is (166,64,102).

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

The process color (four color CMYK) of #a64066 color hex is 0.00, 0.61, 0.39, 0.35. Web safe color of #a64066 is #993366. Color #a64066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 01100110
Octal 246 100 146
Decimal 166 64 102
Hex A6 40 66

RGB Percentages of Color #a64066

%50.00
%19.28
%30.72

CMYK Percentages of Color #a64066

%0
%61
%39
%35

Triadic Colors of #a64066

#a64066 #66a640 #4066a6

Analogous Colors of #a64066

#a64066 #a64d40 #a64099

Monochromatic Colors of #a64066

#a64066

Complementary Color

#a64066 #40a680

#a64066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64066 Color CSS Codes

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

#a64066 Text Font Color

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

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


#a64066 Background Color

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

This div background color is #a64066


#a64066 Border Color

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

This div border color is #a64066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64066


Comments

No comments written yet.

Please login to write comment.