Color Hex Logo

#a6407a Color Hex

#A6407A
(166,64,122)
0 Favorites   0 Comments

Color spaces of #a6407a

RGB 16664122
HSL0.910.440.45
HSV326°61°65°
CMYK 0.000.610.27   0.35
XYZ21.072113.178919.8455
Yxy13.17890.38950.2436
Hunter Lab36.302840.0813-6.9999
CIE-Lab43.031648.1704-11.6173

#a6407a color RGB value is (166,64,122).

#a6407a hex color red value is 166, green value is 64 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a6407a hue: 0.91 , saturation: 0.44 and the lightness value of a6407a is 0.45.

The process color (four color CMYK) of #a6407a color hex is 0.00, 0.61, 0.27, 0.35. Web safe color of #a6407a is #993366. Color #a6407a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 01111010
Octal 246 100 172
Decimal 166 64 122
Hex A6 40 7A

RGB Percentages of Color #a6407a

%47.16
%18.18
%34.66

CMYK Percentages of Color #a6407a

%0
%61
%27
%35

Triadic Colors of #a6407a

#a6407a #7aa640 #407aa6

Analogous Colors of #a6407a

#a6407a #a64047 #9f40a6

Monochromatic Colors of #a6407a

#a6407a

Complementary Color

#a6407a #40a66c

#a6407a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6407a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6407a Color CSS Codes

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

#a6407a Text Font Color

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

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


#a6407a Background Color

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

This div background color is #a6407a


#a6407a Border Color

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

This div border color is #a6407a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6407a


Comments

No comments written yet.

Please login to write comment.