Color Hex Logo

#a66294 Color Hex

#A66294
(166,98,148)
0 Favorites   0 Comments

Color spaces of #a66294

RGB 16698148
HSL0.880.280.52
HSV316°41°65°
CMYK 0.000.410.11   0.35
XYZ25.438918.980530.3398
Yxy18.98050.34030.2539
Hunter Lab43.566627.9860-10.7929
CIE-Lab50.664434.8766-15.6928

#a66294 color RGB value is (166,98,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 10010100
Octal 246 142 224
Decimal 166 98 148
Hex A6 62 94

RGB Percentages of Color #a66294

%40.29
%23.79
%35.92

CMYK Percentages of Color #a66294

%0
%41
%11
%35

Triadic Colors of #a66294

#a66294 #94a662 #6294a6

Analogous Colors of #a66294

#a66294 #a66272 #9662a6

Monochromatic Colors of #a66294

#a66294

Complementary Color

#a66294 #62a674

#a66294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66294 Color CSS Codes

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

#a66294 Text Font Color

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

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


#a66294 Background Color

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

This div background color is #a66294


#a66294 Border Color

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

This div border color is #a66294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66294


Comments

No comments written yet.

Please login to write comment.