Color Hex Logo

#a6456e Color Hex

#A6456E
(166,69,110)
0 Favorites   0 Comments

Color spaces of #a6456e

RGB 16669110
HSL0.930.410.46
HSV335°58°65°
CMYK 0.000.580.34   0.35
XYZ20.668513.489016.2661
Yxy13.48900.40990.2675
Hunter Lab36.727436.1788-0.5496
CIE-Lab43.491044.2457-3.5511

#a6456e color RGB value is (166,69,110).

#a6456e hex color red value is 166, green value is 69 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a6456e hue: 0.93 , saturation: 0.41 and the lightness value of a6456e is 0.46.

The process color (four color CMYK) of #a6456e color hex is 0.00, 0.58, 0.34, 0.35. Web safe color of #a6456e is #993366. Color #a6456e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000101 01101110
Octal 246 105 156
Decimal 166 69 110
Hex A6 45 6E

RGB Percentages of Color #a6456e

%48.12
%20.00
%31.88

CMYK Percentages of Color #a6456e

%0
%58
%34
%35

Triadic Colors of #a6456e

#a6456e #6ea645 #456ea6

Analogous Colors of #a6456e

#a6456e #a64d45 #a6459f

Monochromatic Colors of #a6456e

#a6456e

Complementary Color

#a6456e #45a67d

#a6456e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6456e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6456e Color CSS Codes

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

#a6456e Text Font Color

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

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


#a6456e Background Color

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

This div background color is #a6456e


#a6456e Border Color

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

This div border color is #a6456e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6456e


Comments

No comments written yet.

Please login to write comment.