Color Hex Logo

#a66497 Color Hex

#A66497
(166,100,151)
0 Favorites   0 Comments

Color spaces of #a66497

RGB 166100151
HSL0.870.270.52
HSV314°40°65°
CMYK 0.000.400.09   0.35
XYZ25.869019.455731.6700
Yxy19.45570.33600.2527
Hunter Lab44.108627.4973-11.6942
CIE-Lab51.216134.3041-16.6233

#a66497 color RGB value is (166,100,151).

#a66497 hex color red value is 166, green value is 100 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a66497 hue: 0.87 , saturation: 0.27 and the lightness value of a66497 is 0.52.

The process color (four color CMYK) of #a66497 color hex is 0.00, 0.40, 0.09, 0.35. Web safe color of #a66497 is #996699. Color #a66497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 10010111
Octal 246 144 227
Decimal 166 100 151
Hex A6 64 97

RGB Percentages of Color #a66497

%39.81
%23.98
%36.21

CMYK Percentages of Color #a66497

%0
%40
%9
%35

Triadic Colors of #a66497

#a66497 #97a664 #6497a6

Analogous Colors of #a66497

#a66497 #a66476 #9464a6

Monochromatic Colors of #a66497

#a66497

Complementary Color

#a66497 #64a673

#a66497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66497 Color CSS Codes

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

#a66497 Text Font Color

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

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


#a66497 Background Color

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

This div background color is #a66497


#a66497 Border Color

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

This div border color is #a66497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66497


Comments

No comments written yet.

Please login to write comment.