Color Hex Logo

#a6648c Color Hex

#A6648C
(166,100,140)
0 Favorites   0 Comments

Color spaces of #a6648c

RGB 166100140
HSL0.900.270.52
HSV324°40°65°
CMYK 0.000.400.16   0.35
XYZ25.016719.114827.1819
Yxy19.11480.35080.2680
Hunter Lab43.720525.6262-6.2575
CIE-Lab50.821232.4079-10.7231

#a6648c color RGB value is (166,100,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 10001100
Octal 246 144 214
Decimal 166 100 140
Hex A6 64 8C

RGB Percentages of Color #a6648c

%40.89
%24.63
%34.48

CMYK Percentages of Color #a6648c

%0
%40
%16
%35

Triadic Colors of #a6648c

#a6648c #8ca664 #648ca6

Analogous Colors of #a6648c

#a6648c #a6646b #9f64a6

Monochromatic Colors of #a6648c

#a6648c

Complementary Color

#a6648c #64a67e

#a6648c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6648c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6648c Color CSS Codes

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

#a6648c Text Font Color

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

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


#a6648c Background Color

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

This div background color is #a6648c


#a6648c Border Color

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

This div border color is #a6648c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6648c


Comments

No comments written yet.

Please login to write comment.