Color Hex Logo

#a66391 Color Hex

#A66391
(166,99,145)
0 Favorites   0 Comments

Color spaces of #a66391

RGB 16699145
HSL0.890.270.52
HSV319°40°65°
CMYK 0.000.400.13   0.35
XYZ25.298619.075029.1365
Yxy19.07500.34420.2595
Hunter Lab43.674926.9646-8.9812
CIE-Lab50.774833.8070-13.7520

#a66391 color RGB value is (166,99,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 10010001
Octal 246 143 221
Decimal 166 99 145
Hex A6 63 91

RGB Percentages of Color #a66391

%40.49
%24.15
%35.37

CMYK Percentages of Color #a66391

%0
%40
%13
%35

Triadic Colors of #a66391

#a66391 #91a663 #6391a6

Analogous Colors of #a66391

#a66391 #a66370 #9a63a6

Monochromatic Colors of #a66391

#a66391

Complementary Color

#a66391 #63a678

#a66391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66391 Color CSS Codes

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

#a66391 Text Font Color

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

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


#a66391 Background Color

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

This div background color is #a66391


#a66391 Border Color

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

This div border color is #a66391


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,99,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 #a66391">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66391


Comments

No comments written yet.

Please login to write comment.