Color Hex Logo

#a66396 Color Hex

#A66396
(166,99,150)
0 Favorites   0 Comments

Color spaces of #a66396

RGB 16699150
HSL0.870.270.52
HSV314°40°65°
CMYK 0.000.400.10   0.35
XYZ25.692719.232731.2123
Yxy19.23270.33750.2526
Hunter Lab43.855127.8286-11.4990
CIE-Lab50.958334.6775-16.4264

#a66396 color RGB value is (166,99,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 10010110
Octal 246 143 226
Decimal 166 99 150
Hex A6 63 96

RGB Percentages of Color #a66396

%40.00
%23.86
%36.14

CMYK Percentages of Color #a66396

%0
%40
%10
%35

Triadic Colors of #a66396

#a66396 #96a663 #6396a6

Analogous Colors of #a66396

#a66396 #a66375 #9563a6

Monochromatic Colors of #a66396

#a66396

Complementary Color

#a66396 #63a673

#a66396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66396 Color CSS Codes

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

#a66396 Text Font Color

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

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


#a66396 Background Color

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

This div background color is #a66396


#a66396 Border Color

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

This div border color is #a66396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66396


Comments

No comments written yet.

Please login to write comment.