Color Hex Logo

#a6607c Color Hex

#A6607C
(166,96,124)
0 Favorites   0 Comments

Color spaces of #a6607c

RGB 16696124
HSL0.930.280.51
HSV336°42°65°
CMYK 0.000.420.25   0.35
XYZ23.546817.928021.2882
Yxy17.92800.37520.2856
Hunter Lab42.341525.1693-0.1705
CIE-Lab49.408732.0937-3.3061

#a6607c color RGB value is (166,96,124).

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

The process color (four color CMYK) of #a6607c color hex is 0.00, 0.42, 0.25, 0.35. Web safe color of #a6607c is #996666. Color #a6607c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 01111100
Octal 246 140 174
Decimal 166 96 124
Hex A6 60 7C

RGB Percentages of Color #a6607c

%43.01
%24.87
%32.12

CMYK Percentages of Color #a6607c

%0
%42
%25
%35

Triadic Colors of #a6607c

#a6607c #7ca660 #607ca6

Analogous Colors of #a6607c

#a6607c #a66760 #a6609f

Monochromatic Colors of #a6607c

#a6607c

Complementary Color

#a6607c #60a68a

#a6607c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6607c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6607c Color CSS Codes

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

#a6607c Text Font Color

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

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


#a6607c Background Color

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

This div background color is #a6607c


#a6607c Border Color

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

This div border color is #a6607c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6607c


Comments

No comments written yet.

Please login to write comment.