Color Hex Logo

#a6404e Color Hex

#A6404E
(166,64,78)
0 Favorites   0 Comments

Color spaces of #a6404e

RGB 1666478
HSL0.980.440.45
HSV352°61°65°
CMYK 0.000.610.53   0.35
XYZ18.934412.32388.5885
Yxy12.32380.47520.3093
Hunter Lab35.105334.841610.0684
CIE-Lab41.726243.196913.7552

#a6404e color RGB value is (166,64,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 01001110
Octal 246 100 116
Decimal 166 64 78
Hex A6 40 4E

RGB Percentages of Color #a6404e

%53.90
%20.78
%25.32

CMYK Percentages of Color #a6404e

%0
%61
%53
%35

Triadic Colors of #a6404e

#a6404e #4ea640 #404ea6

Analogous Colors of #a6404e

#a6404e #a66540 #a64081

Monochromatic Colors of #a6404e

#a6404e

Complementary Color

#a6404e #40a698

#a6404e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6404e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6404e Color CSS Codes

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

#a6404e Text Font Color

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

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


#a6404e Background Color

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

This div background color is #a6404e


#a6404e Border Color

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

This div border color is #a6404e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6404e


Comments

No comments written yet.

Please login to write comment.