Color Hex Logo

#a66293 Color Hex

#A66293
(166,98,147)
0 Favorites   0 Comments

Color spaces of #a66293

RGB 16698147
HSL0.880.280.52
HSV317°41°65°
CMYK 0.000.410.11   0.35
XYZ25.360018.948929.9247
Yxy18.94890.34160.2553
Hunter Lab43.530327.8128-10.2874
CIE-Lab50.627434.7027-15.1581

#a66293 color RGB value is (166,98,147).

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

The process color (four color CMYK) of #a66293 color hex is 0.00, 0.41, 0.11, 0.35. Web safe color of #a66293 is #996699. Color #a66293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 10010011
Octal 246 142 223
Decimal 166 98 147
Hex A6 62 93

RGB Percentages of Color #a66293

%40.39
%23.84
%35.77

CMYK Percentages of Color #a66293

%0
%41
%11
%35

Triadic Colors of #a66293

#a66293 #93a662 #6293a6

Analogous Colors of #a66293

#a66293 #a66271 #9762a6

Monochromatic Colors of #a66293

#a66293

Complementary Color

#a66293 #62a675

#a66293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66293 Color CSS Codes

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

#a66293 Text Font Color

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

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


#a66293 Background Color

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

This div background color is #a66293


#a66293 Border Color

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

This div border color is #a66293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66293


Comments

No comments written yet.

Please login to write comment.