color codes Logo

#a6409f color codes

#A6409F
(166,64,159)
0 Favorites   0 Comments

Color spaces of #a6409f

RGB 16664159
HSL0.840.440.45
HSV304°61°65°
CMYK 0.000.610.04   0.35
XYZ23.817314.277034.3013
Yxy14.27700.32900.1972
Hunter Lab37.784946.3919-27.3743
CIE-Lab44.627653.8997-31.5557

#a6409f color RGB value is (166,64,159).

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

The process color (four color CMYK) of #a6409f color code is 0.00, 0.61, 0.04, 0.35. Web safe color of #a6409f is #993399. Color #a6409f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 10011111
Octal 246 100 237
Decimal 166 64 159
Hex A6 40 9F

RGB Percentages of Color #a6409f

%42.67
%16.45
%40.87

CMYK Percentages of Color #a6409f

%0
%61
%4
%35

Triadic Colors of #a6409f

#a6409f #9fa640 #409fa6

Analogous Colors of #a6409f

#a6409f #a6406c #7a40a6

Monochromatic Colors of #a6409f

#a6409f

Complementary Color

#a6409f #40a647

#a6409f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6409f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6409f Color CSS Codes

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

#a6409f Text Font Color

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

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


#a6409f Background Color

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

This div background color is #a6409f


#a6409f Border Color

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

This div border color is #a6409f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6409f


Comments

No comments written yet.

Please login to write comment.