Color Hex Logo

#a6457e Color Hex

#A6457E
(166,69,126)
0 Favorites   0 Comments

Color spaces of #a6457e

RGB 16669126
HSL0.900.410.46
HSV325°58°65°
CMYK 0.000.580.24   0.35
XYZ21.619913.869621.2763
Yxy13.86960.38090.2443
Hunter Lab37.241938.4506-7.8030
CIE-Lab44.045346.4007-12.5316

#a6457e color RGB value is (166,69,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000101 01111110
Octal 246 105 176
Decimal 166 69 126
Hex A6 45 7E

RGB Percentages of Color #a6457e

%45.98
%19.11
%34.90

CMYK Percentages of Color #a6457e

%0
%58
%24
%35

Triadic Colors of #a6457e

#a6457e #7ea645 #457ea6

Analogous Colors of #a6457e

#a6457e #a6454e #9e45a6

Monochromatic Colors of #a6457e

#a6457e

Complementary Color

#a6457e #45a66d

#a6457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6457e Color CSS Codes

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

#a6457e Text Font Color

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

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


#a6457e Background Color

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

This div background color is #a6457e


#a6457e Border Color

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

This div border color is #a6457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6457e


Comments

No comments written yet.

Please login to write comment.