Color Hex Logo

#a66899 Color Hex

#A66899
(166,104,153)
0 Favorites   0 Comments

Color spaces of #a66899

RGB 166104153
HSL0.870.260.53
HSV313°37°65°
CMYK 0.000.370.08   0.35
XYZ26.426020.307532.6639
Yxy20.30750.33280.2558
Hunter Lab45.063825.8129-11.4308
CIE-Lab52.183132.4453-16.3281

#a66899 color RGB value is (166,104,153).

#a66899 hex color red value is 166, green value is 104 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a66899 hue: 0.87 , saturation: 0.26 and the lightness value of a66899 is 0.53.

The process color (four color CMYK) of #a66899 color hex is 0.00, 0.37, 0.08, 0.35. Web safe color of #a66899 is #996699. Color #a66899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 10011001
Octal 246 150 231
Decimal 166 104 153
Hex A6 68 99

RGB Percentages of Color #a66899

%39.24
%24.59
%36.17

CMYK Percentages of Color #a66899

%0
%37
%8
%35

Triadic Colors of #a66899

#a66899 #99a668 #6899a6

Analogous Colors of #a66899

#a66899 #a6687a #9468a6

Monochromatic Colors of #a66899

#a66899

Complementary Color

#a66899 #68a675

#a66899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66899 Color CSS Codes

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

#a66899 Text Font Color

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

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


#a66899 Background Color

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

This div background color is #a66899


#a66899 Border Color

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

This div border color is #a66899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66899


Comments

No comments written yet.

Please login to write comment.