Color Hex Logo

#a66091 Color Hex

#A66091
(166,96,145)
0 Favorites   0 Comments

Color spaces of #a66091

RGB 16696145
HSL0.880.280.51
HSV318°42°65°
CMYK 0.000.420.13   0.35
XYZ25.019618.517129.0435
Yxy18.51710.34470.2551
Hunter Lab43.031528.4793-9.8949
CIE-Lab50.117435.4542-14.7483

#a66091 color RGB value is (166,96,145).

#a66091 hex color red value is 166, green value is 96 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a66091 hue: 0.88 , saturation: 0.28 and the lightness value of a66091 is 0.51.

The process color (four color CMYK) of #a66091 color hex is 0.00, 0.42, 0.13, 0.35. Web safe color of #a66091 is #996699. Color #a66091 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 10010001
Octal 246 140 221
Decimal 166 96 145
Hex A6 60 91

RGB Percentages of Color #a66091

%40.79
%23.59
%35.63

CMYK Percentages of Color #a66091

%0
%42
%13
%35

Triadic Colors of #a66091

#a66091 #91a660 #6091a6

Analogous Colors of #a66091

#a66091 #a6606e #9860a6

Monochromatic Colors of #a66091

#a66091

Complementary Color

#a66091 #60a675

#a66091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66091 Color CSS Codes

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

#a66091 Text Font Color

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

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


#a66091 Background Color

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

This div background color is #a66091


#a66091 Border Color

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

This div border color is #a66091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66091

#a66091 Color Palettes


Comments

No comments written yet.

Please login to write comment.