Color Hex Logo

#a6448e Color Hex

#A6448E
(166,68,142)
0 Favorites   0 Comments

Color spaces of #a6448e

RGB 16668142
HSL0.870.420.46
HSV315°59°65°
CMYK 0.000.590.14   0.35
XYZ22.675514.194227.1358
Yxy14.19420.35430.2218
Hunter Lab37.675241.5019-16.3314
CIE-Lab44.510249.2859-21.5330

#a6448e color RGB value is (166,68,142).

#a6448e hex color red value is 166, green value is 68 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a6448e hue: 0.87 , saturation: 0.42 and the lightness value of a6448e is 0.46.

The process color (four color CMYK) of #a6448e color hex is 0.00, 0.59, 0.14, 0.35. Web safe color of #a6448e is #993399. Color #a6448e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000100 10001110
Octal 246 104 216
Decimal 166 68 142
Hex A6 44 8E

RGB Percentages of Color #a6448e

%44.15
%18.09
%37.77

CMYK Percentages of Color #a6448e

%0
%59
%14
%35

Triadic Colors of #a6448e

#a6448e #8ea644 #448ea6

Analogous Colors of #a6448e

#a6448e #a6445d #8d44a6

Monochromatic Colors of #a6448e

#a6448e

Complementary Color

#a6448e #44a65c

#a6448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6448e Color CSS Codes

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

#a6448e Text Font Color

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

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


#a6448e Background Color

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

This div background color is #a6448e


#a6448e Border Color

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

This div border color is #a6448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6448e


Comments

No comments written yet.

Please login to write comment.